| Commit message (Expand) | Author | Age |
* | Storage v0.54: activate tests for OTP320 and binary counter | Szczepan Zalega | 2019-03-18 |
* | Storage v0.54: send slot counter as binary integer, instead of string repr | Szczepan Zalega | 2019-03-18 |
* | Storage v0.54: enable 320 bit OTP secret and auth commands | Szczepan Zalega | 2019-03-18 |
* | Merge branch '136-fido-u2f-rules-update' | Szczepan Zalega | 2019-02-11 |
|\ |
|
| * | Consistency - for old style remove TAG attribute and add MODE | Szczepan Zalega | 2019-02-11 |
| * | Consistency - set Nitrokey U2F MODE=660 (instead of 664) | Szczepan Zalega | 2019-02-11 |
| * | Update description | Szczepan Zalega | 2019-02-11 |
| * | remove legacy plugdev groups tag | alex-nitrokey | 2019-02-11 |
| * | outsource old rules to separate file | alex-nitrokey | 2019-02-11 |
| * | Add MODE tag for FIDO U2F | alex-nitrokey | 2019-02-11 |
| * | Add guards and harmonize old and new rule | alex-nitrokey | 2019-02-11 |
| * | Add Nitrokey FIDO U2F entry | alex-nitrokey | 2019-02-11 |
|/ |
|
* | Merge branch 'pr_155' | Szczepan Zalega | 2019-01-29 |
|\ |
|
| * | Add .pytest_cache to .gitignore | Robin Krahl | 2019-01-29 |
| * | Replace NK_status with NK_get_status_as_string in unit tests | Robin Krahl | 2019-01-29 |
| * | Add unit test for NK_get_status | Robin Krahl | 2019-01-29 |
| * | Replace NK_status with NK_get_status_as_string | Robin Krahl | 2019-01-29 |
| * | Add NK_get_status function to get status struct | Robin Krahl | 2019-01-29 |
|/ |
|
* | Merge branch 'pr_151' | Szczepan Zalega | 2019-01-26 |
|\ |
|
| * | Correct the skip message for other OS than Fedora | Szczepan Zalega | 2019-01-26 |
| * | Detect UV's block device on Fedora automatically | Szczepan Zalega | 2019-01-26 |
| * | Additional check and device/mount print | Szczepan Zalega | 2019-01-26 |
| * | Small correction for macOS 10.13.6 | Szczepan Zalega | 2019-01-26 |
| * | Stress test for firmware export feature on macOS | Martin Müller | 2019-01-26 |
| * | Add FIXME comments. Make the skip() method descriptive. | Szczepan Zalega | 2019-01-26 |
| * | Stress test for firmware export feature | Szczepan Zalega | 2019-01-26 |
|/ |
|
* | Merge branch 'pr_148' | Szczepan Zalega | 2019-01-24 |
|\ |
|
| * | Update readme for `make doc` | Robin Krahl | 2019-01-16 |
| * | Add \mainpage to the C API documentation | Robin Krahl | 2019-01-16 |
| * | Add a \file doc comment to libnitrokey | Robin Krahl | 2019-01-16 |
| * | Add a doc target that generates C API documentation | Robin Krahl | 2019-01-16 |
* | | Merge branch 'pr_149' | Szczepan Zalega | 2019-01-24 |
|\ \ |
|
| * | | Return firmware version parts as uint8_t instead of int | Robin Krahl | 2019-01-17 |
* | | | Merge branch 'pr_152' | Szczepan Zalega | 2019-01-24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Export PWS slot count in C API | Robin Krahl | 2019-01-24 |
|/ / |
|
* | | Merge branch 'pr_146' | Szczepan Zalega | 2019-01-15 |
|\ \ |
|
| * | | Correct other links as well | Szczepan Zalega | 2019-01-15 |
| * | | Fix links to header files in README | Martin Müller | 2019-01-15 |
|/ / |
|
* | | Merge branch 'contributions' | Szczepan Zalega | 2019-01-15 |
|\ \ |
|
| * \ | Merge branch 'pr_138' into contributions | Szczepan Zalega | 2019-01-15 |
| |\ \ |
|
| | * | | Add test for NK_list_devices to test_multiple_devices | Robin Krahl | 2019-01-13 |
| | * | | Add test for NK_connect_with_path | Robin Krahl | 2019-01-13 |
| | * | | Add simple test for NK_list_devices | Robin Krahl | 2019-01-13 |
| | * | | Add NK_device_info, NK_list_devices and NK_free_device_info | Robin Krahl | 2019-01-13 |
| | * | | Change std::wstring to std::string in DeviceInfo | Robin Krahl | 2019-01-13 |
| | * | | Add NK_connect_with_path to C API | Robin Krahl | 2019-01-13 |
| | * | | Add test case for NitrokeyManager::connect_with_path to test_multiple_devices | Robin Krahl | 2019-01-13 |
| | * | | Change NitrokeyManager::connect_with_path to also work with Pro | Robin Krahl | 2019-01-13 |
| | * | | Add test case for Device::enumerate to test_multiple_devices | Robin Krahl | 2019-01-13 |
| | * | | Implement operator<< for DeviceModel | Robin Krahl | 2019-01-13 |