Commits


totp: support changing the period too


totp: support other algorithms too


add support for the `digits' query argument allow to print also 7 and 8 digits long codes in addition to the current defaut of 6. Requested by heph


pwg: guard against possible flag-injections


for completeness, percent-decode the secret if needed it shouldn't EVER be needed, but since we handle URIs we should tick this box too.


rework uri2secret to handle (in the future) other params too


netbsd seems to have sys/endian.h too


release 0.4


totp.1: make clear the format of the secret


plass.1: add an example of `plass edit'


tweak pwg.1


tweak plass.1


tweak the README


avoid issuing unnecessary `got add' plass always did a `got add $file' before committing changes. However, this leads to a possibly misleading "file has unexpected status" error being printed to stderr. Instead, `got add $file' only when the file is new.


refactor cmd_edit Now it always deletes the temporary file.