Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.4 release0.4Arthur de Jong2007-10-057-10/+457
* ignore tarballsArthur de Jong2007-10-040-0/+0
* remove linking with libresolv because it's not needed on ...Arthur de Jong2007-10-041-1/+4
* some reordering to make the file more logical and minor f...Arthur de Jong2007-10-031-63/+47
* pass --enable-warnings when running the distcheck targetArthur de Jong2007-10-031-0/+2
* some general documentation improvementsArthur de Jong2007-10-031-26/+26
* add note about escaping of ldapi:// schemeArthur de Jong2007-09-281-0/+5
* remove note about escaping of ldapi:// url schemeArthur de Jong2007-09-2815-145/+21
* add warnings and errors to untested and unsupported confi...Arthur de Jong2007-09-281-2/+27
* manual page improvementsArthur de Jong2007-09-251-28/+32
* switch to defining __thread as empty string and issue war...Arthur de Jong2007-09-241-1/+2
* also initialize sa_sigaction although it's not usedArthur de Jong2007-09-241-0/+1
* do something special for setting the uri parameter becaus...Arthur de Jong2007-09-241-1/+26
* fix newline manglingArthur de Jong2007-09-241-1/+1
* properly handle multiple uri lines in config fileArthur de Jong2007-09-231-2/+2
* trim preceding spaces when adding an entry in /etc/nsswit...Arthur de Jong2007-09-231-1/+1
* some small improvements to the code based on some source ...Arthur de Jong2007-09-235-5/+11
* remove pscan target as these checks are sufficiently cove...Arthur de Jong2007-09-231-5/+1
* add compat files to sources so they end up in the tarballArthur de Jong2007-09-221-0/+1
* add all objects that are now needed to test the configura...Arthur de Jong2007-09-221-1/+7
* remove test for alloc_lsd() because we don't use struct l...Arthur de Jong2007-09-221-27/+0
* remove unneeded variables and slightly improve loggingArthur de Jong2007-09-211-10/+2
* just use -fPIC on all files in this directoryArthur de Jong2007-09-211-1/+1
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-193-4/+4
* centralize opening of connection to LDAP server in do_ope...Arthur de Jong2007-09-151-232/+104
* remove documentation for nss_schema option since it isn't...Arthur de Jong2007-09-151-13/+0
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-159-1047/+25
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-153-310/+197
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-1513-105/+43
* remove unused includeArthur de Jong2007-09-151-1/+0
* some type fixes and logic simplificationsArthur de Jong2007-09-151-54/+45
* minor code improvementsArthur de Jong2007-09-151-12/+14
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-1517-575/+218
* move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong2007-09-143-56/+39
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-142-0/+5
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-143-23/+20
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-1410-29/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-149-123/+164
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-145-228/+28
* remove some more references to the old locked functionsArthur de Jong2007-09-141-7/+6
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-1413-195/+50
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-1417-664/+558
* some code cleanup and fixes to the layoutArthur de Jong2007-09-121-1191/+606
* change naming of search functions to clearly indicate whe...Arthur de Jong2007-09-094-12/+14
* some simplifications in the reconnect loging, removing th...Arthur de Jong2007-09-094-270/+195
* move nss2nslcd() to ldap-nss.cArthur de Jong2007-09-083-23/+15
* rename a function and a little bit of cleanupArthur de Jong2007-09-083-25/+8
* fix endless loop bugArthur de Jong2007-09-081-6/+0
* move base and scope handling to database specific modules...Arthur de Jong2007-09-0818-415/+418
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-0817-364/+370