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

« back to all changes in this revision

Viewing changes to common/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:
118
118
ECHO_N = @ECHO_N@
119
119
ECHO_T = @ECHO_T@
120
120
EGREP = @EGREP@
 
121
ENABLE_CONFIGFILE_CHECKING = @ENABLE_CONFIGFILE_CHECKING@
121
122
EXEEXT = @EXEEXT@
122
123
GREP = @GREP@
123
124
INSTALL = @INSTALL@
128
129
LDFLAGS = @LDFLAGS@
129
130
LIBOBJS = @LIBOBJS@
130
131
LIBS = @LIBS@
 
132
LN_S = @LN_S@
131
133
LTLIBOBJS = @LTLIBOBJS@
132
134
MAINT = @MAINT@
133
135
MAKEINFO = @MAKEINFO@
137
139
NSLCD_PIDFILE = @NSLCD_PIDFILE@
138
140
NSLCD_SOCKET = @NSLCD_SOCKET@
139
141
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
 
142
NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
140
143
OBJEXT = @OBJEXT@
141
144
PACKAGE = @PACKAGE@
142
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
146
149
PACKAGE_URL = @PACKAGE_URL@
147
150
PACKAGE_VERSION = @PACKAGE_VERSION@
 
151
PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
 
152
PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
148
153
PATH_SEPARATOR = @PATH_SEPARATOR@
149
154
PTHREAD_CC = @PTHREAD_CC@
150
155
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
151
156
PTHREAD_LIBS = @PTHREAD_LIBS@
 
157
PYTHON = @PYTHON@
 
158
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
159
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
160
PYTHON_PREFIX = @PYTHON_PREFIX@
 
161
PYTHON_VERSION = @PYTHON_VERSION@
152
162
RANLIB = @RANLIB@
153
163
RELEASE_MONTH = @RELEASE_MONTH@
154
164
SET_MAKE = @SET_MAKE@
155
165
SHELL = @SHELL@
156
166
STRIP = @STRIP@
157
167
VERSION = @VERSION@
158
 
VERSION_SCRIPT_FLAG = @VERSION_SCRIPT_FLAG@
159
168
abs_builddir = @abs_builddir@
160
169
abs_srcdir = @abs_srcdir@
161
170
abs_top_builddir = @abs_top_builddir@
195
204
mandir = @mandir@
196
205
mkdir_p = @mkdir_p@
197
206
nslcd_LIBS = @nslcd_LIBS@
 
207
nss_ldap_so_LDFLAGS = @nss_ldap_so_LDFLAGS@
 
208
nss_ldap_so_LINK = @nss_ldap_so_LINK@
198
209
oldincludedir = @oldincludedir@
 
210
pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
 
211
pam_ldap_so_LINK = @pam_ldap_so_LINK@
199
212
pdfdir = @pdfdir@
 
213
pkgpyexecdir = @pkgpyexecdir@
 
214
pkgpythondir = @pkgpythondir@
200
215
prefix = @prefix@
201
216
program_transform_name = @program_transform_name@
202
217
psdir = @psdir@
 
218
pyexecdir = @pyexecdir@
 
219
pythondir = @pythondir@
203
220
sbindir = @sbindir@
204
221
sharedstatedir = @sharedstatedir@
205
222
srcdir = @srcdir@