| Commit message (Expand) | Author | Age |
... | |
* | Factor out Enum! and Command! macros in arg_util | Robin Krahl | 2020-01-07 |
* | Use strings instead of Command variants | Robin Krahl | 2020-01-07 |
* | arg_util: Change Err type in FromStr implementation | Robin Krahl | 2020-01-07 |
* | Refactor the Enum! macro into Enum! and Command! | Robin Krahl | 2020-01-07 |
* | Add structopt dependency in version 0.3.7 | Daniel Mueller | 2020-04-04 |
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |
* | Remove vendored dependencies | Daniel Mueller | 2020-04-04 |
* | Update packaging instruction for Debian and Ubuntu | Robin Krahl | 2020-01-04 |
* | Update links to Debian & Ubuntu packages | Daniel Mueller | 2020-01-03 |
* | Bump version to 0.3.1 | Daniel Mueller | 2020-01-03 |
* | Update nitrokey crate to 0.4.0 | Daniel Mueller | 2020-01-02 |
* | Update various pinned crates | Daniel Mueller | 2020-01-01 |
* | Update minimum required Rust version to 1.35.0 | Daniel Mueller | 2019-12-31 |
* | Remove unions_with_drop_fields lint | Daniel Mueller | 2019-12-30 |
* | Update lazy_static crate to 1.4.0 | Daniel Mueller | 2019-12-29 |
* | Add note about interaction with GnuPG to README | Daniel Mueller | 2019-12-19 |
* | Update program description in Cargo.toml | Daniel Mueller | 2019-12-19 |
* | Update nitrokey crate to 0.4.0-alpha.3 | Daniel Mueller | 2019-08-12 |
* | Update nitrokey crate to 0.4.0-alpha.2 | Daniel Mueller | 2019-08-12 |
* | Use nitrokey::DEFAULT_{ADMIN,USER}_PIN constants | Robin Krahl | 2019-12-16 |
* | Remove hack required for having device tests in different modules | Daniel Mueller | 2019-07-17 |
* | Update nitrokey crate to 0.4.0-alpha.0 | Daniel Mueller | 2019-07-17 |
* | Bump version to 0.3.0 | Daniel Mueller | 2019-12-16 |
* | Update nitrokey crate to 0.3.5 | Daniel Mueller | 2019-12-16 |
* | Update cc crate to 1.0.48 | Daniel Mueller | 2019-11-01 |
* | Update libc crate to 0.2.66 | Daniel Mueller | 2019-11-01 |
* | Properly pad user supplied hexadecimal strings to otp set subcommand | Daniel Mueller | 2019-10-13 |
* | Correctly pad bytes with zero in hex conversion | Daniel Mueller | 2019-10-13 |
* | Properly show the default format used in otp set subcommand | Daniel Mueller | 2019-10-13 |
* | Introduce NITROCLI constant | Daniel Mueller | 2019-08-24 |
* | Fix incomplete help text for encrypted & unencrypted subcommands | Daniel Mueller | 2019-08-22 |
* | Update cc crate to 1.0.40 | Daniel Mueller | 2019-08-15 |
* | Update libc crate to 0.2.62 | Daniel Mueller | 2019-08-15 |
* | Introduce with_password_safe function | Daniel Mueller | 2019-07-14 |
* | Supply ExecCtx to op used in with_* and try_with_* functions | Daniel Mueller | 2019-07-14 |
* | Introduce TryInto<T> trait | Robin Krahl | 2019-08-13 |
* | Introduce with_*device functionality | Daniel Mueller | 2019-07-14 |
* | Use FnMut over Fn in try_with_* and authenticate functions | Daniel Mueller | 2019-07-14 |
* | Downgrade crate-level lints to 'warn' | Daniel Mueller | 2019-07-13 |
* | Include Nitrokey model in error message when no device is found | Daniel Mueller | 2019-07-14 |
* | Use map_err over or_else to convert errors | Daniel Mueller | 2019-07-14 |
* | Remove explicit change of global allocator | Daniel Mueller | 2019-06-17 |
* | Improve error message when gpg-connect-agent cannot be found | Daniel Mueller | 2019-06-14 |
* | Add support for changing read-write mode of unencrypted volume | Daniel Mueller | 2019-06-08 |
* | 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.4 | Daniel Mueller | 2019-06-01 |