Update version date

This commit is contained in:
github-actions[bot] 2020-08-24 05:41:41 +00:00 committed by GitHub
parent ac91d8ed08
commit 6fdce03a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 12 deletions

View File

@ -1,13 +1,6 @@
Mon Aug 24 05:20:57 UTC 2020
commit a77deb72ec575fe34c2866e5daea9683e629ace2
Author: Kan18 <24967425+Kan18@users.noreply.github.com>
Date: Mon Aug 24 01:20:42 2020 -0400
Mon Aug 24 05:41:40 UTC 2020
commit ac91d8ed089e7aa13b8723953b9c67f8538accd0
Author: Boom <boom@flyingpackets.net>
Date: Mon Aug 24 01:41:25 2020 -0400
Add a one-time password system (#47)
This commit adds a one-time password system. Users can generate
passwords by using the `genotp` command (or manually queuing a set_otp
event with the SHA-256 hash of the one-time password they want to set)
and these passwords will be valid, along with the normal password,
either until the computer shuts down (or the net daemon is killed), a
new one-time password is generated, or the one-time password is used.
Trust manager (#46)