| Commit message (Expand) | Author | Age | Files | Lines |
* | Various spelling fixes | Arthur de Jong | 2019-09-17 | 1 | -1/+1 |
* | Make password expiry messages correct and consistent | Arthur de Jong | 2018-08-06 | 1 | -6/+6 |
* | Add domain variable for use in pam_authz_search | Arthur de Jong | 2018-07-21 | 1 | -2/+6 |
* | Allow skipping post-authentication search altogether | Arthur de Jong | 2017-06-15 | 1 | -1/+1 |
* | Implement myldap_bind() function | Arthur de Jong | 2017-06-15 | 1 | -63/+44 |
* | Implement handling of pam_authc_search option | Arthur de Jong | 2017-06-15 | 1 | -13/+42 |
* | Add pam_authc_search option parsing | Arthur de Jong | 2017-06-15 | 1 | -1/+1 |
* | Reorganise PAM search var building functions | Arthur de Jong | 2017-06-14 | 1 | -118/+133 |
* | Also honor ignorecase in PAM | Arthur de Jong | 2016-06-03 | 1 | -1/+1 |
* | Fix error handling on credential change | Arthur de Jong | 2016-01-06 | 1 | -2/+4 |
* | Fix updating of 'shadowLastChange' attribute when chasing... | Vasilis Tsiligiannis | 2015-12-23 | 1 | -0/+9 |
* | Fix password modification by root | Arthur de Jong | 2014-06-06 | 1 | -1/+1 |
* | Clear buffers before free-ing | Arthur de Jong | 2014-05-17 | 1 | -0/+16 |
* | Improve error logging of user login failures | Arthur de Jong | 2014-05-04 | 1 | -2/+2 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -1/+1 |
* | Warn when binddn buffer is too small | Arthur de Jong | 2014-05-04 | 1 | -3/+11 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -14/+14 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 1 | -3/+3 |
* | return the password policy bind information via PAM | Arthur de Jong | 2013-03-03 | 1 | -3/+12 |
* | log a more meaningful error in nslcd when trying to authe... | Arthur de Jong | 2013-03-01 | 1 | -1/+7 |
* | move update_lastchange() function from shadow to pam code | Arthur de Jong | 2013-03-01 | 1 | -0/+68 |
* | perform search for pam_authz_search on all search bases | Arthur de Jong | 2013-01-06 | 1 | -32/+44 |
* | log and return a diagnostic message instead of just the L... | Arthur de Jong | 2013-01-01 | 1 | -6/+17 |
* | retry updating the lastChange attribute with the normal n... | Arthur de Jong | 2013-01-01 | 1 | -3/+6 |
* | reorganise and rename configuration options to be in line... | Arthur de Jong | 2012-12-30 | 1 | -3/+3 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -15/+15 |
* | fix typo in comment | Arthur de Jong | 2012-12-24 | 1 | -1/+1 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -313/+328 |
* | change PAM protocol to be more consistent and simpler | Arthur de Jong | 2012-12-16 | 1 | -58/+42 |
* | rename filter_buffer to filter for consistency | Arthur de Jong | 2012-09-14 | 1 | -6/+6 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+12 |
* | log successful password change in nslcd and correctly ter... | Arthur de Jong | 2012-06-15 | 1 | -0/+2 |
* | allow the pam_authz_search option to be specified multipl... | Arthur de Jong | 2012-05-04 | 1 | -50/+64 |
* | increase buffer for pam_authz_search as suggested by Chri... | Arthur de Jong | 2012-03-23 | 1 | -2/+2 |
* | fix log message for invalid pam_authz_search as reported ... | Arthur de Jong | 2012-03-10 | 1 | -1/+1 |
* | Do not leak memory if myldap_escape() fails | Jakub Hrozek | 2012-01-09 | 1 | -0/+1 |
* | Return from update_username() if myldap_get_values() retu... | Jakub Hrozek | 2012-01-09 | 1 | -0/+3 |
* | reduce loglevel of user not found messages to avoid spamm... | Arthur de Jong | 2011-10-02 | 1 | -1/+1 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -14/+21 |
* | correctly only check password expiration when authenticat... | Arthur de Jong | 2011-06-10 | 1 | -5/+5 |
* | check all variables in pam_authz_search to see if they exist | Arthur de Jong | 2011-06-05 | 1 | -5/+7 |
* | close the nslcd connection to signal LDAP server unavaila... | Arthur de Jong | 2011-04-30 | 1 | -16/+8 |
* | improve password change failed error message | Arthur de Jong | 2011-04-30 | 1 | -10/+12 |
* | check shadow properties (similarly to what pam_unix does)... | Arthur de Jong | 2011-04-30 | 1 | -7/+126 |
* | fix return value of try_autzsearch() when no match found | Arthur de Jong | 2011-04-30 | 1 | -0/+2 |
* | use the right DN in the pam_authz_search option | Arthur de Jong | 2011-04-30 | 1 | -5/+5 |
* | move most of the code for building the authorisation sear... | Arthur de Jong | 2011-04-29 | 1 | -32/+39 |
* | make request indicator shorter | Arthur de Jong | 2011-04-24 | 1 | -5/+5 |
* | no longer use the userdn parameter passed along with each... | Arthur de Jong | 2011-04-24 | 1 | -101/+116 |
* | make user and group name validation errors a little more ... | Arthur de Jong | 2011-04-03 | 1 | -2/+3 |