| Commit message (Expand) | Author | Age |
* | 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 |
* | Drop '_pin' suffix from various pinentry functions | Daniel Mueller | 2019-01-19 |
* | Move PIN choosing functionality into pinentry module | Daniel Mueller | 2019-01-19 |
* | Add tests for the storage command | Daniel Mueller | 2019-01-19 |
* | Add tests for pws command | Daniel Mueller | 2019-01-19 |
* | Auto-generate help text for Option-based arguments | Daniel Mueller | 2019-01-15 |
* | Auto-generate help text for enum-backed optional arguments | Daniel Mueller | 2019-01-15 |
* | Auto-populate help text content | Daniel Mueller | 2019-01-14 |
* | Auto-generate execute methods for generated command enums | Daniel Mueller | 2019-01-14 |
* | Add a script to determine the nitrocli binary size at a git revision | Daniel Mueller | 2019-01-16 |
* | Remove no longer required dependencies | Daniel Mueller | 2019-01-16 |
* | Update nitrokey crate to 0.3.3 | Daniel Mueller | 2019-01-16 |
* | Add tests for config command | Daniel Mueller | 2019-01-14 |
* | Add tests for otp command | Daniel Mueller | 2019-01-14 |
* | Update libc crate to 0.2.46 | Daniel Mueller | 2019-01-14 |
* | Replace license identifier GPL-3.0+ with GPL-3.0-or-later | Robin Krahl | 2019-01-26 |
* | Document known problems on macOS | Robin Krahl | 2019-01-26 |
* | Update nitrokey crate to 0.3.2 | Daniel Mueller | 2019-01-12 |
* | Update nitrokey-sys crate to 3.4.3 | Daniel Mueller | 2019-01-12 |
* | Use [patch] section to control local crate replacements | Daniel Mueller | 2019-01-06 |
* | Do not intermix path and replace attributes in Cargo.toml | Daniel Mueller | 2019-01-06 |
* | Properly flush stdout before process exit | Daniel Mueller | 2019-01-12 |
* | Isolate cached PINs for multiple devices from each other | Daniel Mueller | 2019-01-11 |
* | Remove unused fmt::Display implementation for PinType | Daniel Mueller | 2019-01-11 |
* | Implement From<&str> for Error | Robin Krahl | 2019-01-26 |
* | Refactor get_device to use nitrokey::connect_model | Robin Krahl | 2019-01-26 |
* | Switch to using the system allocator | Daniel Mueller | 2019-01-07 |
* | Bump version to 0.2.2v0.2.2 | Daniel Mueller | 2019-01-13 |
* | Remove inconsistent spacing for PIN documentation | Daniel Mueller | 2019-01-10 |
* | Report command errors properly | Daniel Mueller | 2019-01-09 |
* | Add tests for pin set and pin unblock commands | Daniel Mueller | 2019-01-10 |
* | Honor context provided Admin & User PIN in pin commands | Daniel Mueller | 2019-01-09 |
* | Make try_with_pin_and_data logic honor execution context PINs | Daniel Mueller | 2019-01-09 |
* | Introduce Admin and User PIN fields to execution context | Daniel Mueller | 2019-01-09 |
* | Refactor integration test code internals for program invocation | Daniel Mueller | 2019-01-10 |
* | Simplify try_with_pin_and_data function | Daniel Mueller | 2019-01-09 |
* | Make pinentry::inquire_pin return String directly | Daniel Mueller | 2019-01-09 |
* | Use 'pin' instead of 'passphrase' | Daniel Mueller | 2019-01-09 |
* | Introduce UnwrapError trait to simplify error testing | Daniel Mueller | 2019-01-08 |
* | Show fmt::Display formatted errors instead of fmt::Debug ones | Daniel Mueller | 2019-01-08 |
* | Update nitrokey crate to 0.3.1 | Daniel Mueller | 2019-01-09 |