| Commit message (Expand) | Author | Age |
... | |
* | Remove the Cargo.toml extract from README | Robin Krahl | 2018-12-30 |
* | Fix Storage volume detection for test cases | Robin Krahl | 2018-12-30 |
* | Fix get_model implementation for Storage | Robin Krahl | 2018-12-30 |
* | Derive Clone and Copy for CommandError, LogLevel, OtpMode | Robin Krahl | 2018-12-30 |
* | Fix formatting using to rustfmt | Robin Krahl | 2018-12-30 |
* | Add function Device::get_model | Robin Krahl | 2018-12-30 |
* | Update the changelog | Robin Krahl | 2018-12-16 |
* | Update to rand v0.6 | Robin Krahl | 2018-12-16 |
* | Remove test-no-device feature | Robin Krahl | 2018-12-16 |
* | Fix examples for {Pro, Storage}::connect() | Robin Krahl | 2018-12-16 |
* | Refactor tests into the top-level tests directory | Robin Krahl | 2018-12-16 |
* | Remove redundant extern crate declarations | Robin Krahl | 2018-12-16 |
* | Update to Rust edition 2018 | Robin Krahl | 2018-12-16 |
* | Use the crate:: path qualifier for modules | Robin Krahl | 2018-12-16 |
* | Use the dyn syntax for trait objects | Robin Krahl | 2018-12-16 |
* | Make hidden life time parameters explicit | Robin Krahl | 2018-12-16 |
* | Add documentation for {Pro, Storage}::connect() | Robin Krahl | 2018-12-16 |
* | Enable additional compiler warnings | Robin Krahl | 2018-12-16 |
* | Fix formatting according to Rust style guide | Robin Krahl | 2018-12-16 |
* | Release v0.2.1v0.2.1 | Robin Krahl | 2018-12-10 |
* | Re-export device::{StorageStatus, VolumeStatus} in lib.rs | Robin Krahl | 2018-12-10 |
* | Update README | Robin Krahl | 2018-12-10 |
* | Release v0.2.0v0.2.0 | Robin Krahl | 2018-12-10 |
* | Provide access to the status of a Nitrokey Storage | Robin Krahl | 2018-12-10 |
* | Add a Storage-only example to the DeviceWrapper documentation | Robin Krahl | 2018-12-10 |
* | Fix generic connections (connect()) to return correct device | Robin Krahl | 2018-12-10 |
* | Always free string pointers returned by libnitrokey | Robin Krahl | 2018-12-10 |
* | Update to nitrokey-sys v3.4.0 | Robin Krahl | 2018-12-10 |
* | Use {} instead of {:?} where possible | Robin Krahl | 2018-06-07 |
* | Implement std::fmt::Display for CommandError | 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 |
* | Use Storage struct for Storage-specific tests | Robin Krahl | 2018-06-07 |
* | Remove NK_lock_device call from PasswordSafe::drop | Robin Krahl | 2018-06-07 |
* | Add support for encrypted volume | Robin Krahl | 2018-06-07 |
* | Update readme for Nitrokey Storage | Robin Krahl | 2018-06-06 |
* | Adapt TOTP test cases for Nitrokey Storage | Robin Krahl | 2018-06-06 |
* | Remove tests for specific firmware versions | Robin Krahl | 2018-06-06 |
* | Fix formatting in OTP test case | Robin Krahl | 2018-06-06 |
* | Implement Drop for PasswordSafe | Robin Krahl | 2018-06-05 |
* | Add traits for easier error handling to todo list | Robin Krahl | 2018-06-05 |
* | Use a Device reference in PasswordSafe | Robin Krahl | 2018-06-05 |
* | Add tests with different TOTP time windows | Robin Krahl | 2018-06-05 |
* | Add support for unlock_user_password command | Robin Krahl | 2018-05-31 |
* | Update test documentation in the readme | Robin Krahl | 2018-05-31 |
* | Fix formatting issues | Robin Krahl | 2018-05-31 |
* | Add test case for writing the HOTP counter | Robin Krahl | 2018-05-30 |
* | Fix implementation of Authenticate for DeviceWrapper | Robin Krahl | 2018-05-29 |
* | Add Authenticate to the common traits extended by Device | Robin Krahl | 2018-05-29 |
* | Fix message for Nitrokey connection in tests/otp.rs | Robin Krahl | 2018-05-29 |