summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/gss_plugin.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-05-31 19:25:41 -0400
committerSimo Sorce <simo@redhat.com>2012-10-25 15:53:30 -0400
commit27d16d516d5c84aee5ef6ce278977a4fc3bcf836 (patch)
tree167f85c09ed612889d6774ee566874c435dab483 /proxy/src/mechglue/gss_plugin.h
parent9055bd85be28cff01932cf3982c84a3c5ceb135f (diff)
downloadgss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.tar.gz
gss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.tar.xz
gss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.zip
Implement init sec context mechglue wrapper
Diffstat (limited to 'proxy/src/mechglue/gss_plugin.h')
-rw-r--r--proxy/src/mechglue/gss_plugin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gss_plugin.h b/proxy/src/mechglue/gss_plugin.h
index 2a83658..afc244e 100644
--- a/proxy/src/mechglue/gss_plugin.h
+++ b/proxy/src/mechglue/gss_plugin.h
@@ -206,4 +206,18 @@ OM_uint32 gssi_accept_sec_context(OM_uint32 *minor_status,
OM_uint32 *time_rec,
gss_cred_id_t *delegated_cred_handle);
+OM_uint32 gssi_init_sec_context(OM_uint32 *minor_status,
+ gss_cred_id_t claimant_cred_handle,
+ gss_ctx_id_t *context_handle,
+ gss_name_t target_name,
+ gss_OID mech_type,
+ OM_uint32 req_flags,
+ OM_uint32 time_req,
+ gss_channel_bindings_t input_cb,
+ gss_buffer_t input_token,
+ gss_OID *actual_mech_type,
+ gss_buffer_t output_token,
+ OM_uint32 *ret_flags,
+ OM_uint32 *time_rec);
+
#endif /* _GSS_PLUGIN_H_ */