| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -297/+317 |
* | tabs to spaces | Arthur de Jong | 2009-05-21 | 1 | -543/+543 |
* | make request-response functions simpler | Arthur de Jong | 2009-05-21 | 2 | -80/+42 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 3 | -71/+155 |
* | merge r885 from trunk | Arthur de Jong | 2009-05-16 | 1 | -0/+3 |
* | add warnings about protocol stability | Arthur de Jong | 2009-05-09 | 1 | -1/+6 |
* | merge in changes from OpenLDAP tree (1.9) | Arthur de Jong | 2009-05-07 | 1 | -80/+82 |
* | always read returned username in tmpluser, always send th... | Arthur de Jong | 2009-04-20 | 1 | -21/+31 |
* | merge in changes from OpenLDAP tree (1.6) | Arthur de Jong | 2009-04-20 | 1 | -15/+46 |
* | fix static linking | Arthur de Jong | 2009-04-19 | 1 | -2/+9 |
* | merge in changes from OpenLDAP tree (1.5) | Arthur de Jong | 2009-04-19 | 1 | -6/+20 |
* | initial version of experimental PAM support taken from Op... | Arthur de Jong | 2009-04-18 | 3 | -0/+711 |