summaryrefslogtreecommitdiff
path: root/nslcd/group.c
AgeCommit message (Expand)Author
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
2007-09-07remove the ldap-schema.[ch] files since this is now fully implemented in the ...Arthur de Jong
2007-09-07also pass search filter for the *_all() functions from the database module in...Arthur de Jong
2007-09-07rename attlst stuff to attrs since that is the name of the parameter that is ...Arthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-09-03include service name in attlst storage and functionsArthur de Jong
2007-08-03remove nss_initgroups and nss_initgroups_ignoreusers configfile optionsArthur de Jong
2007-07-28define the list of attributes to look up in searches in the service modules i...Arthur de Jong
2007-07-26switch to the new attribute mapping codeArthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-01-17move most config code into cfg.c, clean up dictornary stuff in util.c and do ...Arthur de Jong
2007-01-17move name_list stuff to group.c as that is the only place it's used at the mo...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-29get rid of debug() function and call log_log() insteadArthur de Jong