| Commit message (Expand) | Author | Age |
... | |
| * | Log formatting: Enumerate from 1 | Szczepan Zalega | 2017-09-20 |
| * | Do not resend command to device | Szczepan Zalega | 2017-09-20 |
| * | Tests: do additional authentication for Pro 0.7 | Szczepan Zalega | 2017-09-20 |
| * | Catch invalid CRC exception in C API | Szczepan Zalega | 2017-09-20 |
| * | Show warning message about invalid incoming packet's CRC | Szczepan Zalega | 2017-09-20 |
| * | Show more detailed status in debug log | Szczepan Zalega | 2017-09-20 |
|/ |
|
* | Add C++ tests for some current issues | Szczepan Zalega | 2017-06-27 |
* | Merge branch 'do_not_log_volatile_data' | Szczepan Zalega | 2017-05-13 |
|\ |
|
| * | Fix typo in logging macro | Szczepan Zalega | 2017-05-13 |
| * | Log temporary password as hexdump instead of string representation | Szczepan Zalega | 2017-05-13 |
| * | Log accepting responses with invalid CRC | Szczepan Zalega | 2017-05-13 |
| * | Code refactoring | Szczepan Zalega | 2017-05-13 |
| * | Assume slot_names are volatile data | Szczepan Zalega | 2017-05-13 |
| * | Do not log volatile data | Szczepan Zalega | 2017-05-13 |
|/ |
|
* | Pack structures for NK Pro v0.8 commands | Szczepan Zalega | 2017-05-12 |
* | Refactor log code | Szczepan Zalega | 2017-05-12 |
* | Use bool explicitly for success variable | Szczepan Zalega | 2017-05-12 |
* | Detect device correctly under Windows | Szczepan Zalega | 2017-05-12 |
* | Return empty value on no connection | Szczepan Zalega | 2017-04-26 |
* | Fix includes in C_API | Szczepan Zalega | 2017-04-26 |
* | Use alternative device connection check | Szczepan Zalega | 2017-04-26 |
* | Rename device mutex in NitrokeyManager | Szczepan Zalega | 2017-04-25 |
* | Use own strndup implementation under Windows | Szczepan Zalega | 2017-04-25 |
* | Security: exchange strdup with strndup | Szczepan Zalega | 2017-04-14 |
* | Translate HOTP counter for Storage | Szczepan Zalega | 2017-04-14 |
* | Handle print function in logger by functor | Szczepan Zalega | 2017-04-07 |
* | Do not abort compilation at all on OSX | Szczepan Zalega | 2017-04-04 |
* | Use correct format letter | Szczepan Zalega | 2017-04-03 |
* | Do not abort compilation on warnings in hid.c on OSX | Szczepan Zalega | 2017-04-03 |
* | Return OTP codes as strings to make sure they are zero-filled properly | Szczepan Zalega | 2017-04-03 |
* | Fix compilation warning on OSX | Szczepan Zalega | 2017-03-31 |
* | Do not fail compilation on tests | Szczepan Zalega | 2017-03-31 |
* | Do not check for warnings on 3rd-party code - hidapi | Szczepan Zalega | 2017-03-31 |
* | Fix compilation warnings | Szczepan Zalega | 2017-03-31 |
* | Do not allow to set delays lower than 20 ms | Szczepan Zalega | 2017-03-31 |
* | Show warnings during the compilation and treat warnings as error | Szczepan Zalega | 2017-03-31 |
* | Allow to directly choose loglevel | Szczepan Zalega | 2017-03-29 |
* | Allow to change device commands delays runtime | Szczepan Zalega | 2017-03-29 |
* | Change log's date-time format. Code reformat. | Szczepan Zalega | 2017-03-29 |
* | Use separate exception for wrong receiving packet's CRC | Szczepan Zalega | 2017-03-27 |
* | Use proper frameworks with cmake and OSX | Szczepan Zalega | 2017-03-20 |
* | Merge branch 'osx_build' | Szczepan Zalega | 2017-03-16 |
|\ |
|
| * | Add function comment | Szczepan Zalega | 2017-03-14 |
| * | Do not link hidapi under OSX | Szczepan Zalega | 2017-03-14 |
| * | Use hidapi patched for mac | Szczepan Zalega | 2017-03-13 |
| * | Never call hid exit on OSX | Szczepan Zalega | 2017-03-13 |
* | | Documentation update | Szczepan Zalega | 2017-03-16 |
|/ |
|
* | Merge branch 'libnitrokey_3' | Szczepan Zalega | 2017-03-11 |
|\ |
|
| * | Cleanup modules | Szczepan Zalega | 2017-03-11 |
| * | Fix compilation warnings | Szczepan Zalega | 2017-03-11 |