Releases: arr2036/yksofttoken
Releases · arr2036/yksofttoken
v0.0.5
v0.0.4
- Remove unecessary dependency on the arc4random functions under Linux.
getrandom()
is apparently cryptographically secure.
v0.0.3
-
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
- 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
Fix issues with debian packaging