aboutsummaryrefslogtreecommitdiff
path: root/src/pws.rs
Commit message (Expand)AuthorAge
* Revert "Store mutable reference to Device in PasswordSafe"Robin Krahl2019-02-05
* Store mutable reference to Device in PasswordSafeRobin Krahl2019-02-02
* Require mutable reference if method changes device stateRobin Krahl2019-02-02
* Prefer eprintln over println for error messagesRobin Krahl2019-01-28
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor and clean up all codeRobin Krahl2019-01-23
* Check specific error codes in the testsRobin Krahl2019-01-20
* Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* Return Error instead of CommandErrorRobin Krahl2019-01-20
* Move util::CommandError to the new error moduleRobin Krahl2019-01-20
* pws: Interpret empty strings as unprogrammed slotsRobin Krahl2019-01-16
* Add Device::build_aes_key methodRobin Krahl2019-01-03
* Document decryption failure for get_password_safeRobin Krahl2019-01-03
* Update documentation for pws methodsRobin Krahl2019-01-03
* Fix formatting using to rustfmtRobin Krahl2018-12-30
* Use the crate:: path qualifier for modulesRobin Krahl2018-12-16
* Use the dyn syntax for trait objectsRobin Krahl2018-12-16
* Make hidden life time parameters explicitRobin Krahl2018-12-16
* Use {} instead of {:?} where possibleRobin Krahl2018-06-07
* Implement easier CString creationRobin Krahl2018-06-07
* Use Result<(), CommandError> instead of CommandStatusRobin Krahl2018-06-07
* Remove NK_lock_device call from PasswordSafe::dropRobin Krahl2018-06-07
* Implement Drop for PasswordSafeRobin Krahl2018-06-05
* Use a Device reference in PasswordSafeRobin Krahl2018-06-05
* Add support for password safesRobin Krahl2018-05-29