aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.7.1v0.7.1Robin Krahl2020-08-30
* Use map_err(|_| x) instead of or_else(|_| Err(x))Robin Krahl2020-08-30
* Remove custom source implementation for ErrorRobin Krahl2020-08-30
* Merge branch 'release-0.7.0' into nextRobin Krahl2020-07-14
|\
| * Release v0.7.0v0.7.0Robin Krahl2020-07-14
|/
* Merge branch 'poison-error' into nextRobin Krahl2020-07-14
|\
| * Ensure Error trait implementationsRobin Krahl2020-07-08
| * Remove Error::RandError variantRobin Krahl2020-07-08
| * Remove sync::PoisonError from Error::PoisonErrorRobin Krahl2020-07-08
|/
* Use find(…) instead of skip_while(…).next()Robin Krahl2020-07-08
* Remove unused importsRobin Krahl2020-07-08
* Merge branch 'release-0.6.0' into nextRobin Krahl2020-02-03
|\
| * Release v0.6.0v0.6.0Robin Krahl2020-02-03
|/
* Refactor string handling in utilRobin Krahl2020-02-03
* Represent serial numbers using SerialNumber structRobin Krahl2020-02-03
* Merge branch 'get_config' into nextRobin Krahl2020-02-03
|\
| * Use NK_get_status to implement Device::get_configRobin Krahl2020-02-03
| * Implement From<&NK_status> for RawConfigRobin Krahl2020-02-03
|/
* Merge branch 'hotfix-0.5.2' into nextRobin Krahl2020-01-28
|\
| * Release v0.5.2v0.5.2Robin Krahl2020-01-28
| * Regenerate temporary passwords with null bytesRobin Krahl2020-01-28
| * Remove AuthenticatedDevice::temp_password_ptrRobin Krahl2020-01-28
| * Use CString to store temporary passwordsRobin Krahl2020-01-28
| * Merge branch 'release-0.5.1'Robin Krahl2020-01-15
| |\
| * \ Merge branch 'release-0.5.0'Robin Krahl2020-01-14
| |\ \
| * \ \ Merge branch 'release-0.4.0'Robin Krahl2020-01-02
| |\ \ \
| * \ \ \ Merge branch 'hotfix-0.3.5'Robin Krahl2019-12-16
| |\ \ \ \
* | | | | | Always store serial numbers as integersRobin Krahl2020-01-28
* | | | | | Add String value to the Error::UnexpectedError variantRobin Krahl2020-01-28
* | | | | | Merge branch 'release-0.5.1' into nextRobin Krahl2020-01-15
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Release v0.5.1v0.5.1Robin Krahl2020-01-15
|/ / / / /
* | | | | Fix serial number for older Nitrokey Pro in list_devicesRobin Krahl2020-01-15
* | | | | Fix link to examples in READMERobin Krahl2020-01-14
* | | | | Fix license identifier in examples/*.rsRobin Krahl2020-01-14
* | | | | Merge branch 'release-0.5.0' into nextRobin Krahl2020-01-14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Release v0.5.0v0.5.0Robin Krahl2020-01-14
|/ / / /
* | | | Update readme: usage, features, system libnitrokeyRobin Krahl2020-01-14
* | | | Remove multiple PWS item from todo listRobin Krahl2020-01-14
* | | | Add basic usage examplesRobin Krahl2020-01-14
* | | | Document background operationsRobin Krahl2020-01-14
* | | | Add the fill_sd_card function to StorageRobin Krahl2020-01-14
* | | | Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* | | | Derive Clone, Copy, Debug, PartialEq for StatusRobin Krahl2020-01-14
* | | | Remove todo notes for Storage tests and refactoringRobin Krahl2020-01-14
* | | | Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* | | | Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* | | | Add support for the GET_STATUS commandRobin Krahl2020-01-11
* | | | Merge branch 'connect_path' into nextRobin Krahl2020-01-07
|\ \ \ \
| * | | | Add the connect_path function to the Manager structRobin Krahl2020-01-07
| * | | | Add list_devices functionRobin Krahl2020-01-07