| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialise msg to avoid potential NULL pointer dereference | Arthur de Jong | 2013-09-13 | 1 | -1/+1 |
* | Small fix in NEW_AUTHTOK_REQD handling | Arthur de Jong | 2013-08-18 | 1 | -1/+1 |
* | do not recheck the user password in first password phase ... | Arthur de Jong | 2013-01-06 | 1 | -9/+5 |
* | save the old password if either the authentication or the... | Arthur de Jong | 2013-01-05 | 1 | -2/+2 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -327/+371 |
* | change PAM protocol to be more consistent and simpler | Arthur de Jong | 2012-12-16 | 1 | -160/+207 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -4/+2 |
* | use pam_modutil_getpwnam() instead of getpwnam() in PAM m... | Arthur de Jong | 2012-11-17 | 1 | -1/+1 |
* | log the PAM error message along with the message from nsl... | Arthur de Jong | 2012-11-11 | 1 | -1/+5 |
* | also check pam_password_prohibit_message in pam_sm_authen... | Arthur de Jong | 2012-07-11 | 1 | -0/+14 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+23 |
* | fix problem with returning wrong error code when changing... | Arthur de Jong | 2012-06-15 | 1 | -3/+7 |
* | split setting up of configuration into separate function | Arthur de Jong | 2011-04-30 | 1 | -14/+22 |
* | do not attempt to change password as root when changing a... | Arthur de Jong | 2011-04-30 | 1 | -1/+1 |
* | support more PAM status codes over the nslcd protocol | Arthur de Jong | 2011-04-29 | 1 | -0/+2 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -3/+5 |
* | check for user existence before trying password change | Arthur de Jong | 2011-03-14 | 1 | -0/+29 |
* | fallback to standard PAM error message if one wasn't retu... | Arthur de Jong | 2010-12-12 | 1 | -0/+5 |
* | make use of UNUSED() consistent throughout the code | Arthur de Jong | 2010-10-10 | 1 | -1/+1 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -1/+14 |
* | fix nullok test for password modification | Arthur de Jong | 2010-06-04 | 1 | -1/+1 |
* | simplify PAM module splitting remapping for ignore_* opti... | Arthur de Jong | 2010-06-02 | 1 | -95/+61 |
* | implement an nullok PAM option and disable empty password... | Arthur de Jong | 2010-06-01 | 1 | -1/+18 |
* | don't log failure to do nslcd request to user and log aut... | Arthur de Jong | 2010-06-01 | 1 | -5/+5 |
* | fix typo | Arthur de Jong | 2010-05-31 | 1 | -3/+3 |
* | make code more consistent | Arthur de Jong | 2010-05-24 | 1 | -9/+9 |
* | don't store use_authtok because pam_get_authtok() looks a... | Arthur de Jong | 2010-05-24 | 1 | -3/+1 |
* | print uid as a long | Arthur de Jong | 2010-05-14 | 1 | -1/+1 |
* | perform logging from PAM module to syslog and support the... | Arthur de Jong | 2010-05-14 | 1 | -23/+80 |
* | centralise initialising functions needed for every PAM ca... | Arthur de Jong | 2010-05-13 | 1 | -116/+60 |
* | also use PAM username instead of one from context for ses... | Arthur de Jong | 2010-05-13 | 1 | -3/+4 |
* | replace my_pam_get_authtok() with standard pam_get_authto... | Arthur de Jong | 2010-05-13 | 1 | -113/+16 |
* | make parsing configuration options global, reorganise a b... | Arthur de Jong | 2010-05-12 | 1 | -270/+231 |
* | only log "LDAP session failed" if we actually tried | Arthur de Jong | 2010-05-10 | 1 | -20/+12 |
* | replace my_pam_warn() with pam_info() and pam_error() and... | Arthur de Jong | 2010-05-10 | 1 | -45/+12 |
* | implement a minimum_uid option for the PAM module to igno... | Arthur de Jong | 2010-05-06 | 1 | -9/+51 |
* | add admindn configuration file option that is used when m... | Arthur de Jong | 2010-01-24 | 1 | -6/+24 |
* | provide a replacement for the pam_get_authtok() functions... | Arthur de Jong | 2009-10-17 | 1 | -1/+3 |
* | only include security/pam_ext.h for systems that have it | Arthur de Jong | 2009-10-11 | 1 | -1/+3 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -84/+85 |
* | some compatibility improvements | Arthur de Jong | 2009-10-05 | 1 | -1/+9 |
* | fix return of authorisation check (patch by Howard Chu <h... | Arthur de Jong | 2009-09-29 | 1 | -0/+1 |
* | general code cleanup and add missing casts and includes | Arthur de Jong | 2009-09-24 | 1 | -40/+43 |
* | change authorisation request to also include ruser, rhost... | Arthur de Jong | 2009-06-03 | 1 | -4/+20 |
* | remove trailing spaces | Arthur de Jong | 2009-06-03 | 1 | -14/+14 |
* | partially refactor to follow local coding convention and ... | Arthur de Jong | 2009-05-26 | 1 | -297/+311 |
* | tabs to spaces | Arthur de Jong | 2009-05-21 | 1 | -543/+543 |
* | make request-response functions simpler | Arthur de Jong | 2009-05-21 | 1 | -72/+33 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 1 | -68/+68 |
* | merge r885 from trunk | Arthur de Jong | 2009-05-16 | 1 | -0/+3 |