Parse gss_init_sec_context parameters out of a JSON string
authorMark Donnelly <mark@painless-security.com>
Fri, 18 Apr 2014 12:49:33 +0000 (08:49 -0400)
committerMark Donnelly <mark@painless-security.com>
Fri, 18 Apr 2014 12:49:33 +0000 (08:49 -0400)
commit9313e0be56ac9b97709acf61388bcd4c94197162
tree1c509247bd5c257296a1af500817092e4a12806e
parentf393ce7f871fe749309edcdf4d9ce6ca1d531dd6
Parse gss_init_sec_context parameters out of a JSON string
17 files changed:
json_gssapi/CMakeLists.txt
json_gssapi/cmake_modules/FindCPPUNIT.cmake [new file with mode: 0644]
json_gssapi/src/CMakeLists.txt [new file with mode: 0644]
json_gssapi/src/GSSCommand.cpp [new file with mode: 0644]
json_gssapi/src/GSSCommand.h [new file with mode: 0644]
json_gssapi/src/GSSCreateSecContextCommand.cpp [new file with mode: 0644]
json_gssapi/src/GSSCreateSecContextCommand.h [new file with mode: 0644]
json_gssapi/src/util_json.cpp [new file with mode: 0644]
json_gssapi/src/util_json.h [new file with mode: 0644]
json_gssapi/test/CMakeLists.txt [new file with mode: 0644]
json_gssapi/test/GSSCreateSecContextTest.cpp [new file with mode: 0644]
json_gssapi/test/GSSCreateSecContextTest.h [new file with mode: 0644]
json_gssapi/test/InitSecContextMock.cpp [new file with mode: 0644]
json_gssapi/test/InitSecContextMock.h [new file with mode: 0644]
json_gssapi/test/JSONParseTest.cpp [new file with mode: 0644]
json_gssapi/test/JSONParseTest.h [new file with mode: 0644]
json_gssapi/test/test_run.cpp [new file with mode: 0644]