Import libnitrokey_3.3.orig.tar.gz
authorScott Kitterman <scott@kitterman.com>
Mon, 30 Apr 2018 04:05:05 +0000 (05:05 +0100)
committerScott Kitterman <scott@kitterman.com>
Mon, 30 Apr 2018 04:05:05 +0000 (05:05 +0100)
commitc776bf4410c2938872a3e518b260a38077bd8859
tree1daac94195bace5c86b273bc237591eab614825c
Import libnitrokey_3.3.orig.tar.gz

[dgit import orig libnitrokey_3.3.orig.tar.gz]
63 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]
data/41-nitrokey.rules [new file with mode: 0644]
device.cc [new file with mode: 0644]
libnitrokey.pc.in [new file with mode: 0644]
libnitrokey.pro [new file with mode: 0644]
libnitrokey/CommandFailedException.h [new file with mode: 0644]
libnitrokey/DeviceCommunicationExceptions.h [new file with mode: 0644]
libnitrokey/LibraryException.h [new file with mode: 0644]
libnitrokey/LongOperationInProgressException.h [new file with mode: 0644]
libnitrokey/NitrokeyManager.h [new file with mode: 0644]
libnitrokey/command.h [new file with mode: 0644]
libnitrokey/command_id.h [new file with mode: 0644]
libnitrokey/cxx_semantics.h [new file with mode: 0644]
libnitrokey/device.h [new file with mode: 0644]
libnitrokey/device_proto.h [new file with mode: 0644]
libnitrokey/dissect.h [new file with mode: 0644]
libnitrokey/hidapi/hidapi.h [new file with mode: 0644]
libnitrokey/log.h [new file with mode: 0644]
libnitrokey/misc.h [new file with mode: 0644]
libnitrokey/stick10_commands.h [new file with mode: 0644]
libnitrokey/stick10_commands_0.8.h [new file with mode: 0644]
libnitrokey/stick20_commands.h [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_multiple.py [new file with mode: 0644]
unittest/test_multiple_devices.cc [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]