summaryrefslogtreecommitdiff
path: root/nslcd/group.c
AgeCommit message (Expand)Author
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
2009-04-19clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...Arthur de Jong
2008-06-13combine isvalidusername() and isvalidgroupname() into isvalidname() because t...Arthur de Jong
2008-06-06miscellaneous portability improvementsArthur de Jong
2008-04-20fix tests for valid user and group namesArthur de Jong
2008-04-20add checks for valid user and group names in incoming requests and for data r...Arthur de Jong
2008-04-20only support uniqueMember containing DN valuesArthur de Jong
2008-04-20fix warning message to not refer to aliasArthur de Jong
2008-04-19correctly call set_free() instead of free()Arthur de Jong
2008-04-19use the new set data structure to gather the group membersArthur de Jong
2008-04-06properly handle the case where dn2uid() couldn't do a DN->uid lookupArthur de Jong
2008-04-05fix member->group searches by also searching for DN in uniqueMember attributeArthur de Jong
2008-03-27fix a problem where the newly allocated storage by realloc() wasn't used (tha...Arthur de Jong
2008-02-03support the uniqueMember LDAP attribute that holds DN values (they are transl...Arthur de Jong
2007-12-31remove TODO (was done)Arthur de Jong