| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear buffers before free-ing | Arthur de Jong | 2014-05-17 | 1 | -0/+2 |
* | Also extract policy controls on BIND failure | Arthur de Jong | 2014-05-04 | 1 | -10/+9 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -0/+7 |
* | Warn when binddn buffer is too small | Arthur de Jong | 2014-05-04 | 1 | -1/+17 |
* | Provide a myldap_get_deref_values() function | Arthur de Jong | 2014-01-05 | 1 | -0/+148 |
* | Request attribute deref via search control | Arthur de Jong | 2014-01-05 | 1 | -1/+34 |
* | Rename entry property to indicate storage type | Arthur de Jong | 2014-01-05 | 1 | -20/+20 |
* | Ignore missing page controls | Arthur de Jong | 2014-01-05 | 1 | -1/+2 |
* | Use do_try_search() also for paged searches | Arthur de Jong | 2014-01-05 | 1 | -46/+24 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -4/+4 |
* | Also run invalidators on initial connect | Arthur de Jong | 2013-10-25 | 1 | -2/+13 |
* | Fix for common spelling mistake | Arthur de Jong | 2013-08-28 | 1 | -1/+1 |
* | Implement function for resetting reconnect times | Arthur de Jong | 2013-08-21 | 1 | -0/+22 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 1 | -2/+2 |
* | spelling fixes | Arthur de Jong | 2013-03-24 | 1 | -1/+1 |
* | start the nscd invalidator and invalidate the nscd cache ... | Arthur de Jong | 2013-03-09 | 1 | -0/+4 |
* | return the password policy bind information via PAM | Arthur de Jong | 2013-03-03 | 1 | -0/+11 |
* | request and parse password policy controls when doing use... | Arthur de Jong | 2013-03-03 | 1 | -6/+206 |
* | pass the session along to the do_bind() function | Arthur de Jong | 2013-03-03 | 1 | -8/+8 |
* | have myldap_get_ranged_values() return a list of values i... | Arthur de Jong | 2013-01-12 | 1 | -19/+13 |
* | fix memory leak in myldap_get_values_len() when using ran... | Arthur de Jong | 2013-01-12 | 1 | -0/+6 |
* | fix a problem in memory handling in myldap_get_values_len... | Arthur de Jong | 2013-01-12 | 1 | -2/+4 |
* | fix typo in comment | Arthur de Jong | 2013-01-10 | 1 | -1/+1 |
* | update FIXMEs | Arthur de Jong | 2013-01-05 | 1 | -1/+0 |
* | inline most is_valid_...() functions | Arthur de Jong | 2013-01-05 | 1 | -27/+11 |
* | log and return a diagnostic message instead of just the L... | Arthur de Jong | 2013-01-01 | 1 | -0/+26 |
* | fix setting restart option log message (fixes r1889) | Arthur de Jong | 2013-01-01 | 1 | -2/+2 |
* | remove undocumented restart configuration option | Arthur de Jong | 2012-12-30 | 1 | -4/+2 |
* | reorganise and rename configuration options to be in line... | Arthur de Jong | 2012-12-30 | 1 | -6/+6 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -82/+82 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -721/+756 |
* | fix logic error (use && instead of & for logical and) | Arthur de Jong | 2012-12-20 | 1 | -1/+1 |
* | to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical... | Arthur de Jong | 2012-11-13 | 1 | -2/+5 |
* | log connection message before clearing error indicators t... | Arthur de Jong | 2012-11-11 | 1 | -3/+3 |
* | 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 |