summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-27changes bcrypt-ruby to bcrypt in gemspecAnna Janackova
2014-01-17fix Gemfile for 2.xmh
2014-01-17test with 2.x versionmh
2013-10-03Regenerate gemspec for version 0.0.9mh
2013-10-03release 0.0.9mh
2013-09-04Merge pull request #9 from ZeroPointEnergy/masterduritong
make sure that what we get from the command line is a string
2013-09-04make sure that what we get from the command line is a stringAndreas Zuber
2013-08-20Merge remote-tracking branch 'github/master'mh
2013-08-20add ssha formatmh
2013-06-27Merge pull request #8 from yath/masterduritong
[BUG] Store hashed password supplied via 'set' instead of plaintext
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
2013-01-18make sed command more explicit so it's clear when copy/paste from rendered ↵mh
markdown
2013-01-14better markupmh
2013-01-14add note about migrating yaml backendmh
2013-01-14notes about upgrading to 0.0.8mh
2013-01-14Regenerate gemspec for version 0.0.8mh
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.
2012-12-28build statusmh
2012-12-28enable travismh
2012-12-28use the memory adapter for tests and ensure that we pass adapter_optionsmh
2012-12-28use a more recent trocla versionmh
2012-12-25Security: use SecureRandom for a much better random generator - Kernel.rand ↵mh
is just crap
2012-12-23depend on my own monta version for simplicitymh
bump version to 0.0.7
2012-01-05another version bumpmh
2012-01-05fix moneta version stuffmh
2012-01-05version bumpmh
2012-01-05add gemspecmh
2012-01-05adjust urlmh
2012-01-05make dependency clearly to my moneta versionmh
As moneta is currently not anymore released in a newer version, we will point instead to the github version we use.
2011-12-17version 0.0.5mh
2011-12-17Merge remote-tracking branch 'immerda/master'mh
2011-12-17version 0.0.4mh
2011-12-17reduce 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-26version 0.0.4mh
2011-11-26rather use salt than random string to avoid not allowed charactersmh
2011-09-06emailmh
2011-08-12add missing bcrypt filemh
2011-08-12increase versionmh
2011-08-12add bcrypt formatmh
2011-08-08wordingmh
2011-08-05salt should not really containt special charactersmh
2011-08-05cleanup code and improve test namingmh
2011-08-05add sha(256|512)crypt formats - increase versionmh
2011-08-03improve readmemh
2011-07-27initial release of troclamh