| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry connecting to the first URI after idle_timelimit | Arthur de Jong | 2021-05-26 | 1 | -0/+2 |
* | Fix handling of the pam_authc_ppolicy option | Arthur de Jong | 2020-09-11 | 1 | -17/+13 |
* | Log the correct timeout value | Arthur de Jong | 2019-12-27 | 1 | -3/+3 |
* | Various spelling fixes | Arthur de Jong | 2019-09-17 | 1 | -8/+8 |
* | Make password expiry messages correct and consistent | Arthur de Jong | 2018-08-06 | 1 | -8/+8 |
* | Implement myldap_bind() function | Arthur de Jong | 2017-06-15 | 1 | -19/+26 |
* | Do not try all LDAP servers on failed authentication | Arthur de Jong | 2016-09-04 | 1 | -0/+7 |
* | 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 |