index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
otp.rs
Commit message (
Expand
)
Author
Age
*
Refactor and clean up all code
Robin Krahl
2019-01-23
*
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
Return Error instead of CommandError
Robin Krahl
2019-01-20
*
Move util::CommandError to the new error module
Robin Krahl
2019-01-20
*
Fix example for GenerateOtp::get_totp_code
Robin Krahl
2019-01-05
*
Add force argument to ConfigureOtp::set_time
Robin Krahl
2019-01-02
*
Derive Clone and Copy for CommandError, LogLevel, OtpMode
Robin Krahl
2018-12-30
*
Use the crate:: path qualifier for modules
Robin Krahl
2018-12-16
*
Use {} instead of {:?} where possible
Robin Krahl
2018-06-07
*
Implement easier CString creation
Robin Krahl
2018-06-07
*
Use Result<(), CommandError> instead of CommandStatus
Robin Krahl
2018-06-07
*
Move set_time from Device to GenerateOtp
Robin Krahl
2018-05-28
*
Rewrap documentation comments to 100 characters
Robin Krahl
2018-05-28
*
Move the authenticate methods to a new Authenticate trait
Robin Krahl
2018-05-22
*
Add an example for setting the current time
Robin Krahl
2018-05-22
*
Improve OtpSlotData constructor / builder
Robin Krahl
2018-05-22
*
Restructure code by functionality
Robin Krahl
2018-05-22