summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2015-07-21these changes were sitting here, I don't know how longHEADmasterLuke Shumaker
2014-12-15prepare "release"Luke Shumaker
2014-10-04remove non-nslcd stuffLuke Shumaker
2013-09-15Cleanups and fixes related to automake upgradeArthur de Jong
2013-08-25Have a nicer way of generating the ChangeLogArthur de Jong
2013-02-08generate ChangeLog with git2clArthur de Jong
2013-02-08add an --enable-utils option to configure to build command-line utilitiesArthur de Jong
2012-10-13pass CPPFLAGS and LDFLAGS to distcheck's configure and put nslcd.conf under p...Arthur de Jong
2012-09-08archive older ChangeLog entries in year filesArthur de Jong
2012-07-20add an LDIF version of the ldapns.schema schema fileArthur de Jong
2012-06-15install the default configuration file with reduced permissions (further prot...Arthur de Jong
2012-04-27add a schema file that some people use for PAMArthur de Jong
2012-01-20separate the Debian packaging from main sources switching to non-native Debia...Arthur de Jong
2011-08-14split 2009 and 2010 changes to separate ChangeLog filesArthur de Jong
2011-08-07build Debian packages with multiarch supportArthur de Jong
2011-07-02switch to dh for debian/rules and bump debhelper compatibility to 8Arthur de Jong
2011-03-31use $(mkinstalldirs) instead of $(INSTALL_DATA) -D because -D is not supporte...Arthur de Jong
2011-03-19more tests and general test improvementsArthur de Jong
2011-03-11ensure that permissions are sane in the distributed tarballArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2011-03-06pass --enable-pynslcd with distcheckArthur de Jong
2010-12-29fix distcheck by passing --with-pam-seclib-dir to configure and remove unneed...Arthur de Jong
2010-12-29add an experimental (currently partial) Python implementation of nslcd to see...Arthur de Jong
2010-09-26switch to nicer mechanism to specify subdirectories to buildArthur de Jong
2010-08-14offer to add ldap to shadow in nsswitch.conf if a potential broken configurat...Arthur de Jong
2010-08-14archive older ChangeLog entries in year filesArthur de Jong
2010-06-25make sure the pam_ldap manual page is in the libpam-ldapd packageArthur de Jong
2010-06-18start k5start from the init script to keep the Kerberos ticket active if nslc...Arthur de Jong
2010-05-14switch to source format 3.0 (native)Arthur de Jong
2009-09-04get files ready for 0.7.0 releaseArthur de Jong
2009-09-01fix generation of ChangeLogArthur de Jong
2009-08-31rename configfile to /etc/nslcd.conf and make debian packaging copy the file ...Arthur de Jong
2009-08-31split into binary packages libnss-ldapd, libpam-ldapd and nslcd packages, usi...Arthur de Jong
2009-08-16enable building PAM module by defaultArthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24also build PAM module for make distcheckArthur de Jong
2009-05-09import the PAM module from the nss-ldapd branch (r875) based on the OpenLDAP ...Arthur de Jong
2009-03-22add lintian override for missing shlibs and symbols control files (we are a s...Arthur de Jong
2008-06-15lintian override seems to be no longer necessaryArthur de Jong
2008-01-26move code to get information from socket peer to the compat directory because...Arthur de Jong
2007-10-03pass --enable-warnings when running the distcheck targetArthur de Jong
2007-09-23some small improvements to the code based on some source code checksArthur de Jong
2007-09-23remove pscan target as these checks are sufficiently covered by the other testsArthur de Jong
2007-08-26workaround for problems splint has in parsing system header filesArthur de Jong
2007-07-31switch to using docbook for manual pages, use docbook2x-man for generating th...Arthur de Jong
2007-07-13don't include config diretory which we don't useArthur de Jong
2007-06-17do proper wildcard expansionArthur de Jong
2007-06-17add proper support for make uninstallArthur de Jong
2007-06-17include stuff from the m4 directory automaticallyArthur de Jong
2007-06-17use the ACX_PTHREAD macro to check for platform independant pthread support a...Arthur de Jong