| Commit message (Expand) | Author | Age |
* | Store mutable reference to Device in PasswordSafe | Robin Krahl | 2019-02-02 |
* | Require mutable reference if method changes device state | Robin Krahl | 2019-02-02 |
* | Prefer eprintln over println for error messages | Robin Krahl | 2019-01-28 |
* | Add license and copyright information | Robin Krahl | 2019-01-23 |
* | Refactor and clean up all code | Robin Krahl | 2019-01-23 |
* | Check specific error codes in the tests | Robin Krahl | 2019-01-20 |
* | Refactor library errors into LibraryError enum | 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 |
* | pws: Interpret empty strings as unprogrammed slots | Robin Krahl | 2019-01-16 |
* | Add Device::build_aes_key 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 |
* | Fix formatting using to rustfmt | Robin Krahl | 2018-12-30 |
* | Use the crate:: path qualifier for modules | Robin Krahl | 2018-12-16 |
* | Use the dyn syntax for trait objects | Robin Krahl | 2018-12-16 |
* | Make hidden life time parameters explicit | 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 |
* | Remove NK_lock_device call from PasswordSafe::drop | Robin Krahl | 2018-06-07 |
* | Implement Drop for PasswordSafe | Robin Krahl | 2018-06-05 |
* | Use a Device reference in PasswordSafe | Robin Krahl | 2018-06-05 |
* | Add support for password safes | Robin Krahl | 2018-05-29 |