Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/group.c
Commit message (Expand)AuthorAgeFilesLines
...
* initialise database modules only once after parsing configArthur de Jong2009-05-241-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-5/+7
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-1/+1
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-131-40/+4
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+1
* fix tests for valid user and group namesArthur de Jong2008-04-201-5/+5
* add checks for valid user and group names in incoming req...Arthur de Jong2008-04-201-20/+74
* only support uniqueMember containing DN valuesArthur de Jong2008-04-201-14/+3
* fix warning message to not refer to aliasArthur de Jong2008-04-201-2/+2
* correctly call set_free() instead of free()Arthur de Jong2008-04-191-1/+1
* use the new set data structure to gather the group membersArthur de Jong2008-04-191-59/+21
* properly handle the case where dn2uid() couldn't do a DN-...Arthur de Jong2008-04-061-2/+2
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-051-6/+17
* fix a problem where the newly allocated storage by reallo...Arthur de Jong2008-03-271-0/+1
* support the uniqueMember LDAP attribute that holds DN val...Arthur de Jong2008-02-031-32/+140
* remove TODO (was done)Arthur de Jong2007-12-311-1/+0
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-1/+1
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-168/+93
* first step to use the new myldap interfaceArthur de Jong2007-10-281-121/+68
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-943/+16
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-151-2/+1
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-17/+10
* minor code improvementsArthur de Jong2007-09-151-12/+14
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong2007-09-141-0/+39
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-141-20/+1
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-141-4/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-141-19/+25
* remove some more references to the old locked functionsArthur de Jong2007-09-141-7/+6
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-8/+3
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-87/+67
* change naming of search functions to clearly indicate whe...Arthur de Jong2007-09-091-2/+2
* rename a function and a little bit of cleanupArthur de Jong2007-09-081-1/+1
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-16/+26
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-23/+35
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-36/+17
* remove last usage of struct ldap_args and add FIXMEArthur de Jong2007-09-071-5/+2
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-68/+52
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-14/+14
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-124/+163
* include service name in attlst storage and functionsArthur de Jong2007-09-031-14/+14
* remove nss_initgroups and nss_initgroups_ignoreusers conf...Arthur de Jong2007-08-031-63/+24
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-11/+22
* switch to the new attribute mapping codeArthur de Jong2007-07-261-0/+1
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-14/+15
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-5/+5
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-2/+7
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-171-0/+15
* move name_list stuff to group.c as that is the only place...Arthur de Jong2007-01-171-4/+90