| Commit message (Expand) | Author | Age |
* | Reword an incorrect error message | Daniel Mueller | 2019-06-08 |
* | Remove deprecated --ascii option of otp set subcommand | Daniel Mueller | 2019-05-27 |
* | Rename storage command to encrypted | Daniel Mueller | 2019-05-27 |
* | Make storage hidden subcommand a top-level command | Daniel Mueller | 2019-05-27 |
* | Move storage status subcommand into status command | Daniel Mueller | 2019-05-27 |
* | Bump version to 0.2.4v0.2.4 | Daniel Mueller | 2019-06-01 |
* | Update libc crate to 0.2.57 | Daniel Mueller | 2019-06-01 |
* | Clear cached PIN entry as part of pin set command | Daniel Mueller | 2019-06-01 |
* | Allow for disabling of secret caching | Daniel Mueller | 2019-05-27 |
* | Require trailing comma in Enum macro's input | Daniel Mueller | 2019-05-27 |
* | Update cc crate to 1.0.37 | Daniel Mueller | 2019-05-24 |
* | Update libc crate to 0.2.55 | Daniel Mueller | 2019-05-24 |
* | Use full reference to AsRef in Enum macro | Daniel Mueller | 2019-05-24 |
* | Allow for unused doc comments on macros | Daniel Mueller | 2019-05-24 |
* | Add test case for --version option | Robin Krahl | 2019-02-17 |
* | Respect ctx.std{out,err} for version output | Robin Krahl | 2019-02-17 |
* | Remove args::parse_arguments function | Daniel Mueller | 2019-02-17 |
* | Use buffered writer in args::parse_arguments | Robin Krahl | 2019-02-17 |
* | Consume ArgumentParser object as part of parsing | Daniel Mueller | 2019-02-08 |
* | Simplify error handling in the parse function | Daniel Mueller | 2019-02-08 |
* | Add Ubuntu package to README and doc/packaging.md | Robin Krahl | 2019-02-02 |
* | Update libc crate to 0.2.48 | Daniel Mueller | 2019-01-29 |
* | Update regex-syntax crate to 0.6.5 | Daniel Mueller | 2019-01-29 |
* | Update memchr crate to 2.1.3 | Daniel Mueller | 2019-01-29 |
* | Update proc-macro2 crate to 0.4.26 | Daniel Mueller | 2019-01-29 |
* | Update quote crate to 0.6.11 | Daniel Mueller | 2019-01-28 |
* | Update syn crate to 0.15.26 | Daniel Mueller | 2019-01-28 |
* | Add Debian package to package list in README | Robin Krahl | 2019-01-29 |
* | Add test for pws get after factory reset | Robin Krahl | 2019-01-26 |
* | Check slot status before accessing the PWS | Robin Krahl | 2019-01-26 |
* | Add test case for the reset command | Robin Krahl | 2019-01-26 |
* | Add the reset command to perform a factory reset | Robin Krahl | 2019-01-26 |
* | Add the -V/--version option | Robin Krahl | 2019-01-26 |
* | Bump version to 0.2.3v0.2.3 | Daniel Mueller | 2019-01-26 |
* | Remove no longer used duplicate_associated_type_bindings lint | Daniel Mueller | 2019-01-26 |
* | Document problems in conjunction with nitrokey-app | Robin Krahl | 2019-01-26 |
* | Exclude CI scripts and rustmft config | Robin Krahl | 2019-01-26 |
* | Update libc crate to 0.2.47 | Daniel Mueller | 2019-01-22 |
* | Update nitrokey crate to 0.3.4 | Daniel Mueller | 2019-01-22 |
* | Add tests for the lock command | Daniel Mueller | 2019-01-20 |
* | Document hidden volumes in the README and the manual page | Daniel Mueller | 2019-01-20 |
* | Add test for storage hidden subcommand | Daniel Mueller | 2019-01-20 |
* | Implement storage hidden subcommand | Daniel Mueller | 2019-01-20 |
* | Introduce storage hidden subcommand scaffolding | Daniel Mueller | 2019-01-15 |
* | Introduce PwdEntry struct implementing SecretEntry for passwords | Daniel Mueller | 2019-01-19 |
* | Add minimum length to SecretEntry trait | Daniel Mueller | 2019-01-19 |
* | Make caching of secrets optional | Daniel Mueller | 2019-01-20 |
* | Return Cow object from SecretEntry methods | Daniel Mueller | 2019-01-20 |
* | Introduce SecretEntry trait | Daniel Mueller | 2019-01-19 |
* | Generalize terminology from "PIN" to "secret" | Daniel Mueller | 2019-01-19 |