Skip to content

Releases: arr2036/yksofttoken

v0.0.5

22 Jul 23:58
8c8a39c
Compare
Choose a tag to compare
  • Fix issue on systems with an unsigned char type, where helptext would be printed and the utility would immediately exit, no matter what invocation was used. Thanks @yannbouteiller.

v0.0.4

12 Sep 02:03
v0.0.4
bcde439
Compare
Choose a tag to compare
  • Remove unecessary dependency on the arc4random functions under Linux.
    getrandom() is apparently cryptographically secure.

v0.0.3

09 Sep 21:56
v0.0.3
b902cec
Compare
Choose a tag to compare
  • Take the default token persistence dir from the current binary name. For example if yksoft is renamed foo, we attempt to load ~/.foo/<token name>.

  • Add -C to allow a persistence command to be specified. This command runs whenever the use counter increments or a new token is generated.

v0.0.2

07 Sep 19:45
v0.0.2
f148ffe
Compare
Choose a tag to compare
  • Add debian packaging via make deb.
  • Print registration information as a CSV so it's easier to ingest into DUO.
  • Place token data in ~/.yksoft/<name> by default.

master

05 Jul 03:10
66a6ac8
Compare
Choose a tag to compare
Fix issues with debian packaging

v0.0.1

25 Aug 19:43
8b0977d
Compare
Choose a tag to compare
  • Initial release of a fully functional Yubikey token emulator