aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src
Commit message (Expand)AuthorAge
* fixup! Manually handle -V/--version argumentRobin Krahl2019-02-16
* Manually handle -V/--version argumentDaniel Mueller2019-01-19
* Remove args::parse_arguments functionDaniel Mueller2019-01-19
* Add a test for the -V/--version flagDaniel Mueller2019-01-15
* Consume ArgumentParser object as part of parsingDaniel Mueller2019-02-08
* Simplify error handling in the parse functionDaniel Mueller2019-02-08
* Add test for pws get after factory resetRobin Krahl2019-01-26
* Check slot status before accessing the PWSRobin Krahl2019-01-26
* Add test case for the reset commandRobin Krahl2019-01-26
* Add the reset command to perform a factory resetRobin Krahl2019-01-26
* Add the -V/--version optionRobin Krahl2019-01-26
* Remove no longer used duplicate_associated_type_bindings lintDaniel Mueller2019-01-26
* Add tests for the lock commandDaniel Mueller2019-01-20
* Add test for storage hidden subcommandDaniel Mueller2019-01-20
* Implement storage hidden subcommandDaniel Mueller2019-01-20
* Introduce storage hidden subcommand scaffoldingDaniel Mueller2019-01-15
* Introduce PwdEntry struct implementing SecretEntry for passwordsDaniel Mueller2019-01-19
* Add minimum length to SecretEntry traitDaniel Mueller2019-01-19
* Make caching of secrets optionalDaniel Mueller2019-01-20
* Return Cow object from SecretEntry methodsDaniel Mueller2019-01-20
* Introduce SecretEntry traitDaniel Mueller2019-01-19
* Generalize terminology from "PIN" to "secret"Daniel Mueller2019-01-19
* Drop '_pin' suffix from various pinentry functionsDaniel Mueller2019-01-19
* Move PIN choosing functionality into pinentry moduleDaniel Mueller2019-01-19
* Add tests for the storage commandDaniel Mueller2019-01-19
* Add tests for pws commandDaniel Mueller2019-01-19
* Auto-generate help text for Option-based argumentsDaniel Mueller2019-01-15
* Auto-generate help text for enum-backed optional argumentsDaniel Mueller2019-01-15
* Auto-populate help text contentDaniel Mueller2019-01-14
* Auto-generate execute methods for generated command enumsDaniel Mueller2019-01-14
* Add tests for config commandDaniel Mueller2019-01-14
* Add tests for otp commandDaniel Mueller2019-01-14
* Properly flush stdout before process exitDaniel Mueller2019-01-12
* Isolate cached PINs for multiple devices from each otherDaniel Mueller2019-01-11
* Remove unused fmt::Display implementation for PinTypeDaniel Mueller2019-01-11
* Implement From<&str> for ErrorRobin Krahl2019-01-26
* Refactor get_device to use nitrokey::connect_modelRobin Krahl2019-01-26
* Switch to using the system allocatorDaniel Mueller2019-01-07
* Report command errors properlyDaniel Mueller2019-01-09
* Add tests for pin set and pin unblock commandsDaniel Mueller2019-01-10
* Honor context provided Admin & User PIN in pin commandsDaniel Mueller2019-01-09
* Make try_with_pin_and_data logic honor execution context PINsDaniel Mueller2019-01-09
* Introduce Admin and User PIN fields to execution contextDaniel Mueller2019-01-09
* Refactor integration test code internals for program invocationDaniel Mueller2019-01-10
* Simplify try_with_pin_and_data functionDaniel Mueller2019-01-09
* Make pinentry::inquire_pin return String directlyDaniel Mueller2019-01-09
* Use 'pin' instead of 'passphrase'Daniel Mueller2019-01-09
* Introduce UnwrapError trait to simplify error testingDaniel Mueller2019-01-08
* Show fmt::Display formatted errors instead of fmt::Debug onesDaniel Mueller2019-01-08
* Add missing closing parenthesis for otp set -a/--algorithm helpDaniel Mueller2019-01-08