Import libnitrokey_3.2.orig.tar.gz
authorScott Kitterman <scott@kitterman.com>
Wed, 17 Jan 2018 02:27:11 +0000 (02:27 +0000)
committerScott Kitterman <scott@kitterman.com>
Wed, 17 Jan 2018 02:27:11 +0000 (02:27 +0000)
commit97c683028c39e88febe633424ef6b18105db6fcb
tree516cb6459ce9e6fdfe2af7b7e2c5c19174ebfdca
Import libnitrokey_3.2.orig.tar.gz

[dgit import orig libnitrokey_3.2.orig.tar.gz]
60 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.idea/codeStyleSettings.xml [new file with mode: 0644]
.idea/dictionaries/sz.xml [new file with mode: 0644]
.idea/vcs.xml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeSettings.json [new file with mode: 0644]
DeviceCommunicationExceptions.cpp [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NK_C_API.cc [new file with mode: 0644]
NK_C_API.h [new file with mode: 0644]
NitrokeyManager.cc [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
build/.gitignore [new file with mode: 0644]
command_id.cc [new file with mode: 0644]
device.cc [new file with mode: 0644]
include/CommandFailedException.h [new file with mode: 0644]
include/DeviceCommunicationExceptions.h [new file with mode: 0644]
include/LibraryException.h [new file with mode: 0644]
include/LongOperationInProgressException.h [new file with mode: 0644]
include/NitrokeyManager.h [new file with mode: 0644]
include/command.h [new file with mode: 0644]
include/command_id.h [new file with mode: 0644]
include/cxx_semantics.h [new file with mode: 0644]
include/device.h [new file with mode: 0644]
include/device_proto.h [new file with mode: 0644]
include/dissect.h [new file with mode: 0644]
include/hidapi/hidapi.h [new file with mode: 0644]
include/log.h [new file with mode: 0644]
include/misc.h [new file with mode: 0644]
include/stick10_commands.h [new file with mode: 0644]
include/stick10_commands_0.8.h [new file with mode: 0644]
include/stick20_commands.h [new file with mode: 0644]
libnitrokey.pc.in [new file with mode: 0644]
libnitrokey.pro [new file with mode: 0644]
log.cc [new file with mode: 0644]
misc.cc [new file with mode: 0644]
python_bindings_example.py [new file with mode: 0755]
unittest/build/libnitrokey.so [new symlink]
unittest/build/run.sh [new file with mode: 0755]
unittest/catch_main.cpp [new file with mode: 0644]
unittest/conftest.py [new file with mode: 0644]
unittest/constants.py [new file with mode: 0644]
unittest/misc.py [new file with mode: 0644]
unittest/requirements.txt [new file with mode: 0644]
unittest/setup_python_dependencies.sh [new file with mode: 0644]
unittest/test.cc [new file with mode: 0644]
unittest/test2.cc [new file with mode: 0644]
unittest/test3.cc [new file with mode: 0644]
unittest/test_C_API.cpp [new file with mode: 0644]
unittest/test_HOTP.cc [new file with mode: 0644]
unittest/test_command_ids_header.h [new file with mode: 0644]
unittest/test_issues.cc [new file with mode: 0644]
unittest/test_library.py [new file with mode: 0644]
unittest/test_offline.cc [new file with mode: 0644]
unittest/test_pro.py [new file with mode: 0644]
unittest/test_storage.py [new file with mode: 0644]