Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
Commit message (Expand)AuthorAgeFilesLines
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* log error when getpeercred() returned nothingArthur de Jong2008-01-261-1/+1
* move code to get information from socket peer to the comp...Arthur de Jong2008-01-261-18/+9
* close connections in worker threads at program terminationArthur de Jong2008-01-031-1/+10
* make code a little more compact, don't include debug twic...Arthur de Jong2008-01-031-93/+6
* don't use backticks as quote markArthur de Jong2007-12-071-3/+3
* clean up myldap session after each requestArthur de Jong2007-10-271-0/+1
* some small improvements to the code based on some source ...Arthur de Jong2007-09-231-1/+2
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-191-1/+1
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-38/+40
* rewrite configuration file handling to be simpler and mor...Arthur de Jong2007-08-181-1/+6
* add comment explaining the use of chmod() over fchmod()Arthur de Jong2007-06-181-0/+4
* change fchmod() into chmod() since fchmod() has undifined...Arthur de Jong2007-06-171-2/+2
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-6/+14
* 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-041-64/+75
* do chmod on file descriptor instead of on file nameArthur de Jong2007-03-021-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+2
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* rename server directory to nslcdArthur de Jong2006-12-211-0/+656