Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* get rid of nslcd-client.{c,h} and move it to ↵Arthur de Jong2006-11-271-2/+2
| | | | | | nss/common.{c,h}, this ensures that all code that is needed for the nss part is in the nss directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@127 ef36b2f9-881f-0410-afb5-c4e39611909c
* reorganize (and get rid of) some filesArthur de Jong2006-11-041-3/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@70 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of CVSVersionInfo.txtArthur de Jong2006-11-011-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@51 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some files to EXTRA_DISTArthur de Jong2006-11-011-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@49 ef36b2f9-881f-0410-afb5-c4e39611909c
* move some remaining files into the server/ directoryArthur de Jong2006-11-011-12/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@39 ef36b2f9-881f-0410-afb5-c4e39611909c
* get first working version of end-to-end test of nss call ↵Arthur de Jong2006-10-301-11/+6
| | | | | | using simple test program git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@32 ef36b2f9-881f-0410-afb5-c4e39611909c
* add server directoryArthur de Jong2006-10-301-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@31 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some basic minimal NSS code that can be generated ↵Arthur de Jong2006-10-251-18/+22
| | | | | | from macros git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@24 ef36b2f9-881f-0410-afb5-c4e39611909c
* implemented basic client/server setup with a thin client ↵Arthur de Jong2006-10-231-11/+23
| | | | | | comminicating with a local server over a socket (initial version of code, much needs to be done) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@23 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of ltf files (which contain NPL licenced code ↵Arthur de Jong2006-10-171-1/+1
| | | | | | btw) clean up includes and general small code cleanups git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@19 ef36b2f9-881f-0410-afb5-c4e39611909c
* some more cleanups, expanding some MACROs and typedefs ↵Arthur de Jong2006-10-161-10/+2
| | | | | | and get rid of some more code git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@17 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of some unnecessary header files (and a c file)Arthur de Jong2006-10-121-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@15 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove trailing spacesArthur de Jong2006-10-121-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@14 ef36b2f9-881f-0410-afb5-c4e39611909c
* some more small cleanups of code for non-supported ↵Arthur de Jong2006-10-121-2/+2
| | | | | | systems and convert tabs to spaces git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@13 ef36b2f9-881f-0410-afb5-c4e39611909c
* first round of cleanups, all non-glibc NSS stuff has ↵Arthur de Jong2006-10-121-29/+3
| | | | | | been removed, because we are going to do some major restructuring it will not likely remain valid anyway and we can always re-add it later git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@10 ef36b2f9-881f-0410-afb5-c4e39611909c
* add West to copyrights noticeArthur de Jong2006-10-121-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@8 ef36b2f9-881f-0410-afb5-c4e39611909c
* first step in cleaning up build process (switch to newer ↵Arthur de Jong2006-10-111-6/+27
| | | | | | autoconf/automake and remove generated files from version control) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@6 ef36b2f9-881f-0410-afb5-c4e39611909c
* import Debian release 251-5.2Arthur de Jong2006-10-111-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldap_251-5.2@2 ef36b2f9-881f-0410-afb5-c4e39611909c
* import release 251 of nss-ldapArthur de Jong2006-10-111-0/+103
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss_ldap-251@1 ef36b2f9-881f-0410-afb5-c4e39611909c