Commits
Commit:
38afe6366964b2195ec09e9dbdf93130a189e845
Date:
Sat May 27 09:16:38 2023
UTC
release 0.5
Commit:
754946b975dd259b86d920986087d6d455d12c53
Date:
Sat May 27 09:09:32 2023
UTC
typo: given -> give; while here simplify the sentence too
Commit:
a0c28572c83535dab884f271295c9a5926921c39
Date:
Sat May 27 09:00:09 2023
UTC
delete empty line
Commit:
0f58683d96471fc6276e43fd17efa1db44b1fcbe
Date:
Sat May 27 08:55:37 2023
UTC
remove libbsd-overlay mention on the README
Commit:
604a321f5fbf3db2e50b41afdd4d25f2040658da
Date:
Sat May 27 08:53:54 2023
UTC
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.
Commit:
2c94c16dbc0677f53eb84b29ef77763a525dd333
Date:
Sat May 27 08:33:26 2023
UTC
totp.1: update dates
Commit:
c0c61164e4e19ec8f7947b3741d13bcdd458158e
Date:
Sat May 27 08:31:34 2023
UTC
totp.1: rewrite a sentence and mention the URI format in STANDARDS
Commit:
4a5aba034d3a524899b3398a295fe725f692c2a3
Date:
Sat May 27 08:31:04 2023
UTC
totp.1: correction URL -> URI
Commit:
06883c58c03bbbbface4ced03157134acbaadb03
Date:
Sun May 21 16:04:58 2023
UTC
totp.1: add hint that we respect params from the URL
Commit:
a5b7d2ee6d1236a736b18435862982f602f9372c
Date:
Sun May 21 16:02:40 2023
UTC
totp: support changing the period too
Commit:
d2c2e549cfd016d1e2f7a748a55a1c2541ba2787
Date:
Sun May 21 15:50:35 2023
UTC
totp: support other algorithms too
Commit:
efd5f30cbef5c230de05502bcb840974b023afe1
Date:
Sun May 21 15:25:44 2023
UTC
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
Commit:
b0639dc6bb3d6f9f51f9e4688c7588bafaca2aac
Date:
Tue May 16 20:32:09 2023
UTC
pwg: guard against possible flag-injections
Commit:
50705614759a8daead0fad31999ee592be999b83
Date:
Tue May 16 19:41:12 2023
UTC
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.
Commit:
44703d29ff87d414604a05fc14a5621d34ba1c39
Date:
Tue May 16 19:41:12 2023
UTC
rework uri2secret to handle (in the future) other params too
Omar Polo