Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/group.c
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to offset UID and GID numbersSeth Wright2017-06-201-0/+2
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-201-3/+6
* uid_t/gid_t should be formatted as unsigned longJason Luan2014-09-301-2/+2
* Make buffer size error logging consistentArthur de Jong2014-05-041-0/+12
* Support builtin Windows groupsDavy Defaud2014-01-311-0/+13
* Use myldap_get_deref_values() to get member uidsArthur de Jong2014-01-051-0/+21
* Skip member attributes in bymember searchArthur de Jong2014-01-051-2/+17
* Support blanking the member attributeArthur de Jong2014-01-051-2/+6
* Fix typoArthur de Jong2014-01-051-1/+1
* Fix memory leaks related to set_pop()Arthur de Jong2014-01-051-2/+6
* Centralise buffer sizesArthur de Jong2013-12-181-12/+12
* Fix a number of compiler warningsArthur de Jong2013-10-291-3/+2
* Increase password buffer sizeBersl2013-08-281-1/+1
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-241-12/+18
* Implement support for nested groups in nslcdArthur de Jong2013-03-241-24/+162
* Implement a mkfilter_group_bymemberdn() functionSteve Hill2013-03-241-0/+15
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-01-121-1/+6
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-4/+4
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-231-8/+4
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-141/+135
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-2/+2
* ensure that values are logged as unsigned numbersArthur de Jong2012-11-221-1/+1
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-141-3/+3
* implement extra range checking of all numeric valuesArthur de Jong2012-05-201-3/+3
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-1/+1
* Use an explicit base of 10 for strtouid()/strtogid()/strt...Jakub Hrozek2011-09-301-1/+1
* make validation log messages consistentArthur de Jong2011-09-091-8/+8
* provide strtouid() and strtogid() functions that use strt...Arthur de Jong2011-08-271-1/+1
* check errno after calls to strtol() to ensure that number...Arthur de Jong2011-08-271-0/+7
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-051-1/+1
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-031-7/+7
* make buffer sizes consistent, grow gidNumber buffer to ho...Arthur de Jong2011-07-021-5/+5
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-151-0/+1
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-151-10/+37
* make user and group name validation errors a little more ...Arthur de Jong2011-04-031-3/+3
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-281-9/+13
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-201-1/+0
* log the request with any logged messagesArthur de Jong2010-11-071-9/+10
* update description of group schema supportedArthur de Jong2010-09-261-5/+4
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-121-1/+0
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-071-7/+6
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-201-0/+9
* fix commentArthur de Jong2009-12-271-2/+1
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-131-24/+9
* give search filter escaping buffers more logical namesArthur de Jong2009-11-011-3/+3
* also do proper escaping in mkfilter_group_bymember()Arthur de Jong2009-11-011-7/+15
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* fix off by one error in the maximum number of gidNumber a...Arthur de Jong2009-06-291-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-061-18/+8
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-2/+2