| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cleaner import and get rid of uid2dn function in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -12/+5 |
* | Handle the nss_min_uid option in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -4/+16 |
* | Handle the nss_initgroups_ignoreusers option in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -1/+9 |
* | Fix handling of pam_password_prohibit_message in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -2/+2 |
* | Implement config request handling in pynslcd | Arthur de Jong | 2013-07-29 | 3 | -3/+49 |
* | Implement PAM session handling in pynslcd | Arthur de Jong | 2013-07-28 | 1 | -2/+61 |
* | Properly handle start_tls in pynslcd | Arthur de Jong | 2013-07-28 | 1 | -0/+4 |
* | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 2 | -2/+2 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 5 | -19/+19 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 2 | -16/+18 |
* | Fix nscd cache flushing bug in pynslcd | Arthur de Jong | 2013-07-26 | 1 | -1/+1 |
* | Ignore errors in opening NSS module | Arthur de Jong | 2013-05-10 | 1 | -1/+4 |
* | Python style changes | Arthur de Jong | 2013-04-12 | 9 | -39/+36 |
* | 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 |
* | Include the usermod.py file in the distribution | Arthur de Jong | 2013-04-05 | 1 | -1/+2 |
* | 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 |
* | Handle user modification requests in pynslcd | Arthur de Jong | 2013-03-30 | 2 | -0/+132 |
* | Rename authentication function and return connection | Arthur de Jong | 2013-03-30 | 1 | -9/+9 |
* | Mark unsupported pynslcd configuration options | Arthur de Jong | 2013-03-30 | 1 | -17/+16 |
* | Detect and handle connection failure and recovery | Arthur de Jong | 2013-03-29 | 2 | -1/+28 |
* | Start the nscd invalidator process if needed | Arthur de Jong | 2013-03-29 | 1 | -0/+4 |
* | Parse the nscd_invalidate option | Arthur de Jong | 2013-03-29 | 1 | -0/+11 |
* | Functionality for clearing the nscd cache in pynslcd | Arthur de Jong | 2013-03-29 | 2 | -1/+108 |
* | Switch to using os.environ instead of os.putenv() | Arthur de Jong | 2013-03-29 | 1 | -3/+3 |
* | 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 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 2 | -12/+15 |
* | Implement support for nested groups in pynslcd | Arthur de Jong | 2013-03-24 | 2 | -16/+54 |
* | log hex value of action id to make debugging easier | Arthur de Jong | 2013-03-09 | 1 | -1/+1 |
* | 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 | 7 | -21/+21 |
* | move get_connection function to search module as Connecti... | Arthur de Jong | 2013-03-09 | 3 | -25/+28 |
* | move Search class to search module | Arthur de Jong | 2013-03-09 | 15 | -148/+184 |
* | fix default logging configuration setting in pynslcd | Arthur de Jong | 2013-03-09 | 1 | -1/+1 |
* | support trimming expressions with full shell glob matchin... | Arthur de Jong | 2013-03-03 | 1 | -2/+48 |
* | log version information from the NSS module | Arthur de Jong | 2013-02-23 | 1 | -3/+11 |
* | also search for alternative macAddress representation in ... | Arthur de Jong | 2013-02-23 | 1 | -1/+11 |
* | handle the log configuration option in pynslcd | Arthur de Jong | 2013-02-23 | 2 | -15/+37 |
* | disable pynslcd cache for now | Arthur de Jong | 2013-02-08 | 2 | -7/+12 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 1 | -1/+6 |
* | support children search scope for systems that have it | Arthur de Jong | 2013-01-14 | 1 | -0/+4 |
* | fix parsing of scope option in pynslcd | Arthur de Jong | 2013-01-14 | 1 | -2/+2 |
* | 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 |
* | add dependency information to regenerate constants.py | Arthur de Jong | 2012-12-30 | 1 | -0/+2 |
* | more comment fixes | Arthur de Jong | 2012-12-24 | 2 | -2/+2 |
* | update the netgroup by name request to have one result en... | Arthur de Jong | 2012-12-23 | 1 | -15/+16 |