From 27d16d516d5c84aee5ef6ce278977a4fc3bcf836 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 31 May 2012 19:25:41 -0400 Subject: Implement init sec context mechglue wrapper --- proxy/src/mechglue/gss_plugin.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'proxy/src/mechglue/gss_plugin.h') 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_ */ -- cgit