aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src
Commit message (Expand)AuthorAge
* Properly report io::Error objectsDaniel Mueller2019-01-06
* Use libc provided sync functionDaniel Mueller2019-01-04
* Adjust get_error function to accept CommandError by valueDaniel Mueller2019-01-03
* Document the lock commandRobin Krahl2019-01-07
* 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 pws commandRobin 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
* Move storage_* subcommand functions below storage command functionDaniel Mueller2018-12-29
* 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
* Implement the config commandRobin 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 otp commandRobin Krahl2018-12-24
* Implement user and admin authenticationRobin Krahl2018-12-24
* Clear both user and admin PINRobin Krahl2018-12-24
* Refactor the pinentry call into new helper functionsDaniel Mueller2018-12-24
* Return UTF-8 error when handling the passphraseRobin Krahl2018-12-23
* Port argument handling to argparseRobin Krahl2018-12-23
* Factor out new commands.rs fileDaniel Mueller2018-12-20
* pinentry: Encode spaces in prompt argumentRobin Krahl2018-12-19
* Make code conforming to rustfmt's expectationsDaniel Mueller2018-12-17
* Fix two clippy warningsDaniel Mueller2018-12-17
* Rename libnitrokey to nitrokeyRobin Krahl2018-12-17
* Remove unused dependenciesRobin Krahl2018-12-17
* Port the status command to libnitrokeyRobin Krahl2018-12-17
* Port the open and close commands to libnitrokeyRobin Krahl2018-12-17
* Enable more lintsDaniel Mueller2018-12-11
* Compile program with 2018 Edition of RustDaniel Mueller2018-12-11
* Make hidden lifetime parameters explicitDaniel Mueller2018-12-10
* Enable rust_2018_idioms lintDaniel Mueller2018-12-10
* Enable rust_2018_compatibility lintDaniel Mueller2018-12-10
* Add doc comment to pinentry::inquire_passphraseRobin Krahl2018-12-11
* Add support for multiple PIN typesRobin Krahl2018-12-11
* Show error in pinentry dialog instead of printing to stdoutRobin Krahl2018-12-11