aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src
Commit message (Expand)AuthorAge
...
* 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
* Rename pinentry constants to match the documented namesRobin Krahl2018-12-11
* Add application name and PIN type to the pinentry cache IDRobin Krahl2018-12-11
* Fix issues reported by clippyDaniel Mueller2018-02-18
* Remove workaround for incorrect CRC reportingDaniel Mueller2017-08-17
* Fix display of firmware versionDaniel Mueller2017-08-17
* Flush filesystem caches before closing encrypted volumeDaniel Mueller2017-04-09
* Wait until encrypted volume is opened/closedDaniel Mueller2017-04-09
* Add 'clear' commandDaniel Mueller2017-04-09
* Detect wrong password during 'open' commandDaniel Mueller2017-04-09
* Add 'status' commandDaniel Mueller2017-04-09
* Do not check CRCDaniel Mueller2017-04-08
* Introduce transmit function subsuming send and receiveDaniel Mueller2017-04-08
* Retry send/receive on failureDaniel Mueller2017-04-08
* Receive command responsesDaniel Mueller2017-03-30
* Use macros for generating commandsDaniel Mueller2017-03-29
* Send HID feature report to open/close the encrypted volumeDaniel Mueller2017-03-28
* Add pinentry moduleDaniel Mueller2017-03-27
* Discover and open nictrokey using libhidapiDaniel Mueller2017-03-26
* Add basic scaffoldingDaniel Mueller2017-03-03