Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* archive older ChangeLog entries in year filesArthur de Jong2012-09-081-4/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1760 ef36b2f9-881f-0410-afb5-c4e39611909c
* install the default configuration file with reduced ↵Arthur de Jong2012-09-081-1/+1
| | | | | | permissions (further protection for CVE-2009-1073) (r1704 from 0.8) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1756 ef36b2f9-881f-0410-afb5-c4e39611909c
* use $(mkinstalldirs) instead of $(INSTALL_DATA) -D ↵Arthur de Jong2012-09-081-1/+2
| | | | | | because -D is not supported on all operating systems (patch by SATOH Fumiyasu) (r1420 from 0.8) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1755 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.16 release0.7.16Arthur de Jong2012-04-091-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1651 ef36b2f9-881f-0410-afb5-c4e39611909c
* split the Debian packaging from the main source treeArthur de Jong2012-01-201-39/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1610 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix way ChangeLog is generated for branchArthur de Jong2010-09-241-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1210 ef36b2f9-881f-0410-afb5-c4e39611909c
* offer to add ldap to shadow in nsswitch.conf if a ↵Arthur de Jong2010-08-141-0/+2
| | | | | | potential broken configuration is found git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1171 ef36b2f9-881f-0410-afb5-c4e39611909c
* archive older ChangeLog entries in year filesArthur de Jong2010-08-141-5/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1170 ef36b2f9-881f-0410-afb5-c4e39611909c
* make sure the pam_ldap manual page is in the ↵Arthur de Jong2010-06-251-0/+2
| | | | | | libpam-ldapd package git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1155 ef36b2f9-881f-0410-afb5-c4e39611909c
* start k5start from the init script to keep the Kerberos ↵Arthur de Jong2010-06-181-0/+2
| | | | | | ticket active if nslcd is configured for SASL GSSAPI kerberos authentication, based on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1151 ef36b2f9-881f-0410-afb5-c4e39611909c
* switch to source format 3.0 (native)Arthur de Jong2010-05-141-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1108 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.0 release0.7.0Arthur de Jong2009-09-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@987 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix generation of ChangeLogArthur de Jong2009-09-011-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@982 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename configfile to /etc/nslcd.conf and make debian ↵Arthur de Jong2009-08-311-10/+10
| | | | | | packaging copy the file to the new name on upgrade git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@980 ef36b2f9-881f-0410-afb5-c4e39611909c
* split into binary packages libnss-ldapd, libpam-ldapd ↵Arthur de Jong2009-08-311-7/+17
| | | | | | and nslcd packages, using a patch for libpam-ldap by Steve Langasek <vorlon@debian.org> for the libpam-ldapd package git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@975 ef36b2f9-881f-0410-afb5-c4e39611909c
* enable building PAM module by defaultArthur de Jong2009-08-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@972 ef36b2f9-881f-0410-afb5-c4e39611909c
* refactor protocol reading and writing macros to the ↵Arthur de Jong2009-05-291-1/+1
| | | | | | common directory, use more logical names and in the PAM module no longer use NSS status codes (import of r887 from nss-pam-ldapd) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@904 ef36b2f9-881f-0410-afb5-c4e39611909c
* also build PAM module for make distcheckArthur de Jong2009-05-241-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@894 ef36b2f9-881f-0410-afb5-c4e39611909c
* import the PAM module from the nss-ldapd branch (r875) ↵Arthur de Jong2009-05-091-2/+12
| | | | | | based on the OpenLDAP nssov tree and allow configuring which modules should be built (PAM module disabled by default) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@876 ef36b2f9-881f-0410-afb5-c4e39611909c
* add lintian override for missing shlibs and symbols ↵Arthur de Jong2009-03-221-0/+1
| | | | | | control files (we are a shared library that should not be directly linked to) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@820 ef36b2f9-881f-0410-afb5-c4e39611909c
* lintian override seems to be no longer necessaryArthur de Jong2008-06-151-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@766 ef36b2f9-881f-0410-afb5-c4e39611909c
* move code to get information from socket peer to the ↵Arthur de Jong2008-01-261-2/+2
| | | | | | compat directory because it is very platform specific git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@565 ef36b2f9-881f-0410-afb5-c4e39611909c
* pass --enable-warnings when running the distcheck targetArthur de Jong2007-10-031-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@430 ef36b2f9-881f-0410-afb5-c4e39611909c
* some small improvements to the code based on some source ↵Arthur de Jong2007-09-231-2/+2
| | | | | | code checks git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@418 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove pscan target as these checks are sufficiently ↵Arthur de Jong2007-09-231-5/+1
| | | | | | covered by the other tests git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@417 ef36b2f9-881f-0410-afb5-c4e39611909c
* workaround for problems splint has in parsing system ↵Arthur de Jong2007-08-261-1/+2
| | | | | | header files git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@365 ef36b2f9-881f-0410-afb5-c4e39611909c
* switch to using docbook for manual pages, use ↵Arthur de Jong2007-07-311-3/+1
| | | | | | docbook2x-man for generating the manual pages and update the nss-ldapd.conf manual page slightly git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@338 ef36b2f9-881f-0410-afb5-c4e39611909c
* don't include config diretory which we don't useArthur de Jong2007-07-131-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@302 ef36b2f9-881f-0410-afb5-c4e39611909c
* do proper wildcard expansionArthur de Jong2007-06-171-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@293 ef36b2f9-881f-0410-afb5-c4e39611909c
* add proper support for make uninstallArthur de Jong2007-06-171-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@292 ef36b2f9-881f-0410-afb5-c4e39611909c
* include stuff from the m4 directory automaticallyArthur de Jong2007-06-171-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@290 ef36b2f9-881f-0410-afb5-c4e39611909c
* use the ACX_PTHREAD macro to check for platform ↵Arthur de Jong2007-06-171-1/+1
| | | | | | independant pthread support and required options git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@288 ef36b2f9-881f-0410-afb5-c4e39611909c
* have better rules to generate ChangeLogArthur de Jong2007-06-091-1/+5
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@275 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement our own stdio-like library that handles IO ↵Arthur de Jong2007-06-091-2/+2
| | | | | | with a simple configurable timeout mechanism with buffering git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@272 ef36b2f9-881f-0410-afb5-c4e39611909c
* include some targets to tun flawfinder, pscan, rats and ↵Arthur de Jong2007-03-051-0/+23
| | | | | | splint git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@266 ef36b2f9-881f-0410-afb5-c4e39611909c
* change license from GNU Library General Public License ↵Arthur de Jong2007-01-091-7/+7
| | | | | | v.2 to GNU Lesser General Public License v.2.1 with permission from Luke Howard git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@215 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename server directory to nslcdArthur de Jong2006-12-211-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@196 ef36b2f9-881f-0410-afb5-c4e39611909c
* add code for generating ChangeLog and add initial ChangeLogArthur de Jong2006-12-211-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@195 ef36b2f9-881f-0410-afb5-c4e39611909c
* properly capitalize company nameArthur de Jong2006-12-201-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@191 ef36b2f9-881f-0410-afb5-c4e39611909c
* ship nss-ldapd.conf as an example in the Debian packageArthur de Jong2006-12-201-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@188 ef36b2f9-881f-0410-afb5-c4e39611909c
* do not try to ship gone README.Debian but do ship new ↵Arthur de Jong2006-12-191-2/+1
| | | | | | HACKING git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@186 ef36b2f9-881f-0410-afb5-c4e39611909c
* change default configuration file name to ↵Arthur de Jong2006-12-191-3/+3
| | | | | | /etc/nss-ldapd.conf git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@179 ef36b2f9-881f-0410-afb5-c4e39611909c
* add initial nslcd manual pageArthur de Jong2006-12-181-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@178 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix some lintian warnings regarding shared libraries ↵Arthur de Jong2006-12-161-0/+1
| | | | | | with an override file and generating shlibs for now git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@166 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix debian files to ship and split off those files into ↵Arthur de Jong2006-12-161-13/+15
| | | | | | a separate variable git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@160 ef36b2f9-881f-0410-afb5-c4e39611909c
* ship an init script for starting nslcdArthur de Jong2006-12-161-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@157 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up Debian packaging a bitArthur de Jong2006-12-081-2/+17
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@152 ef36b2f9-881f-0410-afb5-c4e39611909c
* reasonable configuration information (existing nss_ldap ↵Arthur de Jong2006-12-081-1/+1
| | | | | | config, parts in top-level README git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@146 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up build scripts to only link nslcd to OpenSSL and ↵Arthur de Jong2006-12-051-43/+7
| | | | | | to cleanly create a nss_ldap.so file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@141 ef36b2f9-881f-0410-afb5-c4e39611909c
* get as many files from the root directory as possible, ↵Arthur de Jong2006-11-281-17/+3
| | | | | | moving all server related code to the server directory and moving and splitting the test code to the tests directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@131 ef36b2f9-881f-0410-afb5-c4e39611909c