| Commit message (Expand) | Author | Age | Files | Lines |
* | various typo and other comment fixes (4b01125, b0785de, b... | Arthur de Jong | 2013-04-28 | 1 | -2/+2 |
* | retry updating the lastChange attribute with the normal n... | Arthur de Jong | 2013-04-28 | 1 | -3/+6 |
* | 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 |
* | put all HOST_NAME_MAX fallbacks in common.h and fall back... | Arthur de Jong | 2011-03-12 | 1 | -4/+0 |
* | fix compiler warning | Arthur de Jong | 2011-03-09 | 1 | -1/+2 |
* | properly handle user-not-found errors when doing authenti... | Arthur de Jong | 2011-03-09 | 1 | -1/+3 |
* | implement a fqdn variable that can be used inside pam_aut... | Arthur de Jong | 2011-01-29 | 1 | -2/+3 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 1 | -0/+5 |
* | always return a positive authorisation result during auth... | Arthur de Jong | 2010-12-12 | 1 | -6/+6 |
* | in try_bind(), perform the search ourselves instead of us... | Arthur de Jong | 2010-12-03 | 1 | -3/+22 |
* | fix handling of try_bind() result code in nslcd_pam_authc... | Arthur de Jong | 2010-12-03 | 1 | -3/+3 |
* | return correct PAM status code for when LDAP server is un... | Arthur de Jong | 2010-11-17 | 1 | -5/+15 |
* | switch all internal functions to return an LDAP status code | Arthur de Jong | 2010-11-17 | 1 | -27/+31 |
* | return correct kind of error code from try_pwmod() (bug) | Arthur de Jong | 2010-11-17 | 1 | -1/+2 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -0/+5 |
* | avoid unneeded strdup()s by using a passed buffer to look... | Arthur de Jong | 2010-11-04 | 1 | -10/+5 |
* | make buffer sizes for PAM requests consistent (and large ... | Arthur de Jong | 2010-10-13 | 1 | -5/+3 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -2/+22 |
* | fix comment | Arthur de Jong | 2010-07-18 | 1 | -2/+2 |
* | fix bug in test (r1127) | Arthur de Jong | 2010-06-01 | 1 | -1/+1 |
* | add a debug log message when user authentication was succ... | Arthur de Jong | 2010-06-01 | 1 | -0/+2 |
* | make debug logging for pam_authz_search option a little m... | Arthur de Jong | 2010-05-22 | 1 | -4/+5 |
* | small compatibility improvements | Arthur de Jong | 2010-05-12 | 1 | -1/+1 |
* | rename authz_search option to pam_authz_search | Arthur de Jong | 2010-05-08 | 1 | -2/+2 |
* | implement an authz_search option to test whether the user... | Arthur de Jong | 2010-05-07 | 1 | -1/+122 |
* | don't have myldap_set_credentials() try to open a connect... | Arthur de Jong | 2010-04-13 | 1 | -10/+12 |
* | rename admindn option to rootpwmoddn | Arthur de Jong | 2010-02-27 | 1 | -9/+9 |
* | add admindn configuration file option that is used when m... | Arthur de Jong | 2010-01-24 | 1 | -7/+27 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -27/+63 |
* | fix for problem when authenticating to LDAP entries witho... | Arthur de Jong | 2009-09-24 | 1 | -0/+11 |