summaryrefslogtreecommitdiff
path: root/nslcd/group.c
AgeCommit message (Expand)Author
2014-10-04fooLuke Shumaker
2014-05-04Make buffer size error logging consistentArthur de Jong
2014-01-31Support builtin Windows groupsDavy Defaud
2014-01-05Use myldap_get_deref_values() to get member uidsArthur de Jong
2014-01-05Skip member attributes in bymember searchArthur de Jong
2014-01-05Support blanking the member attributeArthur de Jong
2014-01-05Fix typoArthur de Jong
2014-01-05Fix memory leaks related to set_pop()Arthur de Jong
2013-12-18Centralise buffer sizesArthur de Jong
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-08-28Increase password buffer sizeBersl
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-24Implement support for nested groups in nslcdArthur de Jong
2013-03-24Implement a mkfilter_group_bymemberdn() functionSteve Hill
2013-01-12check result of set_tolist() to ensure that memory allocation problems are lo...Arthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-23move the action argument to NSLCD_HANDLE to the frontArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-11-22ensure that values are logged as unsigned numbersArthur de Jong
2012-09-14grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2011-09-30Use an explicit base of 10 for strtouid()/strtogid()/strtol() callsJakub Hrozek
2011-09-09make validation log messages consistentArthur de Jong
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-27check errno after calls to strtol() to ensure that numbers that are too large...Arthur de Jong
2011-08-05implementation of myldap_get_values_len() to use ldap_get_values_len() instea...Arthur de Jong
2011-08-03switch to using the member attribute by default instead of uniqueMemberArthur de Jong
2011-07-02make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an...Arthur de Jong
2011-04-15provide replacement implementation for strndup() for systems that don't have itArthur de Jong
2011-04-15support using the objectSid attribute to provide numeric user and group ids, ...Arthur de Jong
2011-04-03make user and group name validation errors a little more informativeArthur de Jong
2010-12-28allow attribute mapping with an expression for the userPassword attribute for...Arthur de Jong
2010-12-20implement a nss_min_uid option to filter user entries returned by LDAPArthur de Jong
2010-11-07log the request with any logged messagesArthur de Jong
2010-09-26update description of group schema supportedArthur de Jong
2010-06-12remove commented out memberOf and ipNetmaskNumber attributes and small cleanupsArthur de Jong
2010-05-07tune some buffer sizes and small cleanupsArthur de Jong
2010-03-20add an nss_initgroups_ignoreusers option to ignore username to group lookups ...Arthur de Jong
2009-12-27fix commentArthur de Jong
2009-12-13change dict and set API to perform loops with a list of strings instead of lo...Arthur de Jong
2009-11-01give search filter escaping buffers more logical namesArthur de Jong
2009-11-01also do proper escaping in mkfilter_group_bymember()Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-29fix off by one error in the maximum number of gidNumber attributes in an LDAP...Arthur de Jong
2009-06-06implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...Arthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong