aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/commands.rs
Commit message (Expand)AuthorAge
* Check slot status before accessing the PWSRobin Krahl2019-01-26
* Add the reset command to perform a factory resetRobin Krahl2019-01-26
* Add test for storage hidden subcommandDaniel Mueller2019-01-20
* Implement storage hidden subcommandDaniel Mueller2019-01-20
* Drop '_pin' suffix from various pinentry functionsDaniel Mueller2019-01-19
* Move PIN choosing functionality into pinentry moduleDaniel Mueller2019-01-19
* Isolate cached PINs for multiple devices from each otherDaniel Mueller2019-01-11
* Implement From<&str> for ErrorRobin Krahl2019-01-26
* Refactor get_device to use nitrokey::connect_modelRobin Krahl2019-01-26
* Report command errors properlyDaniel Mueller2019-01-09
* 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
* 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
* Show fmt::Display formatted errors instead of fmt::Debug onesDaniel Mueller2019-01-08
* Emit all output to custom stdio channelsDaniel Mueller2019-01-05
* Work with mutable ExecCtx referencesDaniel Mueller2019-01-05
* Add the base32 format for OTP secretsRobin Krahl2019-01-13
* Refactor prepare_secret functionRobin Krahl2019-01-13
* Add the --format option to otp set to select the secret formatRobin Krahl2019-01-13
* Update nitrokey crate to 0.3.0Daniel Mueller2019-01-05
* Add the --model option to restrict the device model to connect toRobin Krahl2019-01-13
* Introduce -v/--verbose optionDaniel Mueller2019-01-04
* Introduce command execution context supportDaniel Mueller2019-01-04
* Use libc provided sync functionDaniel Mueller2019-01-04
* Adjust get_error function to accept CommandError by valueDaniel Mueller2019-01-03
* Implement the lock commandRobin Krahl2019-01-07
* Implement the pws status subcommandRobin Krahl2019-01-07
* Implement the pws clear subcommandRobin Krahl2019-01-07
* Implement the pws set subcommandRobin Krahl2019-01-07
* Implement the pws get subcommandRobin Krahl2019-01-07
* Implement the pin set commandRobin Krahl2019-01-01
* Implement the pin unblock subcommandRobin Krahl2019-01-01
* Implement the pin command and rename clear to pin clearRobin Krahl2019-01-01
* Add mode argument to pinentry::inquire_passphraseRobin Krahl2019-01-01
* Set the time before generating a TOTPRobin Krahl2019-01-01
* Move printing of storage related status into 'storage status' sub-commandDaniel Mueller2018-12-28
* Make 'open' and 'close' subcommands of new 'storage' commandDaniel Mueller2018-12-27
* Implement the config set subcommandRobin Krahl2018-12-27
* Implement the config get subcommandRobin Krahl2018-12-27
* Add status output for Nitrokey ProRobin Krahl2018-12-27
* Extract print_status from print_storage_status functionRobin Krahl2018-12-27
* Rename print_status to print_storage_statusRobin Krahl2018-12-25
* Implement the otp status subcommandRobin Krahl2018-12-24
* Implement the otp clear subcommandRobin Krahl2018-12-24
* Implement the otp set subcommandRobin Krahl2018-12-24
* Implement the otp get subcommandRobin Krahl2018-12-24
* Implement user and admin authenticationRobin Krahl2018-12-24
* Clear both user and admin PINRobin Krahl2018-12-24