aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.4.0-alpha.0v0.4.0-alpha.0Robin Krahl2019-01-27
* Update sources URL in build filesRobin Krahl2019-01-27
* Add clippy to lint buildRobin Krahl2019-01-27
* Use if instead of match for boolean expressionRobin Krahl2019-01-27
* Replace or with or_else in get_cstringRobin Krahl2019-01-27
* Remove the static lifetime modifier from constantsRobin Krahl2019-01-27
* Rename Error::Unknown to Error::UnknownErrorRobin Krahl2019-01-27
* Remove the Result typedefRobin Krahl2019-01-27
* Remove triggers from build scriptsRobin Krahl2019-01-25
* Add tolerance for timing issues to the TOTP testsRobin Krahl2019-01-25
* Remove rand_core::Error from public APIRobin Krahl2019-01-25
* Add reuse linter to the lint buildRobin Krahl2019-01-23
* Move format checks into lint buildRobin Krahl2019-01-23
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor device::config test caseRobin Krahl2019-01-23
* Implement From<(T: Device, Error)> for ErrorRobin Krahl2019-01-23
* Return UTF-8 error if libnitrokey returns an invalid stringRobin Krahl2019-01-23
* Add Error::Utf8Error variantRobin Krahl2019-01-23
* Implement From<Pro> and From<Storage> for DeviceWrapperRobin Krahl2019-01-23
* Add Pro::new and Storage::new functionsRobin Krahl2019-01-23
* Refactor and clean up all codeRobin Krahl2019-01-23
* Add temp_password_ptr method to AuthenticatedDeviceRobin Krahl2019-01-23
* Prefer into() over numeric castingRobin Krahl2019-01-23
* Prevent direct instantiation of Pro and StorageRobin Krahl2019-01-23
* Fix formatting in testsRobin Krahl2019-01-20
* Merge branch 'feature/error-refactoring' into nextRobin Krahl2019-01-20
|\
| * Check specific error codes in the testsRobin Krahl2019-01-20
| * Remove the unused CommandError::Undefined variantRobin Krahl2019-01-20
| * Return CommunicationError::NotConnected from connect functionsRobin Krahl2019-01-20
| * Introduce the Error::UnexpectedError variantRobin Krahl2019-01-20
| * Make CommandError messages more generalRobin Krahl2019-01-20
| * Remove CommandError::as_str methodRobin Krahl2019-01-20
| * Add the CommunicationError enumRobin Krahl2019-01-20
| * Refactor library errors into LibraryError enumRobin Krahl2019-01-20
| * Move the CommandError::Unknown to ErrorRobin Krahl2019-01-20
| * Refactor CommandError::RngError into Error::RandErrorRobin Krahl2019-01-20
| * Enable std feature for rand_coreRobin Krahl2019-01-20
| * Add assert_cmd_err and assert_ok macros to testsRobin Krahl2019-01-20
| * Return Error instead of CommandErrorRobin Krahl2019-01-20
| * Add the Error enum and the Result<T> typedefRobin Krahl2019-01-20
| * Implement std::error::Error for error::CommandErrorRobin Krahl2019-01-20
| * Move util::CommandError to the new error moduleRobin Krahl2019-01-20
|/
* Merge branch 'hotfix-0.3.4' into nextRobin Krahl2019-01-20
|\
| * Release v0.3.4Robin Krahl2019-01-20
| * Pass temporary password as *const c_charRobin Krahl2019-01-20
* | Introduce DEFAULT_ADMIN_PIN and DEFAULT_USER_PIN constantsRobin Krahl2019-01-19
* | Implement Display for VersionRobin Krahl2019-01-17
* | Introduce the FirmwareVersion structRobin Krahl2019-01-17
* | Document that NK_is_AES_supported is unsupportedRobin Krahl2019-01-16
* | Remove the test-pro and test-storage featuresRobin Krahl2019-01-16
|/