| Commit message (Expand) | Author | Age | Files | Lines |
* | Also fix signed integer bug in binsid2id() | Arthur de Jong | 2015-06-13 | 2 | -2/+2 |
* | Fixed signed 32bit overflow bug on 32bit systems | Geoffrey McRae | 2015-06-11 | 1 | -14/+18 |
* | Allow configuration values longer than 63 characters | Jed Liu | 2015-05-24 | 1 | -2/+2 |
* | Implement disable_enumeration | Andrew Elble | 2015-05-01 | 3 | -3/+17 |
* | Implement nss_getgrent_skipmembers | Arthur de Jong | 2015-04-20 | 3 | -5/+16 |
* | Avoid signal race condition on start-up | Arthur de Jong | 2015-04-16 | 2 | -3/+4 |
* | ENODATA is missing on FreeBSD | Arthur de Jong | 2015-03-22 | 1 | -1/+5 |
* | Various small fixes when using --with-module-name | Arthur de Jong | 2015-03-22 | 2 | -4/+4 |
* | Fix formatting of size_t values | Patrick McLean | 2015-03-14 | 3 | -12/+12 |
* | Avoid comparison of static array to null pointer | Patrick McLean | 2015-03-11 | 1 | -4/+4 |
* | 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 |
* | Avoid accessing searches outside array | Arthur de Jong | 2015-01-19 | 1 | -1/+1 |
* | 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 | 4 | -20/+20 |
* | Fix issues with daemonising | Arthur de Jong | 2014-09-28 | 1 | -14/+24 |
* | Minor comment spelling fix | Tim Harder | 2014-07-02 | 1 | -1/+1 |
* | Check a socket's connectivity before trying to use it | Tim Harder | 2014-07-02 | 1 | -11/+37 |
* | Fix copy-pasto | Arthur de Jong | 2014-07-02 | 1 | -2/+2 |
* | 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 |