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
/
auth.rs
Commit message (
Expand
)
Author
Age
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Refactor and clean up all code
Robin Krahl
2019-01-23
*
Add temp_password_ptr method to AuthenticatedDevice
Robin Krahl
2019-01-23
*
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
Move the CommandError::Unknown to Error
Robin Krahl
2019-01-20
*
Return Error instead of CommandError
Robin Krahl
2019-01-20
*
Move util::CommandError to the new error module
Robin Krahl
2019-01-20
*
Pass temporary password as *const c_char
Robin Krahl
2019-01-20
*
Use rand_os for random data generation
Daniel Mueller
2019-01-14
*
Remove CommandError::RngError
Robin Krahl
2019-01-03
*
Fix formatting using to rustfmt
Robin Krahl
2018-12-30
*
Use the crate:: path qualifier for modules
Robin Krahl
2018-12-16
*
Use {} instead of {:?} where possible
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
*
Fix formatting issues
Robin Krahl
2018-05-31
*
Fix implementation of Authenticate for DeviceWrapper
Robin Krahl
2018-05-29
*
Add rudimentary support for the Nitrokey Storage
Robin Krahl
2018-05-29
*
Move Admin, User and Authenticate to auth module
Robin Krahl
2018-05-28