Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | x509 format | asq | |
2014-01-17 | fix Gemfile for 2.x | mh | |
2014-01-17 | test with 2.x version | mh | |
2013-10-03 | Regenerate gemspec for version 0.0.9 | mh | |
2013-10-03 | release 0.0.9 | mh | |
2013-09-04 | Merge pull request #9 from ZeroPointEnergy/master | duritong | |
make sure that what we get from the command line is a string | |||
2013-09-04 | make sure that what we get from the command line is a string | Andreas Zuber | |
2013-08-20 | Merge remote-tracking branch 'github/master' | mh | |
2013-08-20 | add ssha format | mh | |
2013-06-27 | Merge pull request #8 from yath/master | duritong | |
[BUG] Store hashed password supplied via 'set' instead of plaintext | |||
2013-06-27 | Save 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 | |||
2013-01-18 | make sed command more explicit so it's clear when copy/paste from rendered ↵ | mh | |
markdown | |||
2013-01-14 | better markup | mh | |
2013-01-14 | add note about migrating yaml backend | mh | |
2013-01-14 | notes about upgrading to 0.0.8 | mh | |
2013-01-14 | Regenerate gemspec for version 0.0.8 | mh | |
2012-12-30 | rearrange format checking | mh | |
2012-12-30 | check 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-29 | improve README, get rid off obsolete --pwd-from-stdin | mh | |
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. | |||
2012-12-28 | build status | mh | |
2012-12-28 | enable travis | mh | |
2012-12-28 | use the memory adapter for tests and ensure that we pass adapter_options | mh | |
2012-12-28 | use a more recent trocla version | mh | |
2012-12-25 | Security: use SecureRandom for a much better random generator - Kernel.rand ↵ | mh | |
is just crap | |||
2012-12-23 | depend on my own monta version for simplicity | mh | |
bump version to 0.0.7 | |||
2012-01-05 | another version bump | mh | |
2012-01-05 | fix moneta version stuff | mh | |
2012-01-05 | version bump | mh | |
2012-01-05 | add gemspec | mh | |
2012-01-05 | adjust url | mh | |
2012-01-05 | make dependency clearly to my moneta version | mh | |
As moneta is currently not anymore released in a newer version, we will point instead to the github version we use. | |||
2011-12-17 | version 0.0.5 | mh | |
2011-12-17 | Merge remote-tracking branch 'immerda/master' | mh | |
2011-12-17 | version 0.0.4 | mh | |
2011-12-17 | reduce special characters. | mh | |
Various apps, especially php-apps :/ have a problem with '<' or '>' as a password character. To reduce the amount of pain from a freshly generated password, we remove these characters. | |||
2011-11-26 | version 0.0.4 | mh | |
2011-11-26 | rather use salt than random string to avoid not allowed characters | mh | |
2011-09-06 | mh | ||
2011-08-12 | add missing bcrypt file | mh | |
2011-08-12 | increase version | mh | |
2011-08-12 | add bcrypt format | mh | |
2011-08-08 | wording | mh | |
2011-08-05 | salt should not really containt special characters | mh | |
2011-08-05 | cleanup code and improve test naming | mh | |
2011-08-05 | add sha(256|512)crypt formats - increase version | mh | |
2011-08-03 | improve readme | mh | |
2011-07-27 | initial release of trocla | mh | |