| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix password modification by root | Arthur de Jong | 2014-06-06 | 1 | -1/+1 |
* | Fix code indentation | Arthur de Jong | 2014-06-06 | 1 | -1/+1 |
* | Clear buffers before free-ing | Arthur de Jong | 2014-05-17 | 2 | -0/+18 |
* | Improve error logging of user login failures | Arthur de Jong | 2014-05-04 | 1 | -2/+2 |
* | Also extract policy controls on BIND failure | Arthur de Jong | 2014-05-04 | 1 | -10/+9 |
* | Log daemonising failures | Arthur de Jong | 2014-05-04 | 2 | -0/+13 |
* | Fix mapping group member attribute to empty string | Arthur de Jong | 2014-05-04 | 1 | -1/+1 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 17 | -19/+100 |
* | Warn when binddn buffer is too small | Arthur de Jong | 2014-05-04 | 4 | -9/+34 |
* | Grow DN buffer size | Arthur de Jong | 2014-05-04 | 1 | -3/+3 |
* | Use larger nslcd password buffer | ushi | 2014-05-02 | 1 | -1/+1 |
* | Support builtin Windows groups | Davy Defaud | 2014-01-31 | 1 | -0/+13 |
* | Update shadow.c to resolve pwdLastSet issue | joshuashire | 2014-01-25 | 1 | -1/+1 |
* | Use myldap_get_deref_values() to get member uids | Arthur de Jong | 2014-01-05 | 1 | -0/+21 |
* | Provide a myldap_get_deref_values() function | Arthur de Jong | 2014-01-05 | 2 | -1/+156 |
* | Skip member attributes in bymember search | Arthur de Jong | 2014-01-05 | 1 | -2/+17 |
* | Request attribute deref via search control | Arthur de Jong | 2014-01-05 | 1 | -1/+34 |
* | Rename entry property to indicate storage type | Arthur de Jong | 2014-01-05 | 1 | -20/+20 |
* | Ignore missing page controls | Arthur de Jong | 2014-01-05 | 1 | -1/+2 |
* | Use do_try_search() also for paged searches | Arthur de Jong | 2014-01-05 | 1 | -46/+24 |
* | Support blanking the member attribute | Arthur de Jong | 2014-01-05 | 2 | -3/+11 |
* | Fix typo | Arthur de Jong | 2014-01-05 | 1 | -1/+1 |
* | Fix memory leaks related to set_pop() | Arthur de Jong | 2014-01-05 | 1 | -2/+6 |
* | Close daemon pipe file descriptor on fork or exec | Arthur de Jong | 2014-01-02 | 1 | -0/+18 |
* | Properly daemonise nslcd and only exit when ready | Arthur de Jong | 2014-01-02 | 4 | -16/+288 |
* | Use dn2uid cache options | Arthur de Jong | 2013-12-21 | 1 | -4/+7 |
* | Implement a cache configuration option | Arthur de Jong | 2013-12-21 | 2 | -0/+98 |
* | Have positive and negative cache timeouts | Arthur de Jong | 2013-12-21 | 1 | -9/+18 |
* | Support printing children search scope | Arthur de Jong | 2013-12-21 | 1 | -0/+3 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 16 | -82/+93 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 8 | -16/+15 |
* | Compatibility definitions for {set,get,end}usershell() | Arthur de Jong | 2013-10-29 | 1 | -0/+1 |
* | Start invalidator after locking pidfile | Arthur de Jong | 2013-10-29 | 1 | -7/+9 |
* | Also run invalidators on initial connect | Arthur de Jong | 2013-10-25 | 1 | -2/+13 |
* | Increase NSS_LDAP_CONFIG_MAX_BASES to 31 | Arthur de Jong | 2013-10-07 | 1 | -1/+1 |
* | Use larger nslcd send buffers | Arthur de Jong | 2013-09-08 | 1 | -1/+1 |
* | In nslcd, log EPIPE only on debug level | Arthur de Jong | 2013-08-30 | 1 | -1/+4 |
* | Increase password buffer size | Bersl | 2013-08-28 | 3 | -3/+3 |
* | Fix for common spelling mistake | Arthur de Jong | 2013-08-28 | 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 |
* | Implement function for resetting reconnect times | Arthur de Jong | 2013-08-21 | 2 | -0/+26 |
* | Return partial shadow information to non-root users | Arthur de Jong | 2013-08-21 | 3 | -12/+11 |
* | Add cast to int when logging configuration summary | Arthur de Jong | 2013-08-20 | 1 | -3/+3 |
* | -n switch for nslcd (prevents process from forking) | Caleb Callaway | 2013-08-18 | 1 | -2/+10 |
* | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 2 | -1/+3 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 7 | -62/+65 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 4 | -5/+24 |
* | Make tests for system call failures a little more robustly | Arthur de Jong | 2013-05-20 | 1 | -2/+2 |
* | Fix comment | Arthur de Jong | 2013-04-03 | 1 | -1/+1 |