summaryrefslogtreecommitdiff
path: root/src/tools/sss_obfuscate
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24sss_obfuscate: abort on ctrl+cStephen Gallagher1-0/+12
There is a python bug (http://bugs.python.org/issue11236) where getpass.getpass() does not throw KeyboardInterrupt on ctrl+c. This workaround is the closest we can get: if we detect the control character in the string that we read, we'll cancel.
2011-03-24sss_obfuscate: Avoid traceback on ctrl+dStephen Gallagher1-5/+9
2011-02-03removing password option functionalityGowrishankar Rajaiyan1-5/+1
2011-02-03Gracefully handle permission errors in sss_obfuscateStephen Gallagher1-3/+15
2011-02-03Make the domain argument mandatory in sss_obfuscateStephen Gallagher1-2/+6
It doesn't make sense to set a "default" domain. We should require that the domain always be specified.
2011-01-17Fix usability of sss_obfuscate commandStephen Gallagher1-12/+21
2010-09-08sss_obfuscate toolJakub Hrozek1-0/+81
A tool to add obfuscated passwords into the SSSD config file