Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
Commit message (Expand)AuthorAgeFilesLines
* give pidfile and socket creation functions more logical n...Arthur de Jong2008-06-151-4/+4
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-061-10/+8
* environ is defined in unistd.hArthur de Jong2008-06-061-3/+0
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-061-2/+2
* include a random string in every log message to be able t...Arthur de Jong2008-05-161-0/+2
* make number of threads configurable with the threads keywordArthur de Jong2008-05-041-5/+11
* fix copyright yearArthur de Jong2008-05-041-1/+1
* spelling fix in commentArthur de Jong2008-04-261-1/+1
* only return shadow entries to root usersArthur de Jong2008-04-051-2/+2
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-121-1/+9
* only call __nss_configure_lookup() if it is available, if...Arthur de Jong2008-02-041-0/+5
* fix missing castsArthur de Jong2008-02-041-2/+2
* actually include the compat header files when neededArthur de Jong2008-02-041-0/+6
* 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