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
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