Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* move dict into the common directoryArthur de Jong2007-06-114-225/+2
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-0918-92/+103
* add some comments describing some problems that this code...Arthur de Jong2007-06-011-0/+5
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-0415-116/+130
* remove runtime checking for existance of /lib/init/rw/lib...Arthur de Jong2007-03-021-10/+0
* do chmod on file descriptor instead of on file nameArthur de Jong2007-03-021-1/+1
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-171-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-175-11/+26
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-105-22/+12
* fix list corruption bug in dict_put() and ignore setting ...Arthur de Jong2007-02-041-3/+6
* don't store const void * as value, just void *Arthur de Jong2007-02-042-7/+7
* declare old dict functions static as thay are only used f...Arthur de Jong2007-02-012-165/+149
* trim trailing whitespaceArthur de Jong2007-02-012-2/+2
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-018-99/+283
* get rid of xmalloc.[ch]Arthur de Jong2007-02-014-98/+8
* remove a const where it really wasn'tArthur de Jong2007-01-171-4/+4
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-176-1434/+1348
* move name_list stuff to group.c as that is the only place...Arthur de Jong2007-01-174-123/+90
* replace __netgrent with mynetgrent removing the fields th...Arthur de Jong2007-01-171-8/+5
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-178-419/+443
* get rid of more code that would check if the socket was c...Arthur de Jong2007-01-172-308/+5
* get rid of rebinding-on-fork() logic as our threading mod...Arthur de Jong2007-01-171-184/+1
* write a final result code of NSLCD_RESULT_NOTFOUND for ne...Arthur de Jong2007-01-101-0/+2
* change license from GNU Library General Public License v....Arthur de Jong2007-01-0929-203/+203
* get rid of a few warningsArthur de Jong2006-12-301-1/+0
* get rid of debug() function and call log_log() insteadArthur de Jong2006-12-294-164/+129
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-2712-59/+29
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-257-197/+152
* make list of source files a little clearerArthur de Jong2006-12-221-4/+7
* rename server directory to nslcdArthur de Jong2006-12-2131-0/+13054