aboutsummaryrefslogtreecommitdiff
path: root/src/device.rs
Commit message (Expand)AuthorAge
* Fix examples for {Pro, Storage}::connect()Robin Krahl2018-12-16
* Use the crate:: path qualifier for modulesRobin Krahl2018-12-16
* Use the dyn syntax for trait objectsRobin Krahl2018-12-16
* Add documentation for {Pro, Storage}::connect()Robin Krahl2018-12-16
* Fix formatting according to Rust style guideRobin Krahl2018-12-16
* Provide access to the status of a Nitrokey StorageRobin Krahl2018-12-10
* Add a Storage-only example to the DeviceWrapper documentationRobin Krahl2018-12-10
* Fix generic connections (connect()) to return correct deviceRobin Krahl2018-12-10
* Use {} instead of {:?} where possibleRobin Krahl2018-06-07
* Implement easier CString creationRobin Krahl2018-06-07
* Use Result<(), CommandError> instead of CommandStatusRobin Krahl2018-06-07
* Add support for encrypted volumeRobin Krahl2018-06-07
* Add support for unlock_user_password commandRobin Krahl2018-05-31
* Fix formatting issuesRobin Krahl2018-05-31
* Add Authenticate to the common traits extended by DeviceRobin Krahl2018-05-29
* Add support for password safesRobin Krahl2018-05-29
* Add rudimentary support for the Nitrokey StorageRobin Krahl2018-05-29
* Move Admin, User and Authenticate to auth moduleRobin Krahl2018-05-28
* Restructure trait implementations for wrappersRobin Krahl2018-05-28
* Move set_time from Device to GenerateOtpRobin Krahl2018-05-28
* Remove duplicated documentation commentRobin Krahl2018-05-28
* Rewrap documentation comments to 100 charactersRobin Krahl2018-05-28
* Introduce DeviceWrapper to abstract over devicesRobin 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
* Restructure code by functionalityRobin Krahl2018-05-22