Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesArthur de Jong2019-09-171-1/+1
* Fix logic errorArthur de Jong2016-02-221-1/+1
* Have PAM module log messages to syslogArthur de Jong2015-08-151-0/+8
* Use correct PIC arg for non-GCC compilersTim Rice2015-03-231-1/+1
* Avoid comparison of static array to null pointerPatrick McLean2015-03-111-2/+2
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-3/+3
* Add a test for pam_get_item() argument typeArthur de Jong2013-11-251-5/+5
* Fix a number of compiler warningsArthur de Jong2013-10-291-3/+3
* Initialise msg to avoid potential NULL pointer dereferenceArthur de Jong2013-09-131-1/+1
* Small fix in NEW_AUTHTOK_REQD handlingArthur de Jong2013-08-181-1/+1
* do not recheck the user password in first password phase ...Arthur de Jong2013-01-061-9/+5
* save the old password if either the authentication or the...Arthur de Jong2013-01-051-2/+2
* update C coding style to a more commonly used styleArthur de Jong2012-12-222-359/+406
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-162-163/+207
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-162-6/+4
* 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