| Commit message (Expand) | Author | Age | Files | Lines |
* | if nslcd creates the state directory, try to set the righ... | Arthur de Jong | 2012-10-14 | 1 | -2/+8 |
* | use poll() instead of select() for checking file descript... | Arthur de Jong | 2012-10-12 | 1 | -7/+7 |
* | include an explicit cast to int when printing gid_t (fixe... | Arthur de Jong | 2012-09-01 | 1 | -2/+2 |
* | on startup have the gid option default to the primary gro... | Arthur de Jong | 2012-07-20 | 1 | -9/+20 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+1 |
* | get rid of a few compiler warnings on FreeBSD | Arthur de Jong | 2012-05-18 | 1 | -0/+3 |
* | provide a compatibility definition of SUN_LEN() for syste... | Arthur de Jong | 2012-05-09 | 1 | -0/+1 |
* | remove duplicate debug from log message | Arthur de Jong | 2012-05-09 | 1 | -1/+1 |
* | don't try to close _SC_OPEN_MAX file descriptor | Arthur de Jong | 2012-05-04 | 1 | -1/+1 |
* | update copyright years | Arthur de Jong | 2012-02-29 | 1 | -2/+2 |
* | clarify error messages and fix typo in comment | Arthur de Jong | 2012-01-20 | 1 | -3/+3 |
* | pass the correct size of named socket address (fixes Free... | Arthur de Jong | 2012-01-17 | 1 | -1/+1 |
* | Warn if fd cannot be closed in is_locked() | Jakub Hrozek | 2012-01-09 | 1 | -2/+4 |
* | typo fix in comment | Arthur de Jong | 2011-12-28 | 1 | -1/+1 |
* | properly handle failures to truncate the pid file | Arthur de Jong | 2011-12-10 | 1 | -1/+5 |
* | ensure that uid, gid and pid vars are properly initialise... | Arthur de Jong | 2011-12-01 | 1 | -5/+7 |
* | fix r1429 to properly handle absence of RTLD_NODELETE | Arthur de Jong | 2011-04-18 | 1 | -1/+1 |
* | support systems without RTLD_NODELETE | Arthur de Jong | 2011-04-18 | 1 | -1/+7 |
* | no longer indefinitely wait for all worker threads to fin... | Arthur de Jong | 2011-03-25 | 1 | -33/+30 |
* | provide a definition of daemon() for systems that lack it | Arthur de Jong | 2011-03-23 | 1 | -2/+0 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -2/+2 |
* | ensure that session id is only logged while handling a co... | Arthur de Jong | 2011-03-06 | 1 | -2/+4 |
* | create the directory for the socket and pidfile | Arthur de Jong | 2011-02-11 | 1 | -11/+24 |
* | in each worker wake up once in a while to check whether a... | Arthur de Jong | 2010-12-08 | 1 | -6/+44 |
* | close all open file descriptors on start | Arthur de Jong | 2010-11-26 | 1 | -0/+8 |
* | move acceptconnection() function body inside the worker()... | Arthur de Jong | 2010-11-04 | 1 | -51/+63 |
* | pass the actual size of the address family and the path l... | Arthur de Jong | 2010-11-04 | 1 | -1/+1 |
* | fix log message | Arthur de Jong | 2010-10-16 | 1 | -1/+1 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -3/+2 |
* | allow configuring NSS module's SONAME from configure and ... | Arthur de Jong | 2010-07-07 | 1 | -1/+1 |
* | use RTLD_NODELETE during dlopen() instead of not using dl... | Arthur de Jong | 2010-06-16 | 1 | -3/+4 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -8/+38 |
* | fix and remove source code comments | Arthur de Jong | 2010-06-11 | 1 | -3/+1 |
* | patch by Jan Schampera to implement a --check option | Arthur de Jong | 2010-01-28 | 1 | -8/+37 |
* | lock the pidfile at start-up to ensure only one nslcd pro... | Arthur de Jong | 2010-01-23 | 1 | -9/+38 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -0/+1 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | don't return password hashes at all for non-root users, b... | Arthur de Jong | 2009-08-12 | 1 | -3/+3 |
* | make error message a little clearer | Arthur de Jong | 2009-06-12 | 1 | -1/+1 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 1 | -0/+5 |
* | according to autoupdate RETSIGTYPE can be considered void... | Arthur de Jong | 2009-05-09 | 1 | -2/+2 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 1 | -1/+3 |
* | update copyright year | Arthur de Jong | 2009-03-22 | 1 | -2/+2 |
* | clean the environment and set LDAPNOINIT to disable parsi... | Arthur de Jong | 2008-12-03 | 1 | -2/+30 |
* | give pidfile and socket creation functions more logical n... | Arthur de Jong | 2008-06-15 | 1 | -4/+4 |
* | add uid and gid configuration keywords that set the user ... | Arthur de Jong | 2008-06-06 | 1 | -10/+8 |
* | environ is defined in unistd.h | Arthur de Jong | 2008-06-06 | 1 | -3/+0 |
* | increase write buffer size in nslcd to free up threads ea... | Arthur de Jong | 2008-06-06 | 1 | -2/+2 |
* | include a random string in every log message to be able t... | Arthur de Jong | 2008-05-16 | 1 | -0/+2 |
* | make number of threads configurable with the threads keyword | Arthur de Jong | 2008-05-04 | 1 | -5/+11 |