| Commit message (Expand) | Author | Age | Files | Lines |
* | only log "connected to LDAP server" if the previous conne... | Arthur de Jong | 2010-05-09 | 1 | -2/+3 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 1 | -4/+4 |
* | don't log errno if it is not set (make error less confusing) | Arthur de Jong | 2010-05-09 | 1 | -6/+9 |
* | handle authentication searches a little differently (only... | Arthur de Jong | 2010-05-09 | 1 | -6/+14 |
* | refactor retry timing mechanism to use time between first... | Arthur de Jong | 2010-05-09 | 1 | -24/+37 |
* | fix buffer overflow | Arthur de Jong | 2010-05-07 | 1 | -1/+1 |
* | don't have myldap_set_credentials() try to open a connect... | Arthur de Jong | 2010-04-13 | 1 | -3/+1 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 1 | -3/+14 |
* | have less warnings when LDAP_OPT_X_TLS isn't defined | Arthur de Jong | 2010-02-28 | 1 | -0/+4 |
* | first try password modification without the old password ... | Arthur de Jong | 2010-02-17 | 1 | -4/+18 |
* | fix for type mismatch (thanks to Jan Schampera) | Arthur de Jong | 2010-01-25 | 1 | -1/+1 |
* | make logging of passwords consistent and support a NULL o... | Arthur de Jong | 2010-01-24 | 1 | -10/+11 |
* | free data returned from ldap_passwd_s() call if needed an... | Arthur de Jong | 2010-01-24 | 1 | -10/+8 |
* | some small simplifcations and clarifications | Arthur de Jong | 2009-12-29 | 1 | -16/+7 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 1 | -56/+11 |
* | also log uri when ldap_start_tls_s() fails | Arthur de Jong | 2009-11-01 | 1 | -2/+2 |
* | provide replacement functions for ldap_initialize() and l... | Arthur de Jong | 2009-10-17 | 1 | -9/+1 |
* | fix some header checks in configure and fix ldap_set_rebi... | Arthur de Jong | 2009-10-08 | 1 | -3/+3 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -0/+37 |
* | some compatibility improvements | Arthur de Jong | 2009-10-05 | 1 | -0/+4 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND... | Arthur de Jong | 2009-06-04 | 1 | -1/+1 |
* | implement myldap_set_credentials() and myldap_cpy_dn() wh... | Arthur de Jong | 2009-06-03 | 1 | -0/+42 |
* | set most SSL/TLS related options globally instead of per ... | Arthur de Jong | 2009-05-01 | 1 | -44/+0 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 1 | -31/+43 |
* | produce more logging and get OpenLDAP logging working by ... | Arthur de Jong | 2009-04-25 | 1 | -10/+55 |
* | clear errno before ldap calls to get usable returned errno | Arthur de Jong | 2009-04-25 | 1 | -0/+4 |
* | 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 |