| Commit message (Expand) | Author | Age | Files | Lines |
* | Get files ready for 0.9.11 release0.9.11 | Arthur de Jong | 2019-10-06 | 1 | -2/+2 |
* | Avoid logging unknown socket peer information | Arthur de Jong | 2018-09-08 | 1 | -3/+15 |
* | Create /var/run/nslcd/socket after dropping privileges | Arthur de Jong | 2018-07-21 | 1 | -3/+3 |
* | Get files ready for 0.9.8 release0.9.8 | Arthur de Jong | 2017-06-26 | 1 | -2/+2 |
* | Exit with 0 when stopping nslcd | Arthur de Jong | 2017-02-07 | 1 | -1/+1 |
* | Remove duplicate break statement | Arthur de Jong | 2016-09-04 | 1 | -1/+1 |
* | Get files ready for 0.9.7 release0.9.7 | Arthur de Jong | 2016-08-14 | 1 | -2/+2 |
* | Implement disable_enumeration | Andrew Elble | 2015-05-01 | 1 | -3/+9 |
* | Avoid signal race condition on start-up | Arthur de Jong | 2015-04-16 | 1 | -2/+3 |
* | Various small fixes when using --with-module-name | Arthur de Jong | 2015-03-22 | 1 | -1/+1 |
* | Don't let the oom killer kill nslcd | Patrick McLean | 2015-03-11 | 1 | -0/+23 |
* | Allow configuration of NSS and PAM names | Arthur de Jong | 2015-01-19 | 1 | -3/+3 |
* | Fix format string | Arthur de Jong | 2014-10-10 | 1 | -3/+3 |
* | Block signals sooner to avoid race conditions | Arthur de Jong | 2014-10-04 | 1 | -11/+11 |
* | uid_t/gid_t should be formatted as unsigned long | Jason Luan | 2014-09-30 | 1 | -13/+13 |
* | Log daemonising failures | Arthur de Jong | 2014-05-04 | 1 | -0/+1 |
* | Properly daemonise nslcd and only exit when ready | Arthur de Jong | 2014-01-02 | 1 | -14/+27 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 1 | -1/+1 |
* | Start invalidator after locking pidfile | Arthur de Jong | 2013-10-29 | 1 | -7/+9 |
* | Use larger nslcd send buffers | Arthur de Jong | 2013-09-08 | 1 | -1/+1 |
* | Ignore SIGUSR2 for future compatibility | Arthur de Jong | 2013-08-23 | 1 | -1/+1 |
* | Handle SIGUSR1 by resetting the retry timer | Arthur de Jong | 2013-08-21 | 1 | -14/+21 |
* | Return partial shadow information to non-root users | Arthur de Jong | 2013-08-21 | 1 | -4/+2 |
* | -n switch for nslcd (prevents process from forking) | Caleb Callaway | 2013-08-18 | 1 | -2/+10 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 1 | -3/+3 |
* | Fix comment | Arthur de Jong | 2013-04-03 | 1 | -1/+1 |
* | Handle user modification requests in nslcd | Arthur de Jong | 2013-03-30 | 1 | -0/+1 |
* | start the nscd invalidator and invalidate the nscd cache ... | Arthur de Jong | 2013-03-09 | 1 | -0/+6 |
* | move signame() function to common.c to make it available ... | Arthur de Jong | 2013-03-09 | 1 | -55/+0 |
* | log version information from the NSS module | Arthur de Jong | 2013-02-23 | 1 | -1/+11 |
* | extra sanity check to ensure not too many file descriptor... | Arthur de Jong | 2013-02-23 | 1 | -0/+5 |
* | handle the log configuration option in nslcd | Arthur de Jong | 2013-02-23 | 1 | -8/+8 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 1 | -0/+1 |
* | make checking dlsym() result a little safer | Arthur de Jong | 2013-01-18 | 1 | -3/+3 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -19/+19 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -318/+331 |
* | make nslcd actions hexadecimal values with some structure... | Arthur de Jong | 2012-12-16 | 1 | -2/+2 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -5/+6 |
* | 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 |