summaryrefslogtreecommitdiff
path: root/pynslcd
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2014-06-05Fix commentArthur de Jong
2014-03-12Get files ready for 0.9.3 releaseArthur de Jong
2014-01-05Support blanking the member attributeArthur de Jong
2013-10-25Also run invalidators on initial connectArthur de Jong
2013-09-15Remove unneeded importsArthur de Jong
2013-08-25Handle failure of getpeercred more gracefullyArthur de Jong
2013-08-25Rearrange Python importsArthur de Jong
2013-08-21Have pynslcd handle mapped userPasswordArthur de Jong
2013-08-18Fix rootpwmodpw handling in pynslcdArthur de Jong
2013-08-18Fix not logging passwords in pynslcd (7108b1f)Arthur de Jong
2013-08-18Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong
2013-08-18Do not log passwords in pynslcdArthur de Jong
2013-08-18-n switch for pynslcdArthur de Jong
2013-08-17Use retrieve_by, group_by and group_columns in the cacheArthur de Jong
2013-08-17Make Cache a context managerArthur de Jong
2013-08-17Give cache tables friendlier namesArthur de Jong
2013-08-17Explicitly define tables used for cacheArthur de Jong
2013-08-17Move cache table creation to modulesArthur de Jong
2013-07-30Fix missing part of d659e83Arthur de Jong
2013-07-29Use cleaner import and get rid of uid2dn function in pynslcdArthur de Jong
2013-07-29Handle the nss_min_uid option in pynslcdArthur de Jong
2013-07-29Handle the nss_initgroups_ignoreusers option in pynslcdArthur de Jong
2013-07-29Fix handling of pam_password_prohibit_message in pynslcdArthur de Jong
2013-07-29Implement config request handling in pynslcdArthur de Jong
2013-07-28Implement PAM session handling in pynslcdArthur de Jong
2013-07-28Properly handle start_tls in pynslcdArthur de Jong
2013-07-26Fix errors in invalidator changesArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-07-26Allow invalidating the nfsidmap cacheArthur de Jong
2013-07-26Fix nscd cache flushing bug in pynslcdArthur de Jong
2013-05-10Ignore errors in opening NSS moduleArthur de Jong
2013-04-12Python style changesArthur de Jong
2013-04-12Raise an error with a missing old password on password modificationArthur de Jong
2013-04-12Fix getting caller's uid on password change (pynslcd)Arthur de Jong
2013-04-05Include the usermod.py file in the distributionArthur de Jong
2013-03-30Update the shadowLastChange on password change in pynslcdArthur de Jong
2013-03-30Implement password modification in pynslcdArthur de Jong
2013-03-30Handle user modification requests in pynslcdArthur de Jong
2013-03-30Rename authentication function and return connectionArthur de Jong
2013-03-30Mark unsupported pynslcd configuration optionsArthur de Jong
2013-03-29Detect and handle connection failure and recoveryArthur de Jong
2013-03-29Start the nscd invalidator process if neededArthur de Jong
2013-03-29Parse the nscd_invalidate optionArthur de Jong
2013-03-29Functionality for clearing the nscd cache in pynslcdArthur de Jong
2013-03-29Switch to using os.environ instead of os.putenv()Arthur de Jong
2013-03-29Rename validate_request to validateArthur de Jong
2013-03-29Also perform authentication search using LDAPSearch classArthur de Jong
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-24Implement support for nested groups in pynslcdArthur de Jong