Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-02-231-1/+6
* don't process the passwd_byuid request at all for uids < ...Arthur de Jong2012-12-201-0/+1
* fix problem storing negative hit to dn2uid cache (thanks ...Arthur de Jong2012-09-161-1/+1
* only check nsswitch.conf for shadow mapping on glibc (Sol...Arthur de Jong2012-09-151-0/+10
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-141-3/+3
* implement extra range checking of all numeric valuesArthur de Jong2012-05-201-7/+7
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-1/+1
* ensure that /etc/nsswitch.conf is only loaded once after ...Arthur de Jong2011-11-301-1/+2
* Use an explicit base of 10 for strtouid()/strtogid()/strt...Jakub Hrozek2011-09-301-3/+3
* make validation log messages consistentArthur de Jong2011-09-091-17/+20
* grow gecos buffer size and consistency improvements to ot...Arthur de Jong2011-09-081-3/+3
* provide strtouid() and strtogid() functions that use strt...Arthur de Jong2011-08-271-3/+3
* check errno after calls to strtol() to ensure that number...Arthur de Jong2011-08-271-0/+21
* check nsswitch.conf mtime to see whether file should be r...Arthur de Jong2011-08-091-6/+41
* check whether the NSS shadow map queries LDAP before retu...Arthur de Jong2011-08-051-3/+14
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-051-3/+3
* make buffer sizes consistent, grow gidNumber buffer to ho...Arthur de Jong2011-07-021-2/+2
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-151-0/+1
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-151-24/+79
* make user and group name validation errors a little more ...Arthur de Jong2011-04-031-2/+2
* properly handle user-not-found errors when doing authenti...Arthur de Jong2011-03-091-2/+12
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-281-2/+3
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-201-20/+69
* return correct PAM status code for when LDAP server is un...Arthur de Jong2010-11-171-3/+3
* log the request with any logged messagesArthur de Jong2010-11-071-6/+5
* avoid unneeded strdup()s by using a passed buffer to look...Arthur de Jong2010-11-041-15/+21
* fix race condition that could cause a memory leakArthur de Jong2010-11-041-0/+3
* 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