Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam/pam.c
Commit message (Expand)AuthorAgeFilesLines
* Fix logic errorArthur de Jong2016-02-221-1/+1
* Have PAM module log messages to syslogArthur de Jong2015-08-151-0/+8
* 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-221-327/+371
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-161-160/+207
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-4/+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
* 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-191-3/+5
* check for user existence before trying password changeArthur de Jong2011-03-141-0/+29
* fallback to standard PAM error message if one wasn't retu...Arthur de Jong2010-12-121-0/+5
* make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-1/+14
* 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-141-23/+80
* 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-171-1/+3
* 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