| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rootpwmodpw handling in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -2/+2 |
* | Rename isvalidname() to is_valid_name() in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -1/+1 |
* | Fix handling of pam_password_prohibit_message in pynslcd | Arthur de Jong | 2013-07-29 | 1 | -1/+1 |
* | Implement PAM session handling in pynslcd | Arthur de Jong | 2013-07-28 | 1 | -2/+61 |
* | Raise an error with a missing old password on password mo... | Arthur de Jong | 2013-04-12 | 1 | -1/+3 |
* | Fix getting caller's uid on password change (pynslcd) | Arthur de Jong | 2013-04-12 | 1 | -1/+1 |
* | Update the shadowLastChange on password change in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -0/+27 |
* | Implement password modification in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -1/+69 |
* | Rename authentication function and return connection | Arthur de Jong | 2013-03-30 | 1 | -9/+9 |
* | Rename validate_request to validate | Arthur de Jong | 2013-03-29 | 1 | -3/+3 |
* | Also perform authentication search using LDAPSearch class | Arthur de Jong | 2013-03-29 | 1 | -1/+2 |
* | ensure consistent naming of DN variables | Arthur de Jong | 2013-03-09 | 1 | -9/+8 |
* | clean up imports and use ldap.filter.escape_filter_chars(... | Arthur de Jong | 2013-03-09 | 1 | -4/+4 |
* | move get_connection function to search module as Connecti... | Arthur de Jong | 2013-03-09 | 1 | -1/+1 |
* | move Search class to search module | Arthur de Jong | 2013-03-09 | 1 | -2/+3 |
* | request and parse password policy controls when doing use... | Arthur de Jong | 2013-01-06 | 1 | -8/+33 |
* | some simplifications in the current pynslcd PAM request h... | Arthur de Jong | 2013-01-05 | 1 | -9/+11 |
* | update pynslcd PAM protocol handling to be in line with r... | Arthur de Jong | 2013-01-01 | 1 | -14/+14 |
* | rename internal pam_authz_search to pam_authz_searches | Arthur de Jong | 2012-07-15 | 1 | -2/+2 |
* | implement PAM authorisation check using pam_authz_search ... | Arthur de Jong | 2012-05-04 | 1 | -3/+57 |
* | ignore user-supplied DN for PAM requests and don't send i... | Arthur de Jong | 2012-05-04 | 1 | -25/+24 |
* | refactor some of the attribute mapping code to introduce ... | Arthur de Jong | 2012-03-16 | 1 | -2/+2 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 1 | -5/+6 |
* | fall back to trying to authenticate with provided passwor... | Arthur de Jong | 2011-12-28 | 1 | -0/+4 |
* | PEP8 fixes | Arthur de Jong | 2011-12-27 | 1 | -2/+2 |
* | simplify request handling by passing read parameters arou... | Arthur de Jong | 2011-05-13 | 1 | -26/+28 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 1 | -4/+4 |
* | remove unneeded import | Arthur de Jong | 2011-05-01 | 1 | -1/+0 |
* | pass dn and attributes to functions separately | Arthur de Jong | 2011-05-01 | 1 | -1/+1 |
* | small code improvements | Arthur de Jong | 2011-05-01 | 1 | -4/+4 |
* | put standard library imports before application imports a... | Arthur de Jong | 2011-04-28 | 1 | -5/+5 |
* | fix configuration name | Arthur de Jong | 2011-03-24 | 1 | -2/+2 |
* | add an experimental (currently partial) Python implementa... | Arthur de Jong | 2010-12-29 | 1 | -0/+129 |