| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle user modification requests in nslcd | Arthur de Jong | 2013-03-30 | 4 | -2/+301 |
* | Fix comment for nss_nested_groups config option | Arthur de Jong | 2013-03-28 | 1 | -1/+1 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 3 | -12/+26 |
* | Implement support for nested groups in nslcd | Arthur de Jong | 2013-03-24 | 1 | -24/+162 |
* | Implement a mkfilter_group_bymemberdn() function | Steve Hill | 2013-03-24 | 1 | -0/+15 |
* | spelling fixes | Arthur de Jong | 2013-03-24 | 2 | -2/+2 |
* | fix service request logging | Arthur de Jong | 2013-03-24 | 1 | -2/+2 |
* | fix a few compiler warnings | Arthur de Jong | 2013-03-10 | 2 | -5/+7 |
* | only log protocol name if it is present | Arthur de Jong | 2013-03-10 | 1 | -2/+4 |
* | start the nscd invalidator and invalidate the nscd cache ... | Arthur de Jong | 2013-03-09 | 3 | -0/+18 |
* | implement parsing of the nscd_invalidate option | Arthur de Jong | 2013-03-09 | 2 | -22/+83 |
* | implement functionality to send a cache invalidation sign... | Arthur de Jong | 2013-03-09 | 3 | -2/+250 |