aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Rename device mutex in NitrokeyManagerSzczepan Zalega2017-04-25
* Use own strndup implementation under WindowsSzczepan Zalega2017-04-25
* Security: exchange strdup with strndupSzczepan Zalega2017-04-14
* Translate HOTP counter for StorageSzczepan Zalega2017-04-14
* Handle print function in logger by functorSzczepan Zalega2017-04-07
* Do not abort compilation at all on OSXSzczepan Zalega2017-04-04
* Use correct format letterSzczepan Zalega2017-04-03
* Do not abort compilation on warnings in hid.c on OSXSzczepan Zalega2017-04-03
* Return OTP codes as strings to make sure they are zero-filled properlySzczepan Zalega2017-04-03
* Fix compilation warning on OSXSzczepan Zalega2017-03-31
* Do not fail compilation on testsSzczepan Zalega2017-03-31
* Do not check for warnings on 3rd-party code - hidapiSzczepan Zalega2017-03-31
* Fix compilation warningsSzczepan Zalega2017-03-31
* Do not allow to set delays lower than 20 msSzczepan Zalega2017-03-31
* Show warnings during the compilation and treat warnings as errorSzczepan Zalega2017-03-31
* Allow to directly choose loglevelSzczepan Zalega2017-03-29
* Allow to change device commands delays runtimeSzczepan Zalega2017-03-29
* Change log's date-time format. Code reformat.Szczepan Zalega2017-03-29
* Use separate exception for wrong receiving packet's CRCSzczepan Zalega2017-03-27
* Use proper frameworks with cmake and OSXSzczepan Zalega2017-03-20
* Merge branch 'osx_build'Szczepan Zalega2017-03-16
|\
| * Add function commentSzczepan Zalega2017-03-14
| * Do not link hidapi under OSXSzczepan Zalega2017-03-14
| * Use hidapi patched for macSzczepan Zalega2017-03-13
| * Never call hid exit on OSXSzczepan Zalega2017-03-13
* | Documentation updateSzczepan Zalega2017-03-16
|/
* Merge branch 'libnitrokey_3'Szczepan Zalega2017-03-11
|\
| * Cleanup modulesSzczepan Zalega2017-03-11
| * Fix compilation warningsSzczepan Zalega2017-03-11
| * Add tested Travis build configuration. Set proper hidapi url.Szczepan Zalega2017-03-11
| * Dynamically increase delay between retries on busy statusSzczepan Zalega2017-03-11
| * Use own exception types instead of general runtime_errorSzczepan Zalega2017-03-11
| * Allow to check is current device visible to the OSSzczepan Zalega2017-03-11
| * Set turbo modeSzczepan Zalega2017-03-11
| * Add TODO commentSzczepan Zalega2017-03-11
| * Handle enabling update mode on Storage deviceSzczepan Zalega2017-03-11
| * Check for null device reference in case of failed reconnectionSzczepan Zalega2017-03-11
| * Correct comments and fix firmware version requirementsSzczepan Zalega2017-03-11
| * Authenticate before factory reset so the command will not timeoutSzczepan Zalega2017-03-11
| * Update encrypted volume test. Use random password.Szczepan Zalega2017-03-11
| * Prefer to use log-enabled library in testsSzczepan Zalega2017-03-11
| * Remove obsolete commentsSzczepan Zalega2017-03-11
| * Do reconnect also on receiving failureSzczepan Zalega2017-03-11
| * Remove checking for mutex being lockedSzczepan Zalega2017-03-11
| * Make device-level reconnect on problem with sendingSzczepan Zalega2017-03-11
| * Reorder includesSzczepan Zalega2017-03-11
| * Count lifetime instances of device communication exceptionSzczepan Zalega2017-03-11
| * Log execution of connect functionSzczepan Zalega2017-03-11
| * Comment: use clang with TSANSzczepan Zalega2017-03-11
| * CommentsSzczepan Zalega2017-03-11