aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/main.rs
Commit message (Expand)AuthorAge
* Move nitrocli source code into repository rootDaniel Mueller2020-04-04
* Remove unions_with_drop_fields lintDaniel Mueller2019-12-30
* Introduce NITROCLI constantDaniel Mueller2019-08-24
* Downgrade crate-level lints to 'warn'Daniel Mueller2019-07-13
* Remove explicit change of global allocatorDaniel Mueller2019-06-17
* Allow for disabling of secret cachingDaniel Mueller2019-05-27
* Remove no longer used duplicate_associated_type_bindings lintDaniel Mueller2019-01-26
* Add test for storage hidden subcommandDaniel Mueller2019-01-20
* Properly flush stdout before process exitDaniel Mueller2019-01-12
* Switch to using the system allocatorDaniel Mueller2019-01-07
* Introduce Admin and User PIN fields to execution contextDaniel Mueller2019-01-09
* Auto generate argument enumsDaniel Mueller2019-01-06
* Add first set of integration testsDaniel Mueller2019-01-05
* Emit all output to custom stdio channelsDaniel Mueller2019-01-05
* Supply customizable stdio channels to argparseDaniel Mueller2019-01-05
* Make 'open' and 'close' subcommands of new 'storage' commandDaniel Mueller2018-12-27
* Port argument handling to argparseRobin Krahl2018-12-23
* Factor out new commands.rs fileDaniel Mueller2018-12-20
* Make code conforming to rustfmt's expectationsDaniel Mueller2018-12-17
* Rename libnitrokey to nitrokeyRobin 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
* Enable rust_2018_idioms lintDaniel Mueller2018-12-10
* Enable rust_2018_compatibility lintDaniel Mueller2018-12-10
* Add support for multiple PIN typesRobin Krahl2018-12-11
* Show error in pinentry dialog instead of printing to stdoutRobin Krahl2018-12-11
* Fix issues reported by clippyDaniel Mueller2018-02-18
* 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
* Introduce transmit function subsuming send and receiveDaniel Mueller2017-04-08
* Retry send/receive on failureDaniel Mueller2017-04-08
* Receive command responsesDaniel Mueller2017-03-30
* Send HID feature report to open/close the encrypted volumeDaniel Mueller2017-03-28
* Discover and open nictrokey using libhidapiDaniel Mueller2017-03-26
* Add basic scaffoldingDaniel Mueller2017-03-03