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
/
pam.c
Age
Commit message (
Expand
)
Author
2014-10-04
foo
Luke Shumaker
2014-06-06
Fix password modification by root
Arthur de Jong
2014-05-17
Clear buffers before free-ing
Arthur de Jong
2014-05-04
Improve error logging of user login failures
Arthur de Jong
2014-05-04
Make buffer size error logging consistent
Arthur de Jong
2014-05-04
Warn when binddn buffer is too small
Arthur de Jong
2013-12-18
Centralise buffer sizes
Arthur de Jong
2013-10-29
Fix a number of compiler warnings
Arthur de Jong
2013-03-03
return the password policy bind information via PAM
Arthur de Jong
2013-03-01
log a more meaningful error in nslcd when trying to authenticate as administr...
Arthur de Jong
2013-03-01
move update_lastchange() function from shadow to pam code
Arthur de Jong
2013-01-06
perform search for pam_authz_search on all search bases
Arthur de Jong
2013-01-01
log and return a diagnostic message instead of just the LDAP error on passwor...
Arthur de Jong
2013-01-01
retry updating the lastChange attribute with the normal nslcd LDAP connection...
Arthur de Jong
2012-12-30
reorganise and rename configuration options to be in line with manual page
Arthur de Jong
2012-12-30
remove the ldc_ prefix from struct ldap_config fields
Arthur de Jong
2012-12-24
fix typo in comment
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2012-12-16
change PAM protocol to be more consistent and simpler
Arthur de Jong
2012-09-14
rename filter_buffer to filter for consistency
Arthur de Jong
2012-07-08
implement a pam_password_prohibit_message nslcd.conf option to deny password ...
Arthur de Jong
2012-06-15
log successful password change in nslcd and correctly terminate protocol on p...
Arthur de Jong
2012-05-04
allow the pam_authz_search option to be specified multiple times
Arthur de Jong
2012-03-23
increase buffer for pam_authz_search as suggested by Chris J Arges
Arthur de Jong
2012-03-10
fix log message for invalid pam_authz_search as reported by Matt Rae
Arthur de Jong
2012-01-09
Do not leak memory if myldap_escape() fails
Jakub Hrozek
2012-01-09
Return from update_username() if myldap_get_values() returns invalid value
Jakub Hrozek
2011-10-02
reduce loglevel of user not found messages to avoid spamming the logs with us...
Arthur de Jong
2011-09-09
make validation log messages consistent
Arthur de Jong
2011-06-10
correctly only check password expiration when authenticating, only check acco...
Arthur de Jong
2011-06-05
check all variables in pam_authz_search to see if they exist
Arthur de Jong
2011-04-30
close the nslcd connection to signal LDAP server unavailable to PAM module
Arthur de Jong
2011-04-30
improve password change failed error message
Arthur de Jong
2011-04-30
check shadow properties (similarly to what pam_unix does) in the PAM handling...
Arthur de Jong
2011-04-30
fix return value of try_autzsearch() when no match found
Arthur de Jong
2011-04-30
use the right DN in the pam_authz_search option
Arthur de Jong
2011-04-29
move most of the code for building the authorisation search into the try_autz...
Arthur de Jong
2011-04-24
make request indicator shorter
Arthur de Jong
2011-04-24
no longer use the userdn parameter passed along with each request (this may m...
Arthur de Jong
2011-04-03
make user and group name validation errors a little more informative
Arthur de Jong
2011-03-12
put all HOST_NAME_MAX fallbacks in common.h and fall back to _POSIX_HOST_NAME...
Arthur de Jong
2011-03-09
fix compiler warning
Arthur de Jong
2011-03-09
properly handle user-not-found errors when doing authentication (CVE-2011-0438)
Arthur de Jong
2011-01-29
implement a fqdn variable that can be used inside pam_authz_search filters
Arthur de Jong
2010-12-26
try to update the shadowLastChange attribute of a user on password change (th...
Arthur de Jong
2010-12-12
always return a positive authorisation result during authentication because w...
Arthur de Jong
2010-12-03
in try_bind(), perform the search ourselves instead of using lookup_dn2uid() ...
Arthur de Jong
2010-12-03
fix handling of try_bind() result code in nslcd_pam_authc() (patch by Thaddeu...
Arthur de Jong
2010-11-17
return correct PAM status code for when LDAP server is unavailable (based on ...
Arthur de Jong
2010-11-17
switch all internal functions to return an LDAP status code
Arthur de Jong
[next]