summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/gss_plugin.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-05-31 18:52:14 -0400
committerSimo Sorce <simo@redhat.com>2012-10-25 15:53:30 -0400
commit9055bd85be28cff01932cf3982c84a3c5ceb135f (patch)
tree11f4fb70222926abb67b3f758ee5892acbe7c86a /proxy/src/mechglue/gss_plugin.h
parente97fcafdfd7237cb7f5e0450f142e7ded0325cc1 (diff)
downloadgss-proxy-9055bd85be28cff01932cf3982c84a3c5ceb135f.tar.gz
gss-proxy-9055bd85be28cff01932cf3982c84a3c5ceb135f.tar.xz
gss-proxy-9055bd85be28cff01932cf3982c84a3c5ceb135f.zip
Implement accept sec context mechglue wrappers
Diffstat (limited to 'proxy/src/mechglue/gss_plugin.h')
-rw-r--r--proxy/src/mechglue/gss_plugin.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gss_plugin.h b/proxy/src/mechglue/gss_plugin.h
index a713ecd..2a83658 100644
--- a/proxy/src/mechglue/gss_plugin.h
+++ b/proxy/src/mechglue/gss_plugin.h
@@ -194,4 +194,16 @@ OM_uint32 gssi_delete_sec_context(OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_buffer_t output_token);
+OM_uint32 gssi_accept_sec_context(OM_uint32 *minor_status,
+ gss_ctx_id_t *context_handle,
+ gss_cred_id_t acceptor_cred_handle,
+ gss_buffer_t input_token_buffer,
+ gss_channel_bindings_t input_chan_bindings,
+ gss_name_t *src_name,
+ gss_OID *mech_type,
+ gss_buffer_t output_token,
+ OM_uint32 *ret_flags,
+ OM_uint32 *time_rec,
+ gss_cred_id_t *delegated_cred_handle);
+
#endif /* _GSS_PLUGIN_H_ */