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
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
2010-11-17
return correct kind of error code from try_pwmod() (bug)
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-10-13
make buffer sizes for PAM requests consistent (and large enough for most situ...
Arthur de Jong
2010-09-05
implement a rootpwmodpw option that allows root users to change user password...
Arthur de Jong
2010-07-18
fix comment
Arthur de Jong
2010-06-01
fix bug in test (r1127)
Arthur de Jong
2010-06-01
add a debug log message when user authentication was successful
Arthur de Jong
2010-05-22
make debug logging for pam_authz_search option a little more readable
Arthur de Jong
2010-05-12
small compatibility improvements
Arthur de Jong
2010-05-08
rename authz_search option to pam_authz_search
Arthur de Jong
2010-05-07
implement an authz_search option to test whether the user is authorised
Arthur de Jong
2010-04-13
don't have myldap_set_credentials() try to open a connection but have the PAM...
Arthur de Jong
2010-02-27
rename admindn option to rootpwmoddn
Arthur de Jong
2010-01-24
add admindn configuration file option that is used when modifying another use...
Arthur de Jong
2009-10-07
implement password changing in the PAM module by performing an LDAP password ...
Arthur de Jong
2009-09-24
fix for problem when authenticating to LDAP entries without a uid attribute
Arthur de Jong
2009-06-03
change authorisation request to also include ruser, rhost and tty (based on O...
Arthur de Jong
2009-06-01
clean up code a little bit and also do username and userdn checks for authori...
Arthur de Jong
2009-05-29
normalize username with PAM authentication and some reorganisation to make th...
Arthur de Jong
2009-05-21
refactor protocol reading and writing macros to the common directory, use mor...
Arthur de Jong
2009-05-08
cleanups
Arthur de Jong
2009-05-08
set up basic PAM protocol handling and get authentication call working by bin...
Arthur de Jong
2009-04-19
perform NSLCD_RESULT_SUCCESS to NSLCD_RESULT_BEGIN rename for PAM code
Arthur de Jong
2009-04-18
initial version of experimental PAM support taken from OpenLDAP/contrib/slapd...
Arthur de Jong