| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -359/+406 |
* | change PAM protocol to be more consistent and simpler | Arthur de Jong | 2012-12-16 | 2 | -163/+207 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 2 | -6/+4 |
* | 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 |
* | put external libraries at the end when linking | Arthur de Jong | 2011-08-14 | 1 | -3/+4 |
* | make log message clearer when nslcd returns an empty resp... | Arthur de Jong | 2011-04-30 | 1 | -1/+1 |
* | 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 | 2 | -5/+7 |
* | check for user existence before trying password change | Arthur de Jong | 2011-03-14 | 1 | -0/+29 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | fix distcheck by passing --with-pam-seclib-dir to configu... | Arthur de Jong | 2010-12-29 | 1 | -3/+3 |
* | fallback to standard PAM error message if one wasn't retu... | Arthur de Jong | 2010-12-12 | 1 | -0/+5 |
* | fix installation directory for PAM module (was broken in ... | Arthur de Jong | 2010-11-07 | 1 | -1/+1 |
* | make use of UNUSED() consistent throughout the code | Arthur de Jong | 2010-10-10 | 1 | -1/+1 |
* | put all logic on how to run linker for NSS and PAM compon... | Arthur de Jong | 2010-10-10 | 1 | -5/+0 |
* | improve consistency of code layout | Arthur de Jong | 2010-10-04 | 1 | -2/+3 |
* | merge some of the changes for Solaris portability to ease... | Arthur de Jong | 2010-10-04 | 1 | -3/+6 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -1/+14 |
* | rename symbol map files and check for the linker option t... | Arthur de Jong | 2010-06-15 | 2 | -3/+6 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 1 | -3/+3 |
* | 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 | 2 | -25/+91 |
* | 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 | 2 | -2/+5 |
* | 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 |