summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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