Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* fix a typo in disconnect logic (r1560 from 0.8 branch)Arthur de Jong2011-12-091-1/+1
* 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
* 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
* handle errors from ldap_result() better and disconnect (a...Arthur de Jong2010-09-241-32/+37
* 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
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND...Arthur de Jong2009-06-041-1/+1
* implement myldap_set_credentials() and myldap_cpy_dn() wh...Arthur de Jong2009-06-031-0/+42
* set most SSL/TLS related options globally instead of per ...Arthur de Jong2009-05-011-44/+0
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-301-31/+43
* produce more logging and get OpenLDAP logging working by ...Arthur de Jong2009-04-251-10/+55
* clear errno before ldap calls to get usable returned errnoArthur de Jong2009-04-251-0/+4
* rename the tls_checkpeer option to tls_reqcert, deprecati...Arthur de Jong2008-12-061-4/+3
* use tls_* options also for StartTLS connectionsArthur de Jong2008-11-291-36/+36
* also retry if ldap_result() failed and getting error numb...Arthur de Jong2008-09-241-1/+1
* log option name instead of option value for ldap_set_opti...Arthur de Jong2008-09-241-1/+1
* LDAP_OPT_X_TLS_REQUIRE_CERT is not a booleanArthur de Jong2008-07-101-4/+5
* replace https:// by ldaps:// (stupid typo)Arthur de Jong2008-06-171-1/+1
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-141-22/+47
* also set TLS options if an ldaps:// URL is specifiedArthur de Jong2008-06-061-2/+4
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+10
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-161-0/+2
* close the connection and retry the search (once) if the s...Arthur de Jong2008-05-111-0/+24
* split retry mechanism of myldap_search() into a new do_re...Arthur de Jong2008-05-111-45/+58