| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to offset UID and GID numbers | Seth Wright | 2017-06-20 | 1 | -0/+2 |
* | Implement nss_getgrent_skipmembers | Arthur de Jong | 2015-04-20 | 1 | -3/+6 |
* | uid_t/gid_t should be formatted as unsigned long | Jason Luan | 2014-09-30 | 1 | -2/+2 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -0/+12 |
* | Support builtin Windows groups | Davy Defaud | 2014-01-31 | 1 | -0/+13 |
* | Use myldap_get_deref_values() to get member uids | Arthur de Jong | 2014-01-05 | 1 | -0/+21 |
* | Skip member attributes in bymember search | Arthur de Jong | 2014-01-05 | 1 | -2/+17 |
* | Support blanking the member attribute | Arthur de Jong | 2014-01-05 | 1 | -2/+6 |
* | 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 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -12/+12 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 1 | -3/+2 |
* | Increase password buffer size | Bersl | 2013-08-28 | 1 | -1/+1 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 1 | -12/+18 |
* | 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 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-01-12 | 1 | -1/+6 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -4/+4 |
* | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong | 2012-12-23 | 1 | -8/+4 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -141/+135 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -2/+2 |
* | ensure that values are logged as unsigned numbers | Arthur de Jong | 2012-11-22 | 1 | -1/+1 |
* | grow all search filter buffers to 4096 bytes (thanks flavio) | Arthur de Jong | 2012-09-14 | 1 | -3/+3 |
* | implement extra range checking of all numeric values | Arthur de Jong | 2012-05-20 | 1 | -3/+3 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -1/+1 |
* | Use an explicit base of 10 for strtouid()/strtogid()/strt... | Jakub Hrozek | 2011-09-30 | 1 | -1/+1 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -8/+8 |
* | provide strtouid() and strtogid() functions that use strt... | Arthur de Jong | 2011-08-27 | 1 | -1/+1 |
* | check errno after calls to strtol() to ensure that number... | Arthur de Jong | 2011-08-27 | 1 | -0/+7 |
* | implementation of myldap_get_values_len() to use ldap_get... | Arthur de Jong | 2011-08-05 | 1 | -1/+1 |
* | switch to using the member attribute by default instead o... | Arthur de Jong | 2011-08-03 | 1 | -7/+7 |
* | make buffer sizes consistent, grow gidNumber buffer to ho... | Arthur de Jong | 2011-07-02 | 1 | -5/+5 |
* | provide replacement implementation for strndup() for syst... | Arthur de Jong | 2011-04-15 | 1 | -0/+1 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 1 | -10/+37 |
* | make user and group name validation errors a little more ... | Arthur de Jong | 2011-04-03 | 1 | -3/+3 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 1 | -9/+13 |
* | implement a nss_min_uid option to filter user entries ret... | Arthur de Jong | 2010-12-20 | 1 | -1/+0 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -9/+10 |
* | update description of group schema supported | Arthur de Jong | 2010-09-26 | 1 | -5/+4 |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 1 | -1/+0 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 1 | -7/+6 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 1 | -0/+9 |
* | fix comment | Arthur de Jong | 2009-12-27 | 1 | -2/+1 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 1 | -24/+9 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -3/+3 |
* | also do proper escaping in mkfilter_group_bymember() | Arthur de Jong | 2009-11-01 | 1 | -7/+15 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | fix off by one error in the maximum number of gidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 1 | -18/+8 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -2/+2 |