| Commit message (Expand) | Author | Age |
... | |
* | Port the open and close commands to libnitrokey | Robin Krahl | 2018-12-17 |
* | Add nitrokey as a dependency to nitrocli | Robin Krahl | 2018-12-17 |
* | Link Arch package in README | Robin Krahl | 2018-12-17 |
* | Bump version to 0.1.3 | Daniel Mueller | 2018-12-11 |
* | Enable more lints | Daniel Mueller | 2018-12-11 |
* | Add a nitrocli(1) man page | Robin Krahl | 2018-12-14 |
* | Add a .gitignore file | Robin Krahl | 2018-12-13 |
* | Add Cargo.toml categories | Daniel Mueller | 2018-12-11 |
* | Compile program with 2018 Edition of Rust | Daniel Mueller | 2018-12-11 |
* | Make hidden lifetime parameters explicit | Daniel Mueller | 2018-12-10 |
* | Enable rust_2018_idioms lint | Daniel Mueller | 2018-12-10 |
* | Enable rust_2018_compatibility lint | Daniel Mueller | 2018-12-10 |
* | Add change log detailing the changes between releases | Daniel Mueller | 2018-12-11 |
* | Add doc comment to pinentry::inquire_passphrase | Robin Krahl | 2018-12-11 |
* | Add support for multiple PIN types | Robin Krahl | 2018-12-11 |
* | Show error in pinentry dialog instead of printing to stdout | Robin Krahl | 2018-12-11 |
* | Rename pinentry constants to match the documented names | Robin Krahl | 2018-12-11 |
* | Add application name and PIN type to the pinentry cache ID | Robin Krahl | 2018-12-11 |
* | Add rustfmt configuration | Robin Krahl | 2018-12-11 |
* | Update cc crate to 1.0.25 | Daniel Mueller | 2018-12-10 |
* | Update libc crate to 0.2.45 | Daniel Mueller | 2018-12-10 |
* | Update pkg-config crate to 0.3.14 | Daniel Mueller | 2018-12-10 |
* | Specify version requirements in a less strict manner | Daniel Mueller | 2018-12-10 |
* | Fix issues reported by clippy | Daniel Mueller | 2018-02-18 |
* | Bump version to 0.1.2 | Daniel Mueller | 2018-01-15 |
* | Delete subrepo gcc/:gcc | Daniel Mueller | 2018-01-15 |
* | Update hidapi-sys crate to 0.1.4 | Daniel Mueller | 2018-01-15 |
* | Update libc crate to 0.2.36 | Daniel Mueller | 2018-01-15 |
* | Update hid crate to 0.4.1 | Daniel Mueller | 2017-11-10 |
* | Import subrepo hidapi-sys/:hidapi-sys at aa6e4728e8b87ee3d6580f65826b58038018... | Daniel Mueller | 2017-09-16 |
* | Update libc crate to 0.2.30 | Daniel Mueller | 2017-09-16 |
* | Update gcc crate to 0.3.54 | Daniel Mueller | 2017-09-16 |
* | Bump version to 0.1.1 | Daniel Mueller | 2017-08-17 |
* | Remove workaround for incorrect CRC reporting | Daniel Mueller | 2017-08-17 |
* | Fix display of firmware version | Daniel Mueller | 2017-08-17 |
* | Explicitly mention versions for local dependencies | Daniel Mueller | 2017-05-29 |
* | Update libc crate to 0.2.23 | Daniel Mueller | 2017-05-29 |
* | Update gcc crate to 0.3.48 | Daniel Mueller | 2017-05-29 |
* | Flush filesystem caches before closing encrypted volume | Daniel Mueller | 2017-04-09 |
* | Wait until encrypted volume is opened/closed | Daniel Mueller | 2017-04-09 |
* | Add 'clear' command | Daniel Mueller | 2017-04-09 |
* | Detect wrong password during 'open' command | Daniel Mueller | 2017-04-09 |
* | Add 'status' command | Daniel Mueller | 2017-04-09 |
* | Do not check CRC | Daniel Mueller | 2017-04-08 |
* | Introduce transmit function subsuming send and receive | Daniel Mueller | 2017-04-08 |
* | Retry send/receive on failure | Daniel Mueller | 2017-04-08 |
* | Receive command responses | Daniel Mueller | 2017-03-30 |
* | Use macros for generating commands | Daniel Mueller | 2017-03-29 |
* | Send HID feature report to open/close the encrypted volume | Daniel Mueller | 2017-03-28 |
* | Update hid crate to version 0.4.0 | Daniel Mueller | 2017-03-27 |