Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-172-2/+5
* 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
* remove trailing spacesArthur de Jong2009-06-031-14/+14
* partially refactor to follow local coding convention and ...Arthur de Jong2009-05-262-297/+317
* tabs to spacesArthur de Jong2009-05-211-543/+543
* make request-response functions simplerArthur de Jong2009-05-212-80/+42
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-213-71/+155
* merge r885 from trunkArthur de Jong2009-05-161-0/+3
* add warnings about protocol stabilityArthur de Jong2009-05-091-1/+6
* merge in changes from OpenLDAP tree (1.9)Arthur de Jong2009-05-071-80/+82
* always read returned username in tmpluser, always send th...Arthur de Jong2009-04-201-21/+31
* merge in changes from OpenLDAP tree (1.6)Arthur de Jong2009-04-201-15/+46
* fix static linkingArthur de Jong2009-04-191-2/+9
* merge in changes from OpenLDAP tree (1.5)Arthur de Jong2009-04-191-6/+20
* initial version of experimental PAM support taken from Op...Arthur de Jong2009-04-183-0/+711