Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/util.c
Commit message (Expand)AuthorAgeFilesLines
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-516/+0
* move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong2007-09-141-49/+0
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-141-69/+0
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-0/+27
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-16/+13
* change naming of search functions to clearly indicate whe...Arthur de Jong2007-09-091-1/+1
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-1/+1
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-1/+3
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-5/+7
* fix casts of types where neededArthur de Jong2007-06-121-4/+4
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-1/+1
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-8/+7
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-101-1/+0
* declare old dict functions static as thay are only used f...Arthur de Jong2007-02-011-129/+149
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-011-7/+7
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-171-1204/+160
* move name_list stuff to group.c as that is the only place...Arthur de Jong2007-01-171-106/+0
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-171-4/+80
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* get rid of debug() function and call log_log() insteadArthur de Jong2006-12-291-16/+16
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-251-41/+35
* rename server directory to nslcdArthur de Jong2006-12-211-0/+1669