~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-security

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2011-09-04 21:00:00 UTC
  • mfrom: (14.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20110904210000-pe3u91iga88vtr16
Tags: 0.8.4
* Upload to unstable
* switch to using the member attribute by default instead of
  uniqueMember (backwards incompatible change)
* only return "x" as a password hash when the object has the shadowAccount
  objectClass and nsswitch.conf is configured to do shadow lookups using
  LDAP (this avoids some problems with pam_unix)
* fix problem with partial attribute name matches in DN (thanks Timothy
  White)
* fix a problem with objectSid mappings with recent versions of OpenLDAP
  (patch by Wesley Mason)
* set the socket timeout in a connection callback to avoid timeout
  issues during the SSL handshake (patch by Stefan Völkel)
* check for unknown variables in pam_authz_search
* only check password expiration when authenticating, only check account
  expiration when doing authorisation
* make buffer sizes consistent and grow all buffers holding string
  representations of numbers to be able to hold 64-bit numbers
* update AX_PTHREAD from autoconf-archive
* support querying DNS SRV records from a different domain than the current
  one (based on a patch by James M. Leddy)
* fix a problem with uninitialised memory while parsing the tls_ciphers
  option (closes: #638872) (but doesn't work yet due to #640384)
* implement bounds checking of numeric values read from LDAP (patch by
  Jakub Hrozek)
* correctly support large uid and gid values from LDAP (patch by Jakub
  Hrozek)
* improvements to the configure script (patch by Jakub Hrozek)
* switch to dh for debian/rules and bump debhelper compatibility to 8
* build Debian packages with multiarch support
* ship shlibs (but still no symbol files) for libnss-ldapd since that was
  the easiest way to support multiarch
* fix output in init script when restarting nslcd (closes: #637132)
* correctly handle leading and trailing spaces in preseeded debconf uri
  option (patch by Andreas B. Mundt) (closes: #637863)
* support spaces around database names in /etc/nsswitch.conf while
  configuring package (closes: #640185)
* updated Russian debconf translation by Yuri Kozlov (closes: #637751)
* updated French debconf translation by Christian Perrier (closes: #637756)
* added Slovak debconf translation by Slavko (closes: #637759)
* updated Danish debconf translation by Joe Hansen (closes :#637763)
* updated Brazilian Portuguese debconf translation by Denis Doria
* updated Portuguese debconf translation by Américo Monteiro
* updated Japanese debconf translation by Kenshi Muto (closes: #638195)
* updated Czech debconf translation by Miroslav Kure (closes: #639026)
* updated German debconf translation by Chris Leick (closes: #639107)
* updated Spanish debconf translation by Francisco Javier Cuadrado
  (closes: #639236)
* updated Dutch debconf translation by Arthur de Jong with help from Paul
  Gevers and Jeroen Schot

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# Makefile.am - use automake to generate Makefile.in
19
19
#
20
 
# Copyright (C) 2007, 2009 Arthur de Jong
 
20
# Copyright (C) 2007, 2009, 2010 Arthur de Jong
21
21
#
22
22
# This library is free software; you can redistribute it and/or
23
23
# modify it under the terms of the GNU Lesser General Public
120
120
ECHO_N = @ECHO_N@
121
121
ECHO_T = @ECHO_T@
122
122
EGREP = @EGREP@
 
123
ENABLE_CONFIGFILE_CHECKING = @ENABLE_CONFIGFILE_CHECKING@
123
124
EXEEXT = @EXEEXT@
124
125
GREP = @GREP@
125
126
INSTALL = @INSTALL@
130
131
LDFLAGS = @LDFLAGS@
131
132
LIBOBJS = @LIBOBJS@
132
133
LIBS = @LIBS@
 
134
LN_S = @LN_S@
133
135
LTLIBOBJS = @LTLIBOBJS@
134
136
MAINT = @MAINT@
135
137
MAKEINFO = @MAKEINFO@
139
141
NSLCD_PIDFILE = @NSLCD_PIDFILE@
140
142
NSLCD_SOCKET = @NSLCD_SOCKET@
141
143
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
 
144
NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
142
145
OBJEXT = @OBJEXT@
143
146
PACKAGE = @PACKAGE@
144
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
148
151
PACKAGE_URL = @PACKAGE_URL@
149
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
 
154
PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
150
155
PATH_SEPARATOR = @PATH_SEPARATOR@
151
156
PTHREAD_CC = @PTHREAD_CC@
152
157
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
153
158
PTHREAD_LIBS = @PTHREAD_LIBS@
 
159
PYTHON = @PYTHON@
 
160
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
161
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
162
PYTHON_PREFIX = @PYTHON_PREFIX@
 
163
PYTHON_VERSION = @PYTHON_VERSION@
154
164
RANLIB = @RANLIB@
155
165
RELEASE_MONTH = @RELEASE_MONTH@
156
166
SET_MAKE = @SET_MAKE@
157
167
SHELL = @SHELL@
158
168
STRIP = @STRIP@
159
169
VERSION = @VERSION@
160
 
VERSION_SCRIPT_FLAG = @VERSION_SCRIPT_FLAG@
161
170
abs_builddir = @abs_builddir@
162
171
abs_srcdir = @abs_srcdir@
163
172
abs_top_builddir = @abs_top_builddir@
197
206
mandir = @mandir@
198
207
mkdir_p = @mkdir_p@
199
208
nslcd_LIBS = @nslcd_LIBS@
 
209
nss_ldap_so_LDFLAGS = @nss_ldap_so_LDFLAGS@
 
210
nss_ldap_so_LINK = @nss_ldap_so_LINK@
200
211
oldincludedir = @oldincludedir@
 
212
pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
 
213
pam_ldap_so_LINK = @pam_ldap_so_LINK@
201
214
pdfdir = @pdfdir@
 
215
pkgpyexecdir = @pkgpyexecdir@
 
216
pkgpythondir = @pkgpythondir@
202
217
prefix = @prefix@
203
218
program_transform_name = @program_transform_name@
204
219
psdir = @psdir@
 
220
pyexecdir = @pyexecdir@
 
221
pythondir = @pythondir@
205
222
sbindir = @sbindir@
206
223
sharedstatedir = @sharedstatedir@
207
224
srcdir = @srcdir@