summaryrefslogtreecommitdiff
path: root/nslcd/group.c
AgeCommit message (Expand)Author
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
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-09-15remove support for nested groups and use of uniqueMember and member attribute...Arthur de Jong
2007-09-15some more code cleanup, changing return type of _nss_ldap_init(), integrating...Arthur de Jong
2007-09-15do not pass useless errnos around because they aren't used anymoreArthur de Jong
2007-09-14minor code improvementsArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-14move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong
2007-09-14move user2dn() from group.c to passwd_username2dn() in passwd.cArthur de Jong
2007-09-14do not flush streams: our caller closes the streams flusing themArthur de Jong
2007-09-14make use of write_*ent() functions consistentArthur de Jong
2007-09-14remove some more references to the old locked functionsArthur de Jong
2007-09-14remove mutex from all LDAP operations because we now have a session and a con...Arthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-09change naming of search functions to clearly indicate whether the synchronous...Arthur de Jong
2007-09-08rename a function and a little bit of cleanupArthur de Jong
2007-09-08move base and scope handling to database specific modules, gettting rid of ld...Arthur de Jong
2007-09-08move filters definitions to the database modules themselves (and already defi...Arthur de Jong
2007-09-07make handling of ent_context consistent and simplerArthur de Jong
2007-09-07remove last usage of struct ldap_args and add FIXMEArthur de Jong