| Commit message (Expand) | Author | Age | Files | Lines |
* | rename the tls_checkpeer option to tls_reqcert, deprecati... | Arthur de Jong | 2008-12-06 | 1 | -4/+3 |
* | use tls_* options also for StartTLS connections | Arthur de Jong | 2008-11-29 | 1 | -36/+36 |
* | also retry if ldap_result() failed and getting error numb... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | log option name instead of option value for ldap_set_opti... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | LDAP_OPT_X_TLS_REQUIRE_CERT is not a boolean | Arthur de Jong | 2008-07-10 | 1 | -4/+5 |
* | replace https:// by ldaps:// (stupid typo) | Arthur de Jong | 2008-06-17 | 1 | -1/+1 |
* | implement SASL authentication based on a patch by Dan Whi... | Arthur de Jong | 2008-06-14 | 1 | -22/+47 |
* | also set TLS options if an ldaps:// URL is specified | Arthur de Jong | 2008-06-06 | 1 | -2/+4 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+10 |
* | add sanity checks to sleep calls to never sleep too long ... | Arthur de Jong | 2008-05-16 | 1 | -0/+2 |
* | close the connection and retry the search (once) if the s... | Arthur de Jong | 2008-05-11 | 1 | -0/+24 |
* | split retry mechanism of myldap_search() into a new do_re... | Arthur de Jong | 2008-05-11 | 1 | -45/+58 |
* | allocate the search memory region in myldap_search() inst... | Arthur de Jong | 2008-05-11 | 1 | -31/+27 |
* | also allow closing of searches that no longer have a vali... | Arthur de Jong | 2008-05-11 | 1 | -19/+13 |
* | only support tls-related options if LDAP library supports... | Arthur de Jong | 2008-05-02 | 1 | -0/+11 |
* | support ranged attribute values | Arthur de Jong | 2008-05-01 | 1 | -1/+166 |
* | also close the LDAP connection on LDAP_SERVER_DOWN (besid... | Arthur de Jong | 2008-04-26 | 1 | -4/+4 |
* | ensure that the connection to the LDAP server is closed w... | Arthur de Jong | 2008-04-26 | 1 | -0/+15 |
* | implement new timing mechanism for retries to quickly fai... | Arthur de Jong | 2008-04-25 | 1 | -29/+67 |
* | make warning message more verbose, fix comment and don't ... | Arthur de Jong | 2008-04-20 | 1 | -2/+5 |
* | instead of using the dict module to build a cache just st... | Arthur de Jong | 2008-04-18 | 1 | -28/+37 |
* | change dict_values_first() and dict_values_next() into di... | Arthur de Jong | 2008-04-17 | 1 | -2/+2 |
* | split closing of LDAP session to separate funtion to inva... | Arthur de Jong | 2008-04-05 | 1 | -50/+46 |
* | remove code that handles special cases when calling as ro... | Arthur de Jong | 2008-04-04 | 1 | -27/+10 |
* | revert r628 (using ldap_str2dn() instead of ldap_explode_... | Arthur de Jong | 2008-04-04 | 1 | -56/+98 |
* | only define and use do_sasl_interact() if we have a sasl ... | Arthur de Jong | 2008-03-30 | 1 | -4/+13 |
* | don't warn about problems retreiving the objectClass from... | Arthur de Jong | 2008-03-28 | 1 | -3/+0 |
* | add StartTLS support by Ralf Haferkamp <rhafer@suse.de> | Arthur de Jong | 2008-02-15 | 1 | -0/+11 |
* | pass URI to do_bind() to make it work with do_rebind() an... | Arthur de Jong | 2008-02-15 | 1 | -12/+8 |
* | replace the calls to ldap_explode_dn() and ldap_explode_r... | Arthur de Jong | 2008-02-10 | 1 | -98/+56 |
* | make some changes to allow it to compile on more platforms | Arthur de Jong | 2008-02-04 | 1 | -3/+5 |
* | implement myldap_cpy_rdn_value() function to copy rdn val... | Arthur de Jong | 2008-02-02 | 1 | -18/+59 |
* | log and otherwise ignore errors in ldap_parse_page_control() | Arthur de Jong | 2008-02-02 | 1 | -3/+10 |
* | fix copy-pasto | Arthur de Jong | 2008-02-02 | 1 | -1/+1 |
* | don't request paging when doing a search with scope base ... | Arthur de Jong | 2008-02-02 | 1 | -6/+11 |
* | reset LDAP error flag if ldap_get_values() returned an er... | Arthur de Jong | 2008-02-02 | 1 | -1/+6 |
* | have proper checks and logs of all ldap operations | Arthur de Jong | 2008-02-01 | 1 | -9/+30 |
* | defined LDAP_DEPRECATED to also have definitions for depr... | Arthur de Jong | 2008-01-31 | 1 | -0/+3 |
* | move pagectrl code into compat directory | Arthur de Jong | 2008-01-31 | 1 | -1/+1 |
* | integrate some compatibility code into myldap.c, the only... | Arthur de Jong | 2008-01-27 | 1 | -3/+5 |
* | work around some LDAP libraries not having all options | Arthur de Jong | 2008-01-27 | 1 | -0/+13 |
* | only log "connected to LDAP server" if it is a new connec... | Arthur de Jong | 2007-12-26 | 1 | -6/+2 |
* | properly flag running searches as invalid if the connecti... | Arthur de Jong | 2007-12-26 | 1 | -15/+83 |
* | have myldap_get_entry() return an LDAP status code that c... | Arthur de Jong | 2007-12-25 | 1 | -2/+25 |
* | merge the do_map_error(), do_with_reconnect() into the my... | Arthur de Jong | 2007-12-24 | 1 | -172/+105 |
* | remove bind_policy option because the same effect is achi... | Arthur de Jong | 2007-12-22 | 1 | -9/+4 |
* | integrate do_result() into myldap_get_entry() reducing co... | Arthur de Jong | 2007-12-22 | 1 | -138/+119 |
* | remove duplicate comment | Arthur de Jong | 2007-12-22 | 1 | -1/+0 |
* | bring more uniformity to log messages | Arthur de Jong | 2007-12-22 | 1 | -14/+26 |
* | give struct myldap_session members more logical names | Arthur de Jong | 2007-12-22 | 1 | -74/+74 |