Return the GSS error status messages back with every invocation of the GSSImportName...
authorMark Donnelly <mark@painless-security.com>
Fri, 3 Oct 2014 20:14:43 +0000 (16:14 -0400)
committerMark Donnelly <mark@painless-security.com>
Fri, 3 Oct 2014 20:14:43 +0000 (16:14 -0400)
commitd2c515065330ceddc3b81ea28fa0837d7a0d85d4
tree16ae25763d4429315e5f9af67566d80b40d1ed27
parent43cde1dd57380a2a2795b97855ec385ccba020fd
Return the GSS error status messages back with every invocation of the GSSImportName function.
json_gssapi/CMakeLists.txt
json_gssapi/json_protocol.txt
json_gssapi/src/commands/GSSImportName.cpp
json_gssapi/src/commands/GSSImportName.h
json_gssapi/src/datamodel/GSSDisplayStatus.cpp [new file with mode: 0644]
json_gssapi/src/datamodel/GSSDisplayStatus.h [new file with mode: 0644]
json_gssapi/test/CMakeLists.txt