Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* fix a typo in disconnect logic (r1560 from 0.8 branch)Arthur de Jong2011-12-091-1/+1
* ensure that uid, gid and pid vars are properly initialise...Arthur de Jong2011-12-081-3/+3
* fix a problem with uninitialised memory while parsing the...Arthur de Jong2011-08-241-7/+5
* grow static buffers so that they should be large enough (...Arthur de Jong2011-07-023-6/+6
* fix r1465 to split attribute/value at right placeArthur de Jong2011-06-051-1/+1
* fix problem with partial attribute name matches in DN (e....Arthur de Jong2011-05-211-0/+1
* report correct reported error from ldap_abandon() (merge ...Arthur de Jong2011-04-221-1/+1
* return correct kind of error code from try_pwmod() (r1313...Arthur de Jong2010-12-111-1/+2
* call myldap_session_check() before adding a new search to...Arthur de Jong2010-12-101-2/+2
* set a short socket timeout when shutting down the connec...Arthur de Jong2010-10-291-16/+18
* grow ruser buffer (small part of r1267 from trunk)Arthur de Jong2010-10-131-1/+1
* handle errors from ldap_result() better and disconnect (a...Arthur de Jong2010-09-241-32/+37
* fix commentArthur de Jong2010-07-181-2/+2
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-1/+1
* add logging to SASL interaction functionArthur de Jong2010-06-191-0/+12
* improve debug logging of SASL bind callsArthur de Jong2010-06-191-4/+14
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-182-23/+18
* make SASL binding code a little earier to readArthur de Jong2010-06-181-16/+12
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-183-7/+2
* use RTLD_NODELETE during dlopen() instead of not using dl...Arthur de Jong2010-06-161-3/+4
* pass pthread flags correctly to nslcd Makefile and rename...Arthur de Jong2010-06-151-1/+1
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-141-8/+38
* make include guard names consistent throughout the source...Arthur de Jong2010-06-145-15/+15
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-124-5/+0
* fix and remove source code commentsArthur de Jong2010-06-111-3/+1
* fix bug in test (r1127)Arthur de Jong2010-06-011-1/+1
* add a debug log message when user authentication was succ...Arthur de Jong2010-06-011-0/+2
* make debug logging for pam_authz_search option a little m...Arthur de Jong2010-05-221-4/+5
* always clear returned buffer when performing attribute ma...Arthur de Jong2010-05-152-5/+10
* make logging of buffer checks consistentArthur de Jong2010-05-131-1/+1
* small compatibility improvementsArthur de Jong2010-05-121-1/+1
* 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-093-8/+11
* 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-093-27/+40
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-083-6/+6
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-073-1/+130
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-0711-33/+32
* fix buffer overflowArthur de Jong2010-05-071-1/+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-135-25/+33
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-203-0/+62
* have less warnings when LDAP_OPT_X_TLS isn't definedArthur de Jong2010-02-281-0/+4
* rename admindn option to rootpwmoddnArthur de Jong2010-02-273-13/+13
* first try password modification without the old password ...Arthur de Jong2010-02-171-4/+18
* patch by Jan Schampera to implement a --check optionArthur de Jong2010-01-281-8/+37
* 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-241-1/+57
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-243-9/+36