index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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
*
Fix formatting error in device.rs
Robin Krahl
2019-07-07
*
Update nitrokey-sys to version 3.5
Robin Krahl
2019-07-05
*
Revert "Store mutable reference to Device in PasswordSafe"
Robin Krahl
2019-02-05
*
Revert "Refactor User and Admin to use a mutable reference"
Robin Krahl
2019-02-05
*
Store mutable reference to Device in PasswordSafe
Robin Krahl
2019-02-02
*
Refactor User and Admin to use a mutable reference
Robin Krahl
2019-02-02
*
Require mutable reference if method changes device state
Robin Krahl
2019-02-02
*
Add device_mut method to DeviceWrapper
Robin Krahl
2019-02-02
*
Implement DerefMut for User and Admin
Robin Krahl
2019-02-02
*
Add set_encrypted_volume_mode method to Storage
Robin Krahl
2019-01-31
*
Prefer eprintln over println for error messages
Robin Krahl
2019-01-28
*
Add get_firmware_version method
Robin Krahl
2019-01-28
*
Always return a Result when communicating with a device
Robin Krahl
2019-01-27
*
Use if instead of match for boolean expression
Robin Krahl
2019-01-27
*
Replace or with or_else in get_cstring
Robin Krahl
2019-01-27
*
Remove the static lifetime modifier from constants
Robin Krahl
2019-01-27
*
Rename Error::Unknown to Error::UnknownError
Robin Krahl
2019-01-27
*
Remove the Result typedef
Robin Krahl
2019-01-27
*
Remove rand_core::Error from public API
Robin Krahl
2019-01-25
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Implement From<(T: Device, Error)> for Error
Robin Krahl
2019-01-23
*
Return UTF-8 error if libnitrokey returns an invalid string
Robin Krahl
2019-01-23
*
Add Error::Utf8Error variant
Robin Krahl
2019-01-23
[next]