| Commit message (Expand) | Author | Age |
* | Check specific error codes in the tests | Robin Krahl | 2019-01-20 |
* | Remove the unused CommandError::Undefined variant | Robin Krahl | 2019-01-20 |
* | Return CommunicationError::NotConnected from connect functions | Robin Krahl | 2019-01-20 |
* | Introduce the Error::UnexpectedError variant | Robin Krahl | 2019-01-20 |
* | Make CommandError messages more general | Robin Krahl | 2019-01-20 |
* | Remove CommandError::as_str method | Robin Krahl | 2019-01-20 |
* | Add the CommunicationError enum | Robin Krahl | 2019-01-20 |
* | Refactor library errors into LibraryError enum | Robin Krahl | 2019-01-20 |
* | Move the CommandError::Unknown to Error | Robin Krahl | 2019-01-20 |
* | Refactor CommandError::RngError into Error::RandError | Robin Krahl | 2019-01-20 |
* | Return Error instead of CommandError | Robin Krahl | 2019-01-20 |
* | Add the Error enum and the Result<T> typedef | Robin Krahl | 2019-01-20 |
* | Implement std::error::Error for error::CommandError | Robin Krahl | 2019-01-20 |
* | Move util::CommandError to the new error module | Robin Krahl | 2019-01-20 |
* | Merge branch 'hotfix-0.3.4' into next | Robin Krahl | 2019-01-20 |
|\ |
|
| * | Pass temporary password as *const c_char | Robin Krahl | 2019-01-20 |
* | | Introduce DEFAULT_ADMIN_PIN and DEFAULT_USER_PIN constants | Robin Krahl | 2019-01-19 |
* | | Implement Display for Version | Robin Krahl | 2019-01-17 |
* | | Introduce the FirmwareVersion struct | Robin Krahl | 2019-01-17 |
|/ |
|
* | Document and test empty Git versions | Robin Krahl | 2019-01-16 |
* | pws: Interpret empty strings as unprogrammed slots | Robin Krahl | 2019-01-16 |
* | Fix result_from_string for empty return values | Robin Krahl | 2019-01-16 |
* | Fix typo: destory -> destroy | Daniel Mueller | 2019-01-16 |
* | Use rand_os for random data generation | Daniel Mueller | 2019-01-14 |
* | Add the clear_new_sd_card_warning method to Storage | Robin Krahl | 2019-01-14 |
* | Add the get_production_info method to the Storage struct | Robin Krahl | 2019-01-14 |
* | Add export_firmware method to Storage | Robin Krahl | 2019-01-12 |
* | Add set_unencrypted_volume_mode to Storage | Robin Krahl | 2019-01-12 |
* | Introduce VolumeMode enum in device | Robin Krahl | 2019-01-12 |
* | Fix formatting in get_library_version | Robin Krahl | 2019-01-12 |
* | Add the wink method to the Storage struct | Robin Krahl | 2019-01-11 |
* | Add the get_library_version function | Robin Krahl | 2019-01-11 |
* | Make three more error codes known | Daniel Mueller | 2019-01-09 |
* | Add the connect_model function | Robin Krahl | 2019-01-07 |
* | Rename device::connect_model to device::connect_enum | Robin Krahl | 2019-01-07 |
* | Document the Undefined error for the connect methods | Robin Krahl | 2019-01-07 |
* | Add support for the hidden volumes on a Nitrokey Storage | Robin Krahl | 2019-01-06 |
* | Fix example for GenerateOtp::get_totp_code | Robin Krahl | 2019-01-05 |
* | Update documentation and test for factory_reset | Robin Krahl | 2019-01-04 |
* | Fix documentation test for Storage::change_update_pin | Robin Krahl | 2019-01-04 |
* | Add Storage::enable_firmware_update method | Robin Krahl | 2019-01-03 |
* | Add Device::build_aes_key method | Robin Krahl | 2019-01-03 |
* | Add Device::factory_reset method | Robin Krahl | 2019-01-03 |
* | Add Storage::change_update_pin method | Robin Krahl | 2019-01-03 |
* | Document decryption failure for get_password_safe | Robin Krahl | 2019-01-03 |
* | Update documentation for pws methods | Robin Krahl | 2019-01-03 |
* | Preserve unknown error code values | Daniel Mueller | 2019-01-03 |
* | Fix typo: occured -> occurred | Daniel Mueller | 2019-01-03 |
* | Remove CommandError::RngError | Robin Krahl | 2019-01-03 |
* | Add force argument to ConfigureOtp::set_time | Robin Krahl | 2019-01-02 |