Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
Commit message (Expand)AuthorAgeFilesLines
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-281-1/+1
* extra sanity check to ensure not too many file descriptor...Arthur de Jong2013-02-231-2/+7
* if nslcd creates the state directory, try to set the righ...Arthur de Jong2012-10-141-2/+8
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-121-7/+7
* include an explicit cast to int when printing gid_t (fixe...Arthur de Jong2012-09-011-2/+2
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-201-9/+20
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+1
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-181-0/+3
* provide a compatibility definition of SUN_LEN() for syste...Arthur de Jong2012-05-091-0/+1
* remove duplicate debug from log messageArthur de Jong2012-05-091-1/+1
* don't try to close _SC_OPEN_MAX file descriptorArthur de Jong2012-05-041-1/+1
* update copyright yearsArthur de Jong2012-02-291-2/+2
* clarify error messages and fix typo in commentArthur de Jong2012-01-201-3/+3
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-171-1/+1
* Warn if fd cannot be closed in is_locked()Jakub Hrozek2012-01-091-2/+4
* typo fix in commentArthur de Jong2011-12-281-1/+1
* properly handle failures to truncate the pid fileArthur de Jong2011-12-101-1/+5
* ensure that uid, gid and pid vars are properly initialise...Arthur de Jong2011-12-011-5/+7
* fix r1429 to properly handle absence of RTLD_NODELETEArthur de Jong2011-04-181-1/+1
* support systems without RTLD_NODELETEArthur de Jong2011-04-181-1/+7
* no longer indefinitely wait for all worker threads to fin...Arthur de Jong2011-03-251-33/+30
* provide a definition of daemon() for systems that lack itArthur de Jong2011-03-231-2/+0
* small code improvementsArthur de Jong2011-03-191-2/+2
* ensure that session id is only logged while handling a co...Arthur de Jong2011-03-061-2/+4
* create the directory for the socket and pidfileArthur de Jong2011-02-111-11/+24
* in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-081-6/+44
* close all open file descriptors on startArthur de Jong2010-11-261-0/+8
* move acceptconnection() function body inside the worker()...Arthur de Jong2010-11-041-51/+63
* pass the actual size of the address family and the path l...Arthur de Jong2010-11-041-1/+1
* fix log messageArthur de Jong2010-10-161-1/+1
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-3/+2
* 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