Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-281-2/+2
* revert r1939 because it doesn't work on 0.8Arthur de Jong2013-04-281-2/+2
* save the old password if either the authentication or the...Arthur de Jong2013-04-281-2/+2
* use pam_modutil_getpwnam() instead of getpwnam() in PAM m...Arthur de Jong2012-11-171-1/+1
* log the PAM error message along with the message from nsl...Arthur de Jong2012-11-111-1/+5
* also check pam_password_prohibit_message in pam_sm_authen...Arthur de Jong2012-07-111-0/+14
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+23
* fix problem with returning wrong error code when changing...Arthur de Jong2012-06-151-3/+7
* put external libraries at the end when linkingArthur de Jong2011-08-141-3/+4
* make log message clearer when nslcd returns an empty resp...Arthur de Jong2011-04-301-1/+1
* split setting up of configuration into separate functionArthur de Jong2011-04-301-14/+22
* do not attempt to change password as root when changing a...Arthur de Jong2011-04-301-1/+1
* support more PAM status codes over the nslcd protocolArthur de Jong2011-04-291-0/+2
* small code improvementsArthur de Jong2011-03-192-5/+7
* check for user existence before trying password changeArthur de Jong2011-03-141-0/+29
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* fix distcheck by passing --with-pam-seclib-dir to configu...Arthur de Jong2010-12-291-3/+3
* fallback to standard PAM error message if one wasn't retu...Arthur de Jong2010-12-121-0/+5
* fix installation directory for PAM module (was broken in ...Arthur de Jong2010-11-071-1/+1
* make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
* put all logic on how to run linker for NSS and PAM compon...Arthur de Jong2010-10-101-5/+0
* improve consistency of code layoutArthur de Jong2010-10-041-2/+3
* merge some of the changes for Solaris portability to ease...Arthur de Jong2010-10-041-3/+6
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-1/+14
* rename symbol map files and check for the linker option t...Arthur de Jong2010-06-152-3/+6
* make include guard names consistent throughout the source...Arthur de Jong2010-06-141-3/+3
* fix nullok test for password modificationArthur de Jong2010-06-041-1/+1
* simplify PAM module splitting remapping for ignore_* opti...Arthur de Jong2010-06-021-95/+61
* implement an nullok PAM option and disable empty password...Arthur de Jong2010-06-011-1/+18
* don't log failure to do nslcd request to user and log aut...Arthur de Jong2010-06-011-5/+5
* fix typoArthur de Jong2010-05-311-3/+3
* make code more consistentArthur de Jong2010-05-241-9/+9
* don't store use_authtok because pam_get_authtok() looks a...Arthur de Jong2010-05-241-3/+1
* print uid as a longArthur de Jong2010-05-141-1/+1
* perform logging from PAM module to syslog and support the...Arthur de Jong2010-05-142-25/+91
* centralise initialising functions needed for every PAM ca...Arthur de Jong2010-05-131-116/+60
* also use PAM username instead of one from context for ses...Arthur de Jong2010-05-131-3/+4
* replace my_pam_get_authtok() with standard pam_get_authto...Arthur de Jong2010-05-131-113/+16
* make parsing configuration options global, reorganise a b...Arthur de Jong2010-05-121-270/+231
* only log "LDAP session failed" if we actually triedArthur de Jong2010-05-101-20/+12
* replace my_pam_warn() with pam_info() and pam_error() and...Arthur de Jong2010-05-101-45/+12
* implement a minimum_uid option for the PAM module to igno...Arthur de Jong2010-05-061-9/+51
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-241-6/+24
* provide a replacement for the pam_get_authtok() functions...Arthur de Jong2009-10-172-2/+5
* only include security/pam_ext.h for systems that have itArthur de Jong2009-10-111-1/+3
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-071-84/+85
* some compatibility improvementsArthur de Jong2009-10-051-1/+9
* fix return of authorisation check (patch by Howard Chu <h...Arthur de Jong2009-09-291-0/+1
* general code cleanup and add missing casts and includesArthur de Jong2009-09-241-40/+43
* change authorisation request to also include ruser, rhost...Arthur de Jong2009-06-031-4/+20