Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
Commit message (Expand)AuthorAgeFilesLines
* extra sanity check to ensure not too many file descriptor...Arthur de Jong2013-12-081-2/+7
* properly handle failures to truncate the pid file (r1568 ...Arthur de Jong2012-09-081-1/+5
* get files ready for 0.7.16 release0.7.16Arthur de Jong2012-04-091-2/+2
* ensure that uid, gid and pid vars are properly initialise...Arthur de Jong2011-12-081-3/+3
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-1/+1
* use RTLD_NODELETE during dlopen() instead of not using dl...Arthur de Jong2010-06-161-3/+4
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-141-8/+38
* fix and remove source code commentsArthur de Jong2010-06-111-3/+1
* patch by Jan Schampera to implement a --check optionArthur de Jong2010-01-281-8/+37
* lock the pidfile at start-up to ensure only one nslcd pro...Arthur de Jong2010-01-231-9/+38
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-071-0/+1
* rename configfile to /etc/nslcd.conf and make debian pack...Arthur de Jong2009-08-311-1/+1
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-121-3/+3
* make error message a little clearerArthur de Jong2009-06-121-1/+1
* import preliminary version of PAM functionality into nslcdArthur de Jong2009-06-031-0/+5
* according to autoupdate RETSIGTYPE can be considered void...Arthur de Jong2009-05-091-2/+2
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-301-1/+3
* update copyright yearArthur de Jong2009-03-221-2/+2
* clean the environment and set LDAPNOINIT to disable parsi...Arthur de Jong2008-12-031-2/+30
* 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