aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/pwgen
AgeCommit message (Collapse)Author
2018-05-30Adds status=none at on invocation at keyringer_pwgenSilvio Rhatto
2018-05-30Replace head -c by ddGrégoire Jadi
The '-c' (count bytes) option is not a POSIX.1 option, therefore it is not available on OpenBSD. Replace 'head -c' with 'dd'. Signed-off-by: Silvio Rhatto <rhatto@riseup.net>
2018-05-23Increase default password size at pwgenSilvio Rhatto
2017-11-03pwgen action now uses encrypt-batch, informs user of successrysiek
2017-05-26Do not abort when keys are expired on some actions (#72)Silvio Rhatto
2016-12-19Adds pwgen actionSilvio Rhatto