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

« back to all changes in this revision

Viewing changes to compat/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) 2008, 2009 Arthur de Jong
 
20
# Copyright (C) 2008, 2009, 2010, 2011 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
57
57
subdir = compat
58
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in daemon.c \
59
59
        ether.c getopt_long.c ldap_initialize.c ldap_passwd_s.c \
60
 
        pagectrl.c pam_get_authtok.c pam_prompt.c
 
60
        pagectrl.c pam_get_authtok.c pam_prompt.c strndup.c
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
62
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
63
63
        $(top_srcdir)/configure.ac
106
106
ECHO_N = @ECHO_N@
107
107
ECHO_T = @ECHO_T@
108
108
EGREP = @EGREP@
 
109
ENABLE_CONFIGFILE_CHECKING = @ENABLE_CONFIGFILE_CHECKING@
109
110
EXEEXT = @EXEEXT@
110
111
GREP = @GREP@
111
112
INSTALL = @INSTALL@
116
117
LDFLAGS = @LDFLAGS@
117
118
LIBOBJS = @LIBOBJS@
118
119
LIBS = @LIBS@
 
120
LN_S = @LN_S@
119
121
LTLIBOBJS = @LTLIBOBJS@
120
122
MAINT = @MAINT@
121
123
MAKEINFO = @MAKEINFO@
125
127
NSLCD_PIDFILE = @NSLCD_PIDFILE@
126
128
NSLCD_SOCKET = @NSLCD_SOCKET@
127
129
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
 
130
NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
128
131
OBJEXT = @OBJEXT@
129
132
PACKAGE = @PACKAGE@
130
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
134
137
PACKAGE_URL = @PACKAGE_URL@
135
138
PACKAGE_VERSION = @PACKAGE_VERSION@
 
139
PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
 
140
PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
136
141
PATH_SEPARATOR = @PATH_SEPARATOR@
137
142
PTHREAD_CC = @PTHREAD_CC@
138
143
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
139
144
PTHREAD_LIBS = @PTHREAD_LIBS@
 
145
PYTHON = @PYTHON@
 
146
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
147
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
148
PYTHON_PREFIX = @PYTHON_PREFIX@
 
149
PYTHON_VERSION = @PYTHON_VERSION@
140
150
RANLIB = @RANLIB@
141
151
RELEASE_MONTH = @RELEASE_MONTH@
142
152
SET_MAKE = @SET_MAKE@
143
153
SHELL = @SHELL@
144
154
STRIP = @STRIP@
145
155
VERSION = @VERSION@
146
 
VERSION_SCRIPT_FLAG = @VERSION_SCRIPT_FLAG@
147
156
abs_builddir = @abs_builddir@
148
157
abs_srcdir = @abs_srcdir@
149
158
abs_top_builddir = @abs_top_builddir@
183
192
mandir = @mandir@
184
193
mkdir_p = @mkdir_p@
185
194
nslcd_LIBS = @nslcd_LIBS@
 
195
nss_ldap_so_LDFLAGS = @nss_ldap_so_LDFLAGS@
 
196
nss_ldap_so_LINK = @nss_ldap_so_LINK@
186
197
oldincludedir = @oldincludedir@
 
198
pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
 
199
pam_ldap_so_LINK = @pam_ldap_so_LINK@
187
200
pdfdir = @pdfdir@
 
201
pkgpyexecdir = @pkgpyexecdir@
 
202
pkgpythondir = @pkgpythondir@
188
203
prefix = @prefix@
189
204
program_transform_name = @program_transform_name@
190
205
psdir = @psdir@
 
206
pyexecdir = @pyexecdir@
 
207
pythondir = @pythondir@
191
208
sbindir = @sbindir@
192
209
sharedstatedir = @sharedstatedir@
193
210
srcdir = @srcdir@
206
223
EXTRA_DIST = getopt_long.c getopt_long.h \
207
224
             daemon.c daemon.h \
208
225
             ether.c ether.h \
 
226
             strndup.c strndup.h \
209
227
             nss_compat.h \
210
228
             ldap_compat.h pagectrl.c ldap_passwd_s.c ldap_initialize.c \
211
229
             pam_compat.h pam_get_authtok.c pam_prompt.c
268
286
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pagectrl.Po@am__quote@
269
287
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_get_authtok.Po@am__quote@
270
288
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_prompt.Po@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Po@am__quote@
271
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpeercred.Po@am__quote@
272
291
 
273
292
.c.o: