Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore SIGUSR2 for future compatibilityArthur de Jong2013-08-231-1/+1
* Handle SIGUSR1 by resetting the retry timerArthur de Jong2013-08-211-14/+21
* Return partial shadow information to non-root usersArthur de Jong2013-08-211-4/+2
* -n switch for nslcd (prevents process from forking)Caleb Callaway2013-08-181-2/+10
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-3/+3
* Fix commentArthur de Jong2013-04-031-1/+1
* Handle user modification requests in nslcdArthur de Jong2013-03-301-0/+1
* start the nscd invalidator and invalidate the nscd cache ...Arthur de Jong2013-03-091-0/+6
* move signame() function to common.c to make it available ...Arthur de Jong2013-03-091-55/+0
* log version information from the NSS moduleArthur de Jong2013-02-231-1/+11
* extra sanity check to ensure not too many file descriptor...Arthur de Jong2013-02-231-0/+5
* handle the log configuration option in nslcdArthur de Jong2013-02-231-8/+8
* implement a netgroup_all requestArthur de Jong2013-02-081-0/+1
* make checking dlsym() result a little saferArthur de Jong2013-01-181-3/+3
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-19/+19
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-318/+331
* make nslcd actions hexadecimal values with some structure...Arthur de Jong2012-12-161-2/+2
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-5/+6
* 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