Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek2012-01-091-4/+8
* Fix a typo in disconnect logicJakub Hrozek2011-12-091-1/+1
* move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac t...Arthur de Jong2011-08-301-6/+0
* pass a statically allocated callback structure to OpenLDA...Arthur de Jong2011-08-271-1/+2
* set the socket timeout in a connection callback to avoid ...Arthur de Jong2011-08-071-27/+75
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-051-1/+104
* fix r1468Arthur de Jong2011-06-051-2/+2
* simplify and correct find_rdn_value() to handle splitting...Arthur de Jong2011-06-051-4/+3
* fix problem with partial attribute name matches in DN (e....Arthur de Jong2011-05-211-0/+1
* report correct reported error from ldap_abandon()Arthur de Jong2011-04-221-1/+1
* fix problem with endless loop on incorrect passwordArthur de Jong2011-03-111-4/+1
* include definition of rc in all code paths because it's u...Arthur de Jong2011-01-011-3/+1
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-0/+12
* pass the ld to do_bind() instead of the session to use th...Arthur de Jong2010-12-121-14/+18
* fix commentArthur de Jong2010-12-121-1/+1
* in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-081-6/+5
* call myldap_session_check() before adding a new search to...Arthur de Jong2010-11-031-2/+2
* set a longer socket timout for the normal connection (jus...Arthur de Jong2010-10-151-19/+23
* simplify SASL includesArthur de Jong2010-10-141-3/+3
* set timeout options on LDAP socket to avoid problems when...Arthur de Jong2010-10-121-0/+11
* make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
* remove variables which are no longer necessary due to r1220Arthur de Jong2010-09-271-2/+0
* remove disabling keepalives since we handle SIGPIPE anywayArthur de Jong2010-09-271-6/+0
* remove ugly empty lineArthur de Jong2010-09-261-1/+0
* add some more error cases which should trigger a disconnectArthur de Jong2010-09-231-1/+3
* handle errors from ldap_result() consistently and also re...Arthur de Jong2010-09-201-32/+35
* 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
* 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-181-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-091-4/+4
* 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-091-24/+37
* fix buffer overflowArthur de Jong2010-05-071-1/+1
* don't have myldap_set_credentials() try to open a connect...Arthur de Jong2010-04-131-3/+1
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-3/+14
* have less warnings when LDAP_OPT_X_TLS isn't definedArthur de Jong2010-02-281-0/+4
* first try password modification without the old password ...Arthur de Jong2010-02-171-4/+18
* fix for type mismatch (thanks to Jan Schampera)Arthur de Jong2010-01-251-1/+1
* make logging of passwords consistent and support a NULL o...Arthur de Jong2010-01-241-10/+11
* free data returned from ldap_passwd_s() call if needed an...Arthur de Jong2010-01-241-10/+8
* some small simplifcations and clarificationsArthur de Jong2009-12-291-16/+7
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-131-56/+11
* also log uri when ldap_start_tls_s() failsArthur de Jong2009-11-011-2/+2
* provide replacement functions for ldap_initialize() and l...Arthur de Jong2009-10-171-9/+1
* fix some header checks in configure and fix ldap_set_rebi...Arthur de Jong2009-10-081-3/+3
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-071-0/+37
* some compatibility improvementsArthur de Jong2009-10-051-0/+4