Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-24 | sss_obfuscate: abort on ctrl+c | Stephen Gallagher | 1 | -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-24 | sss_obfuscate: Avoid traceback on ctrl+d | Stephen Gallagher | 1 | -5/+9 | |
2011-02-03 | removing password option functionality | Gowrishankar Rajaiyan | 1 | -5/+1 | |
2011-02-03 | Gracefully handle permission errors in sss_obfuscate | Stephen Gallagher | 1 | -3/+15 | |
2011-02-03 | Make the domain argument mandatory in sss_obfuscate | Stephen Gallagher | 1 | -2/+6 | |
It doesn't make sense to set a "default" domain. We should require that the domain always be specified. | |||||
2011-01-17 | Fix usability of sss_obfuscate command | Stephen Gallagher | 1 | -12/+21 | |
2010-09-08 | sss_obfuscate tool | Jakub Hrozek | 1 | -0/+81 | |
A tool to add obfuscated passwords into the SSSD config file |