summaryrefslogtreecommitdiff
path: root/lib/trocla.rb
AgeCommit message (Collapse)Author
2014-06-27make it possible that formats can query back to trocla itself, so they can ↵mh
lookup other 'keys'
2014-06-24adds charset option for generating plain passwordsAnna Janackova
2014-06-24puppet will convert all values to string, so we need to convert it back to ↵asq
integer for ranges ie. for this to work: $short_and_safe = { 'shellsafe' => 'true', 'length' => 6, # THIS WILL BE STRING! } $x = trocla('foo', 'plain', $short_and_safe) notify { "test: $x": }
2014-06-24add option to generate shell-safe passwordsasq
basically excludes characters that might be dangerous if used in shell. many passwords generated by trocla may end up in some sort of bash scripts (initscripts, sourced shell variables, etc) which may yeld problems with default trocla random generator. this can be now changed either in troclarc (with "shellsafe: true") or on (ie. "trocla create foo plain '{ length: 32, shellsafe: true}'").
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
2011-08-05cleanup code and improve test namingmh
2011-07-27initial release of troclamh