index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
Update list of new and unsupported functions
Robin Krahl
2019-07-08
*
Fix formatting error in device.rs
Robin Krahl
2019-07-07
*
Update nitrokey-test and add nitrokey-test-state
Robin Krahl
2019-07-07
*
Update nitrokey-sys to version 3.5
Robin Krahl
2019-07-05
*
Fix cargo dependency version specifications
Robin Krahl
2019-07-06
*
Merge branch 'revert' into next
Robin Krahl
2019-07-06
|
\
|
*
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
|
/
*
Remove PIN constants from tests
Robin Krahl
2019-02-04
*
Release v0.4.0-alpha.1
v0.4.0-alpha.1
Robin Krahl
2019-02-02
*
Merge branch 'mutable-references' into next
Robin Krahl
2019-02-02
|
\
|
*
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
*
Consistently use yml file extension instead of yaml
Robin Krahl
2019-01-29
*
Exclude build files in crates.io package
Robin Krahl
2019-01-29
*
Prefer eprintln over println for error messages
Robin Krahl
2019-01-28
*
Add assert_any_ok macro to unit tests
Robin Krahl
2019-01-28
*
Add unwrap_ok macro to replace unwrap in unit tests
Robin Krahl
2019-01-28
*
Accept UTF-8 errors in password safe tests
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
*
Release v0.4.0-alpha.0
v0.4.0-alpha.0
Robin Krahl
2019-01-27
*
Update sources URL in build files
Robin Krahl
2019-01-27
*
Add clippy to lint build
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 triggers from build scripts
Robin Krahl
2019-01-25
*
Add tolerance for timing issues to the TOTP tests
Robin Krahl
2019-01-25
*
Remove rand_core::Error from public API
Robin Krahl
2019-01-25
*
Add reuse linter to the lint build
Robin Krahl
2019-01-23
*
Move format checks into lint build
Robin Krahl
2019-01-23
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Refactor device::config test case
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]