summaryrefslogtreecommitdiff
path: root/nslcd/passwd.c
AgeCommit message (Expand)Author
2014-10-04fooLuke Shumaker
2014-05-04Make buffer size error logging consistentArthur de Jong
2013-12-21Use dn2uid cache optionsArthur de Jong
2013-12-21Have positive and negative cache timeoutsArthur de Jong
2013-12-18Centralise buffer sizesArthur de Jong
2013-08-28Increase password buffer sizeBersl
2013-01-12check result of set_tolist() to ensure that memory allocation problems are lo...Arthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-23move the action argument to NSLCD_HANDLE to the frontArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-20don't process the passwd_byuid request at all for uids < nss_min_uidArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-11-25move all nsswitch-parsing related functions to nsswitch.cArthur de Jong
2012-11-22ensure that values are logged as unsigned numbersArthur de Jong
2012-09-16fix problem storing negative hit to dn2uid cache (thanks scan-build)Arthur de Jong
2012-09-15only check nsswitch.conf for shadow mapping on glibc (Solaris shadow map foll...Arthur de Jong
2012-09-14grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2011-11-30ensure that /etc/nsswitch.conf is only loaded once after start-upArthur de Jong
2011-09-30Use an explicit base of 10 for strtouid()/strtogid()/strtol() callsJakub Hrozek
2011-09-09make validation log messages consistentArthur de Jong
2011-09-08grow gecos buffer size and consistency improvements to other buffersArthur de Jong
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-27check errno after calls to strtol() to ensure that numbers that are too large...Arthur de Jong
2011-08-09check nsswitch.conf mtime to see whether file should be reloadedArthur de Jong
2011-08-05check whether the NSS shadow map queries LDAP before returning x as a passwor...Arthur de Jong
2011-08-05implementation of myldap_get_values_len() to use ldap_get_values_len() instea...Arthur de Jong
2011-07-02make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an...Arthur de Jong
2011-04-15provide replacement implementation for strndup() for systems that don't have itArthur de Jong
2011-04-15support using the objectSid attribute to provide numeric user and group ids, ...Arthur de Jong
2011-04-03make user and group name validation errors a little more informativeArthur de Jong
2011-03-09properly handle user-not-found errors when doing authentication (CVE-2011-0438)Arthur de Jong
2010-12-28allow attribute mapping with an expression for the userPassword attribute for...Arthur de Jong
2010-12-20implement a nss_min_uid option to filter user entries returned by LDAPArthur de Jong
2010-11-17return correct PAM status code for when LDAP server is unavailable (based on ...Arthur de Jong
2010-11-07log the request with any logged messagesArthur de Jong
2010-11-04avoid unneeded strdup()s by using a passed buffer to lookup_dn2uid() and usin...Arthur de Jong
2010-11-04fix race condition that could cause a memory leakArthur de Jong
2010-05-07tune some buffer sizes and small cleanupsArthur de Jong
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-11-01give search filter escaping buffers more logical namesArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-08-12don't return password hashes at all for non-root users, based on a patch by A...Arthur de Jong
2009-06-29fix off by one error in the maximum number of uidNumber attributes in an LDAP...Arthur de Jong
2009-06-06implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...Arthur de Jong
2009-06-03make lookup_dn2uid() available to other modules and split uid2dn() into uid2e...Arthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong