first somewhat working version.
authorLoïc Collignon <loic.collignon@iot.bzh>
Tue, 11 Jul 2017 04:36:33 +0000 (06:36 +0200)
committerLoïc Collignon <loic.collignon@iot.bzh>
Tue, 11 Jul 2017 04:36:33 +0000 (06:36 +0200)
commit0455a7401f9f0f9bfad82c5ddf04f7dd70b0b852
tree819bc150cb62c8eb344656086bbb52892f5288b8
parent66b90d26cfd555b2aa5fef67d31e539a70256719
first somewhat working version.

Change-Id: I3101dc6b8add87eccac3bbf177b1320137f72463
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
30 files changed:
.gitmodules [new file with mode: 0644]
CMakeLists.txt [deleted file]
binding/CMakeLists.txt [deleted file]
binding/identity-binding.c [deleted file]
conf.d/app-templates [new submodule]
idkey/CMakeLists.txt [new file with mode: 0644]
idkey/main.c [new file with mode: 0644]
ll-auth-binding/CMakeLists.txt [new file with mode: 0644]
ll-auth-binding/conf.d/cmake/config.cmake [new file with mode: 0644]
ll-auth-binding/htdocs/AFB-websock.js [new file with mode: 0644]
ll-auth-binding/htdocs/CMakeLists.txt [new file with mode: 0644]
ll-auth-binding/htdocs/IdentityBinding.js [new file with mode: 0644]
ll-auth-binding/htdocs/auth.html [new file with mode: 0644]
ll-auth-binding/htdocs/index.html [new file with mode: 0644]
ll-auth-binding/src/CMakeLists.txt [new file with mode: 0644]
ll-auth-binding/src/export.map [new file with mode: 0644]
ll-auth-binding/src/ll-auth-binding.c [new file with mode: 0644]
ll-auth-binding/start.sh [new file with mode: 0755]
ll-store-binding/CMakeLists.txt [new file with mode: 0644]
ll-store-binding/conf.d/cmake/config.cmake [new file with mode: 0644]
ll-store-binding/src/CMakeLists.txt [new file with mode: 0644]
ll-store-binding/src/export.map [new file with mode: 0644]
ll-store-binding/src/ll-store-binding.c [new file with mode: 0644]
ll-store-binding/start.sh [new file with mode: 0755]
ll-store-binding/store.sh [new file with mode: 0755]
pam/CMakeLists.txt [deleted file]
pam/agl-identity-usbstick-pam.c [deleted file]
pam_agl/CMakeLists.txt [new file with mode: 0644]
pam_agl/pam_agl.c [new file with mode: 0644]
samples/etc/udev/rules.d/99-agl-identity.rules [deleted file]