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