Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesArthur de Jong2019-09-171-1/+1
* Add the ability to offset UID and GID numbersSeth Wright2017-06-201-0/+3
* Fix and clarify a few commentsArthur de Jong2017-06-181-2/+2
* Log entries and lookups failing nss_min_uidArthur de Jong2017-06-071-2/+15
* uid_t/gid_t should be formatted as unsigned longJason Luan2014-09-301-2/+2
* Make buffer size error logging consistentArthur de Jong2014-05-041-1/+4
* Use dn2uid cache optionsArthur de Jong2013-12-211-4/+7
* Have positive and negative cache timeoutsArthur de Jong2013-12-211-9/+18
* Centralise buffer sizesArthur de Jong2013-12-181-6/+6
* Increase password buffer sizeBersl2013-08-281-1/+1
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-01-121-1/+6
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-6/+6
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-231-6/+3
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-218/+214
* don't process the passwd_byuid request at all for uids < ...Arthur de Jong2012-12-201-0/+1
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-3/+3
* move all nsswitch-parsing related functions to nsswitch.cArthur de Jong2012-11-251-55/+4
* ensure that values are logged as unsigned numbersArthur de Jong2012-11-221-1/+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