| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded imports | Arthur de Jong | 2013-09-15 | 2 | -2/+0 |
* | Handle failure of getpeercred more gracefully | Arthur de Jong | 2013-08-25 | 1 | -9/+9 |
* | Rearrange Python imports | Arthur de Jong | 2013-08-25 | 4 | -5/+6 |
* | Have pynslcd handle mapped userPassword | Arthur de Jong | 2013-08-21 | 3 | -4/+17 |
* | Fix rootpwmodpw handling in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -2/+2 |
* | Fix not logging passwords in pynslcd (7108b1f) | Arthur de Jong | 2013-08-18 | 1 | -1/+1 |
* | Rename isvalidname() to is_valid_name() in pynslcd | Arthur de Jong | 2013-08-18 | 4 | -7/+7 |
* | Do not log passwords in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -1/+8 |
* | -n switch for pynslcd | Arthur de Jong | 2013-08-18 | 1 | -3/+10 |
* | Use retrieve_by, group_by and group_columns in the cache | Arthur de Jong | 2013-08-17 | 9 | -160/+229 |
* | Make Cache a context manager | Arthur de Jong | 2013-08-17 | 1 | -0/+6 |
* | Give cache tables friendlier names | Arthur de Jong | 2013-08-17 | 9 | -61/+74 |
* | Explicitly define tables used for cache | Arthur de Jong | 2013-08-17 | 8 | -14/+35 |
* | Move cache table creation to modules | Arthur de Jong | 2013-08-17 | 12 | -177/+193 |
* | Fix missing part of d659e83 | Arthur de Jong | 2013-07-30 | 1 | -2/+2 |
* | 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 |