Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
...
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-061-32/+23
* make lookup_dn2uid() available to other modules and split...Arthur de Jong2009-06-031-21/+23
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-1/+1
* initialise database modules only once after parsing configArthur de Jong2009-05-241-3/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-10/+19
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-1/+1
* add some more documentationArthur de Jong2009-02-271-1/+12
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-131-48/+5
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+1
* implement a cache for dn2uid() lookups that saves some ti...Arthur de Jong2008-05-031-24/+81
* make log message a little more descriptiveArthur de Jong2008-04-261-2/+2
* don't issue warning when myldap_get_entry() returns NULL ...Arthur de Jong2008-04-231-1/+2
* 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-10/+78
* add test for emtpy DNArthur de Jong2008-04-191-0/+3
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-051-0/+36
* implement a dn2uid() function to transform a DN into a us...Arthur de Jong2008-02-021-0/+42
* update copyright yearArthur de Jong2008-01-031-1/+1
* do not warn about missing loginShell attribute because it...Arthur de Jong2008-01-031-2/+0
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-132/+169
* first step to use the new myldap interfaceArthur de Jong2007-10-281-115/+58
* call mysnprintf() instead of snprintf() where needed (bug...Arthur de Jong2007-10-201-4/+4
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-21/+0
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-7/+3
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-141-0/+4
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-141-1/+18
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-141-3/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-141-20/+26
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-2/+0
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-34/+19
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-10/+20
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-17/+30
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-5/+4
* properly initialize all contextsArthur de Jong2007-09-071-1/+1
* 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-6/+9
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-18/+18
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-10/+44
* include service name in attlst storage and functionsArthur de Jong2007-09-031-18/+18
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-3/+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-8/+9
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-4/+4
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-0/+5
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-271-5/+2
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-251-1/+1
* rename server directory to nslcdArthur de Jong2006-12-211-0/+273