Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* allocate the search memory region in myldap_search() inst...Arthur de Jong2008-05-111-31/+27
* also allow closing of searches that no longer have a vali...Arthur de Jong2008-05-111-19/+13
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-021-0/+11
* support ranged attribute valuesArthur de Jong2008-05-011-1/+166
* also close the LDAP connection on LDAP_SERVER_DOWN (besid...Arthur de Jong2008-04-261-4/+4
* ensure that the connection to the LDAP server is closed w...Arthur de Jong2008-04-261-0/+15
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-251-29/+67
* make warning message more verbose, fix comment and don't ...Arthur de Jong2008-04-201-2/+5
* instead of using the dict module to build a cache just st...Arthur de Jong2008-04-181-28/+37
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-171-2/+2
* split closing of LDAP session to separate funtion to inva...Arthur de Jong2008-04-051-50/+46
* remove code that handles special cases when calling as ro...Arthur de Jong2008-04-041-27/+10
* revert r628 (using ldap_str2dn() instead of ldap_explode_...Arthur de Jong2008-04-041-56/+98
* only define and use do_sasl_interact() if we have a sasl ...Arthur de Jong2008-03-301-4/+13