Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
...
* 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