diff options
author | Simo Sorce <simo@redhat.com> | 2012-07-23 18:36:35 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-08-23 17:11:36 +0200 |
commit | a70aaae882ae28212eeab4d3727ab9daa57ec6a0 (patch) | |
tree | 7f4d02ee588c0e4ab0fce2bbb89dc8c2d2d1cb47 /proxy/src/client/gssapi_gpm.h | |
parent | d79dd868e4c27e57c39d4a47b6f5592ea0b7b9e5 (diff) | |
download | gss-proxy-a70aaae882ae28212eeab4d3727ab9daa57ec6a0.tar.gz gss-proxy-a70aaae882ae28212eeab4d3727ab9daa57ec6a0.tar.xz gss-proxy-a70aaae882ae28212eeab4d3727ab9daa57ec6a0.zip |
Implement gpm_inquire_context
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r-- | proxy/src/client/gssapi_gpm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index 2a7ed44..fa998fc 100644 --- a/proxy/src/client/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h @@ -172,4 +172,14 @@ OM_uint32 gpm_init_sec_context(OM_uint32 *minor_status, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec); + +OM_uint32 gpm_inquire_context(OM_uint32 *minor_status, + gssx_ctx *context_handle, + gssx_name **src_name, + gssx_name **targ_name, + OM_uint32 *lifetime_rec, + gss_OID *mech_type, + OM_uint32 *ctx_flags, + int *locally_initiated, + int *open); #endif /* _GSSAPI_GPM_H_ */ |