Commits


use File::Path' make_path instead of rolling my own again from volker' plage.pl, thanks!


use extended regular expressions in `plass find' from volker' plage.pl, thanks!


use foreach instead of map to print the matching entries from volker' plage.pl


missing semicolon; from volker' plage.pl


fix undefined behaviour reported by perlcritic "return" statement followed by "sort" at line 140, column 2. Behavior is undefined if called in scalar context. (Severity: 5) the fix is the same as in volker' plage(1).


release 0.5


typo: given -> give; while here simplify the sentence too


delete empty line


remove libbsd-overlay mention on the README


totp: remove some (good) BSD-isms (getprogname(), strtonum()) Don't want to add a configure script for this, so to aid portability and avoid having to link to libbsd pretend we don't have these two niceties. err/warn are still in use and won't be removed.


totp.1: update dates


totp.1: rewrite a sentence and mention the URI format in STANDARDS


totp.1: correction URL -> URI


totp.1: add hint that we respect params from the URL


totp: support changing the period too