Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* get files ready for 0.2 release0.2Arthur de Jong2007-06-111-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@280 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement our own stdio-like library that handles IO ↵Arthur de Jong2007-06-091-1/+1
| | | | | | 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
* some remaining tabs to spaces and trim trailing spacesArthur de Jong2007-06-051-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@271 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix some remaining references to the GNU Library General ↵Arthur de Jong2007-06-021-2/+2
| | | | | | Public License git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@270 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some extra type checks and woraroundsArthur de Jong2007-02-171-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@249 ef36b2f9-881f-0410-afb5-c4e39611909c
* add extra compiler warningsArthur de Jong2007-02-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@248 ef36b2f9-881f-0410-afb5-c4e39611909c
* add simple test for dict moduleArthur de Jong2007-02-041-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@236 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
* get files ready for 0.1 release0.1Arthur de Jong2006-12-231-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@201 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
* change version number to 0.1Arthur de Jong2006-12-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@183 ef36b2f9-881f-0410-afb5-c4e39611909c
* change default configuration file name to ↵Arthur de Jong2006-12-191-4/+4
| | | | | | /etc/nss-ldapd.conf git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@179 ef36b2f9-881f-0410-afb5-c4e39611909c
* change name of package also in configureArthur de Jong2006-12-181-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@176 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove trailing spacesArthur de Jong2006-12-171-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@172 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix configure --help strings to be more consistent and ↵Arthur de Jong2006-12-161-16/+12
| | | | | | list default values git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@161 ef36b2f9-881f-0410-afb5-c4e39611909c
* specify socket and pidfile location with configure scriptArthur de Jong2006-12-081-4/+20
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@145 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up build scripts to only link nslcd to OpenSSL and ↵Arthur de Jong2006-12-051-170/+113
| | | | | | 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
* look for nslcd.h now since nslcd.c has been moved into ↵Arthur de Jong2006-11-281-1/+1
| | | | | | the server directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@132 ef36b2f9-881f-0410-afb5-c4e39611909c
* get as many files from the root directory as possible, ↵Arthur de Jong2006-11-281-1/+1
| | | | | | 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
* look for different file in source directory, improve ↵Arthur de Jong2006-11-011-3/+17
| | | | | | --enable-debug option and add checking for __thread keyword git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@41 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
* build nss directoryArthur de Jong2006-10-251-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@26 ef36b2f9-881f-0410-afb5-c4e39611909c
* implemented basic client/server setup with a thin client ↵Arthur de Jong2006-10-231-15/+18
| | | | | | 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
* add --enable-warnings option for extra compiler warningsArthur de Jong2006-10-151-0/+7
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@16 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove trailing spacesArthur de Jong2006-10-121-4/+4
| | | | 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-26/+26
| | | | | | systems and convert tabs to spaces git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@13 ef36b2f9-881f-0410-afb5-c4e39611909c
* include templates from acconfig.h into configure.acArthur de Jong2006-10-121-15/+17
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@12 ef36b2f9-881f-0410-afb5-c4e39611909c
* add West to copyrights noticeArthur de Jong2006-10-121-0/+2
| | | | 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-0/+346
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