Import libnitrokey_3.4.1.orig.tar.gz
authorScott Kitterman <scott@kitterman.com>
Fri, 7 Dec 2018 06:34:51 +0000 (06:34 +0000)
committerScott Kitterman <scott@kitterman.com>
Fri, 7 Dec 2018 06:34:51 +0000 (06:34 +0000)
commita523609d3396cb9d12c00ee09fa9a19192f1a933
treebc9a32697b7805b48ed746b6b08653cd5fd821cc
Import libnitrokey_3.4.1.orig.tar.gz

[dgit import orig libnitrokey_3.4.1.orig.tar.gz]
69 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/deprecated.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]
libnitrokey/version.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/test1.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_minimal.c [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]
unittest/test_strdup.cpp [new file with mode: 0644]
version.cc [new file with mode: 0644]
version.cc.in [new file with mode: 0644]