Add command to display an existing GSS name; avoid truncating the output_token from...
authorMark Donnelly <mark@painless-security.com>
Wed, 5 Nov 2014 20:05:01 +0000 (15:05 -0500)
committerMark Donnelly <mark@painless-security.com>
Wed, 5 Nov 2014 20:05:01 +0000 (15:05 -0500)
commit68e59e56771c3b6bef77ed5b9786077ac0679834
tree4a104211c7be9db65db3b04dc52e5fafe66ebaad
parent1c080b837bb6393fca0ec181b7938ad95ee17959
Add command to display an existing GSS name; avoid truncating the output_token from gss_init_sec_context.
chrome/app/navigator.gss.js
chrome/test/test.html
json_gssapi/CMakeLists.txt
json_gssapi/src/GSSRequest.cpp
json_gssapi/src/commands/GSSDisplayName.cpp [new file with mode: 0644]
json_gssapi/src/commands/GSSDisplayName.h [new file with mode: 0644]
json_gssapi/src/commands/GSSInitSecContext.cpp