Commit Briefs

a5b7d2ee6d Omar Polo

totp: support changing the period too


d2c2e549cf Omar Polo

totp: support other algorithms too


efd5f30cbe Omar Polo

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


b0639dc6bb Omar Polo

pwg: guard against possible flag-injections


5070561475 Omar Polo

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.



9bf09c65bf Omar Polo

netbsd seems to have sys/endian.h too


f1a67479a5 Omar Polo

release 0.4 (tags/0.4)


fc447ca7ce Omar Polo

totp.1: make clear the format of the secret


847f206c43 Omar Polo

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


3486f5fcac Omar Polo

tweak pwg.1


86b0d4f588 Omar Polo

tweak plass.1


b0942e5cf2 Omar Polo

tweak the README


3cf28f46d4 Omar Polo

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.


8c4930cfce Omar Polo

refactor cmd_edit

Now it always deletes the temporary file.