JSON Marshalling, updates from code review
authorMark Donnelly <mark@painless-security.com>
Tue, 22 Apr 2014 19:30:11 +0000 (15:30 -0400)
committerMark Donnelly <mark@painless-security.com>
Tue, 22 Apr 2014 19:30:11 +0000 (15:30 -0400)
commit422cdc24e7417925af7572253ae78020146e6f29
tree339508ee0ee554b356ac146fea36209e92cf6288
parent9313e0be56ac9b97709acf61388bcd4c94197162
JSON Marshalling, updates from code review

* Implement JSON Marshalling in GSSCreateSecContext.
* Implement GSSException class
* Remove malloc()'d memory management in GSSCreateSecContext
* Change the expected JSON data structure as input to
  GSSCreateSecContext.
13 files changed:
json_gssapi/CMakeLists.txt
json_gssapi/src/GSSCommand.h
json_gssapi/src/GSSCreateSecContextCommand.cpp
json_gssapi/src/GSSCreateSecContextCommand.h
json_gssapi/src/GSSException.cpp [new file with mode: 0644]
json_gssapi/src/GSSException.h [new file with mode: 0644]
json_gssapi/test/CMakeLists.txt
json_gssapi/test/GSSCreateSecContextTest.cpp
json_gssapi/test/GSSCreateSecContextTest.h
json_gssapi/test/GSSExceptionTest.cpp [new file with mode: 0644]
json_gssapi/test/GSSExceptionTest.h [new file with mode: 0644]
json_gssapi/test/InitSecContextMock.cpp
json_gssapi/test/InitSecContextMock.h