Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.7.6 release0.7.6Arthur de Jong2010-05-278-4/+97
* drop extra parts of package descriptions that should no l...Arthur de Jong2010-05-261-8/+2
* update pam-auth-update configuration to always perform LD...Arthur de Jong2010-05-241-4/+4
* make code more consistentArthur de Jong2010-05-241-9/+9
* fix typoArthur de Jong2010-05-241-1/+1
* don't store use_authtok because pam_get_authtok() looks a...Arthur de Jong2010-05-241-3/+1
* update documentationArthur de Jong2010-05-234-101/+112
* include uid and gid options in default configuration fileArthur de Jong2010-05-231-0/+4
* update AC?X_PTHREAD macro and update configure script to ...Arthur de Jong2010-05-232-149/+148
* use nslcd --check in init script's status commandArthur de Jong2010-05-231-1/+1
* make debug logging for pam_authz_search option a little m...Arthur de Jong2010-05-221-4/+5
* add libpam-heimdal as an alternative recommends for libns...Arthur de Jong2010-05-201-1/+1
* always clear returned buffer when performing attribute ma...Arthur de Jong2010-05-152-5/+10
* get files ready for 0.7.5 release0.7.5Arthur de Jong2010-05-147-4/+90
* switch to source format 3.0 (native)Arthur de Jong2010-05-142-0/+2
* 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-145-29/+106
* centralise initialising functions needed for every PAM ca...Arthur de Jong2010-05-131-116/+60
* make logging of buffer checks consistentArthur de Jong2010-05-132-3/+5
* 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
* small compatibility improvementsArthur de Jong2010-05-122-3/+5
* 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-106-84/+106
* get files ready for 0.7.4 release0.7.4Arthur de Jong2010-05-098-9/+184
* only log "connected to LDAP server" if the previous conne...Arthur de Jong2010-05-091-2/+3
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-097-11/+20
* don't log errno if it is not set (make error less confusing)Arthur de Jong2010-05-091-6/+9
* handle authentication searches a little differently (only...Arthur de Jong2010-05-091-6/+14
* refactor retry timing mechanism to use time between first...Arthur de Jong2010-05-094-30/+43
* fix wrapping of long line (thanks lintian)Arthur de Jong2010-05-081-1/+2
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-084-7/+7
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-075-3/+163
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-0711-33/+32
* implement test for buffer overflowArthur de Jong2010-05-071-0/+31
* fix buffer overflowArthur de Jong2010-05-071-1/+1
* have the possibility to generate HTML for manual pages (n...Arthur de Jong2010-05-071-0/+3
* use docbook elements where possibleArthur de Jong2010-05-072-57/+57
* implement a minimum_uid option for the PAM module to igno...Arthur de Jong2010-05-065-16/+84
* include updated filesArthur de Jong2010-05-052-103/+93
* also parse /etc/ldap.conf for systems that use that for N...Arthur de Jong2010-05-031-0/+1
* don't have myldap_set_credentials() try to open a connect...Arthur de Jong2010-04-133-17/+16
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-136-35/+43
* small improvements to the test setupArthur de Jong2010-04-013-19/+14
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-204-0/+79
* remove commented-oud default option because it is not imp...Arthur de Jong2010-03-131-20/+0
* have less warnings when LDAP_OPT_X_TLS isn't definedArthur de Jong2010-02-281-0/+4
* document which attributes may be mapped with an expressionArthur de Jong2010-02-281-2/+14
* get files ready for 0.7.3 release0.7.3Arthur de Jong2010-02-277-10/+173