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