| Commit message (Expand) | Author | Age | Files | Lines |
* | Display human readable expiry message | Mathieu Baeumler | 2016-02-13 | 1 | -8/+59 |
* | Add pam_authc_ppolicy option | Mathieu Baeumler | 2016-01-06 | 1 | -19/+29 |
* | Fail-over and retry on more errors | Arthur de Jong | 2015-09-30 | 1 | -1/+4 |
* | Open connection before do_try_search() | Arthur de Jong | 2015-09-30 | 1 | -5/+5 |
* | Simplify password policy message handling | Arthur de Jong | 2015-08-15 | 1 | -14/+20 |
* | Fix password policy expiration warnings | Mathieu Baeumler | 2015-08-15 | 1 | -3/+1 |
* | Fix formatting of size_t values | Patrick McLean | 2015-03-14 | 1 | -6/+6 |
* | Avoid comparison of static array to null pointer | Patrick McLean | 2015-03-11 | 1 | -4/+4 |
* | Avoid accessing searches outside array | Arthur de Jong | 2015-01-19 | 1 | -1/+1 |
* | Minor comment spelling fix | Tim Harder | 2014-07-02 | 1 | -1/+1 |
* | Check a socket's connectivity before trying to use it | Tim Harder | 2014-07-02 | 1 | -11/+37 |
* | 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 |