aboutsummaryrefslogtreecommitdiff
path: root/src/otp.rs
Commit message (Expand)AuthorAge
* Revert "Refactor User and Admin to use a mutable reference"Robin Krahl2019-02-05
* Refactor User and Admin to use a mutable referenceRobin Krahl2019-02-02
* Require mutable reference if method changes device stateRobin Krahl2019-02-02
* Prefer eprintln over println for error messagesRobin Krahl2019-01-28
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor and clean up all codeRobin Krahl2019-01-23
* Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* Return Error instead of CommandErrorRobin Krahl2019-01-20
* Move util::CommandError to the new error moduleRobin Krahl2019-01-20
* Fix example for GenerateOtp::get_totp_codeRobin Krahl2019-01-05
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02
* Derive Clone and Copy for CommandError, LogLevel, OtpModeRobin Krahl2018-12-30
* Use the crate:: path qualifier for modulesRobin Krahl2018-12-16
* Use {} instead of {:?} where possibleRobin Krahl2018-06-07
* Implement easier CString creationRobin Krahl2018-06-07
* Use Result<(), CommandError> instead of CommandStatusRobin Krahl2018-06-07
* Move set_time from Device to GenerateOtpRobin Krahl2018-05-28
* Rewrap documentation comments to 100 charactersRobin Krahl2018-05-28
* Move the authenticate methods to a new Authenticate traitRobin Krahl2018-05-22
* Add an example for setting the current timeRobin Krahl2018-05-22
* Improve OtpSlotData constructor / builderRobin Krahl2018-05-22
* Restructure code by functionalityRobin Krahl2018-05-22