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
/
pam
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2013-11-25
Add a test for pam_get_item() argument type
Arthur de Jong
2013-10-29
Fix a number of compiler warnings
Arthur de Jong
2013-09-13
Initialise msg to avoid potential NULL pointer dereference
Arthur de Jong
2013-08-18
Small fix in NEW_AUTHTOK_REQD handling
Arthur de Jong
2013-01-06
do not recheck the user password in first password phase if it was stored in ...
Arthur de Jong
2013-01-05
save the old password if either the authentication or the authorisation respo...
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-12-16
switch protocol from host byte order to network byte order and switch use of ...
Arthur de Jong
2012-11-17
use pam_modutil_getpwnam() instead of getpwnam() in PAM module
Arthur de Jong
2012-11-11
log the PAM error message along with the message from nslcd if it is available
Arthur de Jong
2012-07-11
also check pam_password_prohibit_message in pam_sm_authenticate() because Sol...
Arthur de Jong
2012-07-08
implement a pam_password_prohibit_message nslcd.conf option to deny password ...
Arthur de Jong
2012-06-15
fix problem with returning wrong error code when changing password with wrong...
Arthur de Jong
2011-08-14
put external libraries at the end when linking
Arthur de Jong
2011-04-30
make log message clearer when nslcd returns an empty response (user not handled)
Arthur de Jong
2011-04-30
split setting up of configuration into separate function
Arthur de Jong
2011-04-30
do not attempt to change password as root when changing an expired password
Arthur de Jong
2011-04-29
support more PAM status codes over the nslcd protocol
Arthur de Jong
2011-03-19
small code improvements
Arthur de Jong
2011-03-14
check for user existence before trying password change
Arthur de Jong
2011-03-10
update copyright headers to add missing years
Arthur de Jong
2010-12-29
fix distcheck by passing --with-pam-seclib-dir to configure and remove unneed...
Arthur de Jong
2010-12-12
fallback to standard PAM error message if one wasn't returned by nslcd
Arthur de Jong
2010-11-07
fix installation directory for PAM module (was broken in r1239)
Arthur de Jong
2010-10-10
make use of UNUSED() consistent throughout the code
Arthur de Jong
2010-10-10
put all logic on how to run linker for NSS and PAM components in configure sc...
Arthur de Jong
2010-10-04
improve consistency of code layout
Arthur de Jong
2010-10-04
merge some of the changes for Solaris portability to ease merging, adding --w...
Arthur de Jong
2010-09-05
implement a rootpwmodpw option that allows root users to change user password...
Arthur de Jong
2010-06-15
rename symbol map files and check for the linker option to specify the file with
Arthur de Jong
2010-06-14
make include guard names consistent throughout the source and avoid conflicts...
Arthur de Jong
2010-06-04
fix nullok test for password modification
Arthur de Jong
2010-06-02
simplify PAM module splitting remapping for ignore_* options to a separate fu...
Arthur de Jong
2010-06-01
implement an nullok PAM option and disable empty passwords by default
Arthur de Jong
2010-06-01
don't log failure to do nslcd request to user and log authentication errors d...
Arthur de Jong
2010-05-31
fix typo
Arthur de Jong
2010-05-24
make code more consistent
Arthur de Jong
2010-05-24
don't store use_authtok because pam_get_authtok() looks at the arguments itself
Arthur de Jong
2010-05-14
print uid as a long
Arthur de Jong
2010-05-14
perform logging from PAM module to syslog and support the debug option to log...
Arthur de Jong
2010-05-13
centralise initialising functions needed for every PAM call into one function
Arthur de Jong
2010-05-13
also use PAM username instead of one from context for session open and close
Arthur de Jong
2010-05-13
replace my_pam_get_authtok() with standard pam_get_authtok() function, get ri...
Arthur de Jong
2010-05-12
make parsing configuration options global, reorganise a bit and make code mor...
Arthur de Jong
2010-05-10
only log "LDAP session failed" if we actually tried
Arthur de Jong
2010-05-10
replace my_pam_warn() with pam_info() and pam_error() and provide replacement...
Arthur de Jong
2010-05-06
implement a minimum_uid option for the PAM module to ignore users that have a...
Arthur de Jong
2010-01-24
add admindn configuration file option that is used when modifying another use...
Arthur de Jong
[next]