| Commit message (Expand) | Author | Age |
* | Rename *lock fields of the Config structnext | Robin Krahl | 2020-09-22 |
* | Fix dead links in Device documentation | Robin Krahl | 2020-09-07 |
* | Fix link in User doc comment | Robin Krahl | 2020-09-06 |
* | Make *Error, Model, DeviceWrapper non-exhaustive | Robin Krahl | 2020-09-06 |
* | Export the FirmwareVersion struct | Robin Krahl | 2020-09-05 |
* | Use map_err(|_| x) instead of or_else(|_| Err(x)) | Robin Krahl | 2020-08-30 |
* | Remove custom source implementation for Error | Robin Krahl | 2020-08-30 |
* | Ensure Error trait implementations | Robin Krahl | 2020-07-08 |
* | Remove Error::RandError variant | Robin Krahl | 2020-07-08 |
* | Remove sync::PoisonError from Error::PoisonError | Robin Krahl | 2020-07-08 |
* | Use find(…) instead of skip_while(…).next() | Robin Krahl | 2020-07-08 |
* | Remove unused imports | Robin Krahl | 2020-07-08 |
* | Refactor string handling in util | Robin Krahl | 2020-02-03 |
* | Represent serial numbers using SerialNumber struct | Robin Krahl | 2020-02-03 |
* | Use NK_get_status to implement Device::get_config | Robin Krahl | 2020-02-03 |
* | Implement From<&NK_status> for RawConfig | Robin Krahl | 2020-02-03 |
* | Merge branch 'hotfix-0.5.2' into next | Robin Krahl | 2020-01-28 |
|\ |
|
| * | Regenerate temporary passwords with null bytes | Robin Krahl | 2020-01-28 |
| * | Remove AuthenticatedDevice::temp_password_ptr | Robin Krahl | 2020-01-28 |
| * | Use CString to store temporary passwords | Robin Krahl | 2020-01-28 |
* | | Always store serial numbers as integers | Robin Krahl | 2020-01-28 |
* | | Add String value to the Error::UnexpectedError variant | Robin Krahl | 2020-01-28 |
|/ |
|
* | Fix serial number for older Nitrokey Pro in list_devices | Robin Krahl | 2020-01-15 |
* | Document background operations | Robin Krahl | 2020-01-14 |
* | Add the fill_sd_card function to Storage | Robin Krahl | 2020-01-14 |
* | Add the get_operation_status function to the Storage struct | Robin Krahl | 2020-01-14 |
* | Derive Clone, Copy, Debug, PartialEq for Status | Robin Krahl | 2020-01-14 |
* | Add the get_sd_card_usage function to the Storage struct | Robin Krahl | 2020-01-14 |
* | Rename Status::get_status to get_storage_status | Robin Krahl | 2020-01-11 |
* | Add support for the GET_STATUS command | Robin Krahl | 2020-01-11 |
* | Add the connect_path function to the Manager struct | Robin Krahl | 2020-01-07 |
* | Add list_devices function | Robin Krahl | 2020-01-07 |
* | Add the DeviceInfo struct | Robin Krahl | 2020-01-07 |
* | Implement conversion traits for Model and NK_device_model | Robin Krahl | 2020-01-07 |
* | Add the Error::UnsupportedModelError variant | Robin Krahl | 2020-01-07 |
* | Simplify doc tests with results | Robin Krahl | 2019-12-27 |
* | Implement std::convert::TryFrom<Config> for RawConfig | Robin Krahl | 2019-12-27 |
* | Replace rand_os::OsRng with rand_core::OsRng | Robin Krahl | 2019-12-27 |
* | Refactor the device module into submodules | Robin Krahl | 2019-07-16 |
* | Update rand_{core,os} dependencies | Robin Krahl | 2019-07-16 |
* | Add force_take function to ignore poisoned cache | Robin Krahl | 2019-07-09 |
* | Remove allow(deprecated) attribute for in lib.rs | Robin Krahl | 2019-07-09 |
* | Update documentation for Manager refactoring | Robin Krahl | 2019-07-09 |
* | Introduce into_manager for Device | Robin Krahl | 2019-07-09 |
* | Store mutable reference to Manager in Device | Robin Krahl | 2019-07-08 |
* | Move {Pro, Storage}::connect into Manager | Robin Krahl | 2019-07-08 |
* | Move the connect_model function into Manager | Robin Krahl | 2019-07-08 |
* | Move the connect function into Manager | Robin Krahl | 2019-07-08 |
* | Add Manager struct to manage Nitrokey connections | Robin Krahl | 2019-07-08 |
* | Add ConcurrentAccessError and PoisonError variants | Robin Krahl | 2019-07-08 |