summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2014-06-27make it possible that formats can query back to trocla itself, so they can ↵mh
lookup other 'keys'
2013-09-04make sure that what we get from the command line is a stringAndreas Zuber
2013-06-27Save passwords set via 'set' as hash, if asked to.Sebastian Schmidt
Trocla doesn't save the hashed password in the data file, even if the format passed to 'set' is not 'plain': $ echo foobar | trocla set testuser sha512crypt -p $ grep -A1 testuser trocla_data.yaml testuser: sha512crypt: foobar
2012-12-30rearrange format checkingmh
2012-12-30check if format is valid before creating/seting/...icy
as the old code only checks if the format name is empty, we can set any kind of key/value in the database. for example, this command will work without any error reported: trocla set someuser strange_format I replace the method miss_format by check_format that should be invoked before any thing related to format.
2012-12-29improve README, get rid off obsolete --pwd-from-stdinmh
2012-12-29--pwd-from-stdin now can read from STDIN.icy
You can use pipe to provide multiple line password. Side effect: you can use trocla to store/retreive any kind of data, for example, public SSH key for your deployment tool. The former way of --pwd-from-stdin should be provided by the option --password / -p. STDIN has a different mean, IMHO.
2011-07-27initial release of troclamh