summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-22 01:23:40 -0400
committerSimo Sorce <simo@redhat.com>2012-03-22 02:33:52 -0400
commit402e927b928f5d51d36df72f69211fbc5a2136c8 (patch)
tree0714c7b4504ca2861973f748ab4ec4a69b34cbaa /x-files
parent1e99cc43f9f1983080b37bc5768a76dae0946183 (diff)
downloadgss-proxy-402e927b928f5d51d36df72f69211fbc5a2136c8.tar.gz
gss-proxy-402e927b928f5d51d36df72f69211fbc5a2136c8.tar.xz
gss-proxy-402e927b928f5d51d36df72f69211fbc5a2136c8.zip
Add option to request (or not) delegated credentials back
Diffstat (limited to 'x-files')
-rw-r--r--x-files/gss_proxy.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x
index d40201c..d3e5dd5 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -504,6 +504,7 @@ struct gssx_arg_accept_sec_context {
gssx_cred *cred_handle; /* absent -> GSS_C_NO_CREDENTIAL */
gssx_buffer input_token;
gssx_cb *input_cb; /* input channel bindings */
+ bool ret_deleg_cred; /* return delegated credentials */
gssx_option options<>;
};
struct gssx_res_accept_sec_context {