aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src
Commit message (Expand)AuthorAge
* Handle doc comments and empty variants in the Command! macroRobin Krahl2020-01-08
* Order members in args.rs by command hierarchyRobin Krahl2020-01-08
* Set possible values for all enum options and argumentsRobin Krahl2020-01-08
* Add all_str function to enums generated by Enum! macroRobin Krahl2020-01-08
* Use closures instead of command functionsRobin Krahl2020-01-08
* Remove str argument from Command! macroRobin Krahl2020-01-08
* Remove unused code after structopt transitionRobin Krahl2020-01-08
* Replace argparse with structoptRobin Krahl2020-01-08
* Add data structures for the options and argumentsRobin Krahl2020-01-08
* Derive structopt::StructOpt in Command!Robin Krahl2020-01-08
* Implement Default in the Enum! and Command! macrosRobin Krahl2020-01-08
* Allow adding fields to an enum variant in Command!Robin Krahl2020-01-08
* Factor out Enum! and Command! macros in arg_utilRobin Krahl2020-01-08
* Use strings instead of Command variantsRobin Krahl2020-01-08
* arg_util: Change Err type in FromStr implementationRobin Krahl2020-01-08
* Refactor the Enum! macro into Enum! and Command!Robin Krahl2020-01-08
* Update minimum required Rust version to 1.35.0Daniel Mueller2019-12-31
* Remove unions_with_drop_fields lintDaniel Mueller2019-12-30
* Update nitrokey crate to 0.4.0-alpha.3Daniel Mueller2019-08-12
* Update nitrokey crate to 0.4.0-alpha.2Daniel Mueller2019-08-12
* Use nitrokey::DEFAULT_{ADMIN,USER}_PIN constantsRobin Krahl2019-12-16
* Remove hack required for having device tests in different modulesDaniel Mueller2019-07-17
* Update nitrokey crate to 0.4.0-alpha.0Daniel Mueller2019-07-17
* Properly pad user supplied hexadecimal strings to otp set subcommandDaniel Mueller2019-10-13
* Correctly pad bytes with zero in hex conversionDaniel Mueller2019-10-13
* Properly show the default format used in otp set subcommandDaniel Mueller2019-10-13
* Introduce NITROCLI constantDaniel Mueller2019-08-24
* Fix incomplete help text for encrypted & unencrypted subcommandsDaniel Mueller2019-08-22
* Introduce with_password_safe functionDaniel Mueller2019-07-14
* Supply ExecCtx to op used in with_* and try_with_* functionsDaniel Mueller2019-07-14
* Introduce TryInto<T> traitRobin Krahl2019-08-13
* Introduce with_*device functionalityDaniel Mueller2019-07-14
* Use FnMut over Fn in try_with_* and authenticate functionsDaniel Mueller2019-07-14
* Downgrade crate-level lints to 'warn'Daniel Mueller2019-07-13
* Include Nitrokey model in error message when no device is foundDaniel Mueller2019-07-14
* Use map_err over or_else to convert errorsDaniel Mueller2019-07-14
* Remove explicit change of global allocatorDaniel Mueller2019-06-17
* Improve error message when gpg-connect-agent cannot be foundDaniel Mueller2019-06-14
* Add support for changing read-write mode of unencrypted volumeDaniel Mueller2019-06-08
* Reword an incorrect error messageDaniel Mueller2019-06-08
* Remove deprecated --ascii option of otp set subcommandDaniel Mueller2019-05-27
* Rename storage command to encryptedDaniel Mueller2019-05-27
* Make storage hidden subcommand a top-level commandDaniel Mueller2019-05-27
* Move storage status subcommand into status commandDaniel Mueller2019-05-27
* Clear cached PIN entry as part of pin set commandDaniel Mueller2019-06-01
* Allow for disabling of secret cachingDaniel Mueller2019-05-27
* Require trailing comma in Enum macro's inputDaniel Mueller2019-05-27
* Use full reference to AsRef in Enum macroDaniel Mueller2019-05-24
* Allow for unused doc comments on macrosDaniel Mueller2019-05-24
* Add test case for --version optionRobin Krahl2019-02-17