Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't warn about problems retreiving the objectClass from...Arthur de Jong2008-03-281-3/+0
* add StartTLS support by Ralf Haferkamp <rhafer@suse.de>Arthur de Jong2008-02-151-0/+11
* pass URI to do_bind() to make it work with do_rebind() an...Arthur de Jong2008-02-151-12/+8
* replace the calls to ldap_explode_dn() and ldap_explode_r...Arthur de Jong2008-02-101-98/+56
* make some changes to allow it to compile on more platformsArthur de Jong2008-02-041-3/+5
* implement myldap_cpy_rdn_value() function to copy rdn val...Arthur de Jong2008-02-021-18/+59
* log and otherwise ignore errors in ldap_parse_page_control()Arthur de Jong2008-02-021-3/+10
* fix copy-pastoArthur de Jong2008-02-021-1/+1
* don't request paging when doing a search with scope base ...Arthur de Jong2008-02-021-6/+11
* reset LDAP error flag if ldap_get_values() returned an er...Arthur de Jong2008-02-021-1/+6
* have proper checks and logs of all ldap operationsArthur de Jong2008-02-011-9/+30
* defined LDAP_DEPRECATED to also have definitions for depr...Arthur de Jong2008-01-311-0/+3
* move pagectrl code into compat directoryArthur de Jong2008-01-311-1/+1
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-271-3/+5
* work around some LDAP libraries not having all optionsArthur de Jong2008-01-271-0/+13
* only log "connected to LDAP server" if it is a new connec...Arthur de Jong2007-12-261-6/+2
* properly flag running searches as invalid if the connecti...Arthur de Jong2007-12-261-15/+83
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-251-2/+25
* merge the do_map_error(), do_with_reconnect() into the my...Arthur de Jong2007-12-241-172/+105
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-221-9/+4
* integrate do_result() into myldap_get_entry() reducing co...Arthur de Jong2007-12-221-138/+119
* remove duplicate commentArthur de Jong2007-12-221-1/+0
* bring more uniformity to log messagesArthur de Jong2007-12-221-14/+26
* give struct myldap_session members more logical namesArthur de Jong2007-12-221-74/+74
* refactor myldap code to get rid of most of the old nss st...Arthur de Jong2007-12-201-309/+294
* add myldap_session_close() function (mainly for testing p...Arthur de Jong2007-12-201-0/+19