Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* grow gecos buffer size and consistency improvements to ot...Arthur de Jong2012-07-231-3/+3
* implements proper range checking numeric values returned ...Arthur de Jong2012-01-201-2/+16
* grow static buffers so that they should be large enough (...Arthur de Jong2011-07-021-2/+2
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-071-1/+1
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-16/+11
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-281-76/+28
* give search filter escaping buffers more logical namesArthur de Jong2009-11-011-3/+3
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-121-8/+8
* fix off by one error in the maximum number of uidNumber a...Arthur de Jong2009-06-291-1/+1
* 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