Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |