Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add blank line for apt-listchangesArthur de Jong2010-02-271-0/+1
* upgrade to standards-version 3.8.4 (no changes needed)Arthur de Jong2010-02-271-1/+1
* fix typoArthur de Jong2010-02-271-1/+1
* rename admindn option to rootpwmoddnArthur de Jong2010-02-277-17/+17
* update from latest automakeArthur de Jong2010-02-272-20/+83
* small updates to documentationArthur de Jong2010-02-272-7/+6
* first try password modification without the old password ...Arthur de Jong2010-02-171-4/+18
* add pointer to RFC 3062Arthur de Jong2010-02-171-1/+1
* patch by Jan Schampera to implement a --check optionArthur de Jong2010-01-282-8/+48
* fix for type mismatch (thanks to Jan Schampera)Arthur de Jong2010-01-251-1/+1
* add --with-bindpw-file configure option to enable reading...Arthur de Jong2010-01-242-2/+67
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-248-19/+87
* fix exampleArthur de Jong2010-01-241-1/+1