initial tests and drafts master
authorKonrad Rosenbaum <konrad@silmor.de>
Wed, 19 Nov 2014 21:42:23 +0000 (22:42 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Wed, 19 Nov 2014 21:42:23 +0000 (22:42 +0100)
commitf2cd670d7e76f7daad83fc7dc4b5317c383f37a5
treeaed5ab25b390c19a1c8eda7b3dfc8e3ad0315f42
initial tests and drafts
26 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
COPYING.GPL [new file with mode: 0644]
COPYING.MIT [new file with mode: 0644]
README [new file with mode: 0644]
daemon/hidtoken/u2f.h [new file with mode: 0644]
daemon/hidtoken/u2f_hid.h [new file with mode: 0644]
doc/arch-diagram.odg [new file with mode: 0644]
doc/arch-diagram.png [new file with mode: 0644]
doc/gpl3.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/mit.html [new file with mode: 0644]
hidapi [new submodule]
libfido/libfido.h [new file with mode: 0644]
testapp/Makefile [new file with mode: 0644]
testapp/fidodevice.c [new file with mode: 0644]
testapp/fidodevice.h [new file with mode: 0644]
testapp/hidapi_report.c [new file with mode: 0644]
testapp/hidapi_report.h [new file with mode: 0644]
testapp/hidapi_usage.c [new file with mode: 0644]
testapp/hidapi_usage.h [new file with mode: 0644]
testapp/main.c [new file with mode: 0644]
testapp/scanfordev.c [new file with mode: 0644]
testapp/scanfordev.h [new file with mode: 0644]
testapp/u2f.h [new file with mode: 0644]
testapp/u2f_hid.h [new file with mode: 0644]