| Commit message (Expand) | Author | Age | Files | Lines |
* | fix logic error when falling back to getting ranged attri... | Arthur de Jong | 2012-09-16 | 1 | -1/+4 |
* | swap values and buf assignment to avoid compiler alignmen... | Arthur de Jong | 2012-09-16 | 1 | -3/+3 |
* | provide an alternative do_rebind() for Netscape LDAP | Arthur de Jong | 2012-09-01 | 1 | -0/+29 |
* | remove variable definition that was introduced in r1626 b... | Arthur de Jong | 2012-08-14 | 1 | -1/+0 |
* | introduce a sasl_canonicalize option that will now, by de... | Arthur de Jong | 2012-08-14 | 1 | -0/+4 |
* | remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (... | Arthur de Jong | 2012-07-08 | 1 | -5/+0 |
* | get rid of a few compiler warnings on FreeBSD | Arthur de Jong | 2012-05-18 | 1 | -1/+1 |
* | always try to log the ldap error, the diagnostic message ... | Arthur de Jong | 2012-03-16 | 1 | -42/+68 |
* | remove extra newline from log message | Arthur de Jong | 2012-03-05 | 1 | -4/+4 |
* | provide more detailed logging information for ldap_start_... | Arthur de Jong | 2012-03-05 | 1 | -3/+11 |
* | log the first 10 search results in debug mode to make deb... | Arthur de Jong | 2012-02-29 | 1 | -1/+16 |
* | Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUM | Jakub Hrozek | 2012-01-09 | 1 | -4/+8 |
* | Fix a typo in disconnect logic | Jakub Hrozek | 2011-12-09 | 1 | -1/+1 |
* | move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac t... | Arthur de Jong | 2011-08-30 | 1 | -6/+0 |
* | pass a statically allocated callback structure to OpenLDA... | Arthur de Jong | 2011-08-27 | 1 | -1/+2 |
* | set the socket timeout in a connection callback to avoid ... | Arthur de Jong | 2011-08-07 | 1 | -27/+75 |
* | implementation of myldap_get_values_len() to use ldap_get... | Arthur de Jong | 2011-08-05 | 1 | -1/+104 |
* | fix r1468 | Arthur de Jong | 2011-06-05 | 1 | -2/+2 |
* | simplify and correct find_rdn_value() to handle splitting... | Arthur de Jong | 2011-06-05 | 1 | -4/+3 |
* | fix problem with partial attribute name matches in DN (e.... | Arthur de Jong | 2011-05-21 | 1 | -0/+1 |
* | report correct reported error from ldap_abandon() | Arthur de Jong | 2011-04-22 | 1 | -1/+1 |
* | fix problem with endless loop on incorrect password | Arthur de Jong | 2011-03-11 | 1 | -4/+1 |
* | include definition of rc in all code paths because it's u... | Arthur de Jong | 2011-01-01 | 1 | -3/+1 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 1 | -0/+12 |
* | pass the ld to do_bind() instead of the session to use th... | Arthur de Jong | 2010-12-12 | 1 | -14/+18 |
* | fix comment | Arthur de Jong | 2010-12-12 | 1 | -1/+1 |
* | in each worker wake up once in a while to check whether a... | Arthur de Jong | 2010-12-08 | 1 | -6/+5 |
* | call myldap_session_check() before adding a new search to... | Arthur de Jong | 2010-11-03 | 1 | -2/+2 |
* | set a longer socket timout for the normal connection (jus... | Arthur de Jong | 2010-10-15 | 1 | -19/+23 |
* | simplify SASL includes | Arthur de Jong | 2010-10-14 | 1 | -3/+3 |
* | set timeout options on LDAP socket to avoid problems when... | Arthur de Jong | 2010-10-12 | 1 | -0/+11 |
* | make use of UNUSED() consistent throughout the code | Arthur de Jong | 2010-10-10 | 1 | -1/+1 |
* | remove variables which are no longer necessary due to r1220 | Arthur de Jong | 2010-09-27 | 1 | -2/+0 |
* | remove disabling keepalives since we handle SIGPIPE anyway | Arthur de Jong | 2010-09-27 | 1 | -6/+0 |
* | remove ugly empty line | Arthur de Jong | 2010-09-26 | 1 | -1/+0 |
* | add some more error cases which should trigger a disconnect | Arthur de Jong | 2010-09-23 | 1 | -1/+3 |
* | handle errors from ldap_result() consistently and also re... | Arthur de Jong | 2010-09-20 | 1 | -32/+35 |
* | add logging to SASL interaction function | Arthur de Jong | 2010-06-19 | 1 | -0/+12 |
* | improve debug logging of SASL bind calls | Arthur de Jong | 2010-06-19 | 1 | -4/+14 |
* | make SASL binding code a little earier to read | Arthur de Jong | 2010-06-18 | 1 | -16/+12 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 1 | -1/+1 |
* | 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 |