| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix copyright year | Arthur de Jong | 2008-05-04 | 1 | -1/+1 |
* | spelling fix in comment | Arthur de Jong | 2008-04-26 | 1 | -1/+1 |
* | only return shadow entries to root users | Arthur de Jong | 2008-04-05 | 1 | -2/+2 |
* | implement resizable I/O buffers and tune buffer sizes to ... | Arthur de Jong | 2008-02-12 | 1 | -1/+9 |
* | only call __nss_configure_lookup() if it is available, if... | Arthur de Jong | 2008-02-04 | 1 | -0/+5 |
* | fix missing casts | Arthur de Jong | 2008-02-04 | 1 | -2/+2 |
* | actually include the compat header files when needed | Arthur de Jong | 2008-02-04 | 1 | -0/+6 |
* | when including stdint.h check if we actually have it | Arthur de Jong | 2008-01-27 | 1 | -0/+2 |
* | log error when getpeercred() returned nothing | Arthur de Jong | 2008-01-26 | 1 | -1/+1 |
* | move code to get information from socket peer to the comp... | Arthur de Jong | 2008-01-26 | 1 | -18/+9 |
* | close connections in worker threads at program termination | Arthur de Jong | 2008-01-03 | 1 | -1/+10 |
* | make code a little more compact, don't include debug twic... | Arthur de Jong | 2008-01-03 | 1 | -93/+6 |
* | don't use backticks as quote mark | Arthur de Jong | 2007-12-07 | 1 | -3/+3 |
* | clean up myldap session after each request | Arthur de Jong | 2007-10-27 | 1 | -0/+1 |
* | some small improvements to the code based on some source ... | Arthur de Jong | 2007-09-23 | 1 | -1/+2 |
* | put config filename as a parameter to cfg_init() | Arthur de Jong | 2007-09-19 | 1 | -1/+1 |