document gss_krb5_extract_authz_data_from_sec_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12715 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
.Nm gss_inquire_names_for_mech ,
|
||||
.Nm gss_krb5_copy_ccache ,
|
||||
.Nm gss_krb5_compat_des3_mic ,
|
||||
.Nm gss_krb5_extract_authz_data_from_sec_context ,
|
||||
.Nm gss_process_context_token ,
|
||||
.Nm gss_release_buffer ,
|
||||
.Nm gss_release_cred ,
|
||||
@@ -290,6 +291,13 @@ GSS-API library (libgssapi, -lgssapi)
|
||||
.Fa "int onoff"
|
||||
.Fc
|
||||
.Ft OM_uint32
|
||||
.Fo gss_krb5_extract_authz_data_from_sec_context
|
||||
.Fa "OM_uint32 *minor_status"
|
||||
.Fa "gss_ctx_id_t context_handle"
|
||||
.Fa "int ad_type"
|
||||
.Fa "gss_buffer_t ad_data"
|
||||
.Fc
|
||||
.Ft OM_uint32
|
||||
.Fo gss_process_context_token
|
||||
.Fa "OM_uint32 * minor_status"
|
||||
.Fa "const gss_ctx_id_t context_handle"
|
||||
@@ -578,6 +586,15 @@ The acceptor receives the delegated token in the last argument to
|
||||
.Fn gsskrb5_register_acceptor_identity
|
||||
sets the Kerberos 5 principal that the acceptor will use.
|
||||
.Pp
|
||||
.Fn gss_krb5_extract_authz_data_from_sec_context
|
||||
extracts the Kerberos authorizationdata that may be stored within the
|
||||
context.
|
||||
Tha caller must free the returned buffer
|
||||
.Fa ad_data
|
||||
with
|
||||
.Fn gss_release_buffer
|
||||
upon success.
|
||||
.Pp
|
||||
.Fn gss_krb5_compat_des3_mic
|
||||
turns on or off the compatibly with older version of Heimdal using
|
||||
des3 get and verify mic, this is way to programmatically set the
|
||||
|
@@ -61,6 +61,7 @@
|
||||
.Nm gss_inquire_names_for_mech ,
|
||||
.Nm gss_krb5_copy_ccache ,
|
||||
.Nm gss_krb5_compat_des3_mic ,
|
||||
.Nm gss_krb5_extract_authz_data_from_sec_context ,
|
||||
.Nm gss_process_context_token ,
|
||||
.Nm gss_release_buffer ,
|
||||
.Nm gss_release_cred ,
|
||||
@@ -290,6 +291,13 @@ GSS-API library (libgssapi, -lgssapi)
|
||||
.Fa "int onoff"
|
||||
.Fc
|
||||
.Ft OM_uint32
|
||||
.Fo gss_krb5_extract_authz_data_from_sec_context
|
||||
.Fa "OM_uint32 *minor_status"
|
||||
.Fa "gss_ctx_id_t context_handle"
|
||||
.Fa "int ad_type"
|
||||
.Fa "gss_buffer_t ad_data"
|
||||
.Fc
|
||||
.Ft OM_uint32
|
||||
.Fo gss_process_context_token
|
||||
.Fa "OM_uint32 * minor_status"
|
||||
.Fa "const gss_ctx_id_t context_handle"
|
||||
@@ -578,6 +586,15 @@ The acceptor receives the delegated token in the last argument to
|
||||
.Fn gsskrb5_register_acceptor_identity
|
||||
sets the Kerberos 5 principal that the acceptor will use.
|
||||
.Pp
|
||||
.Fn gss_krb5_extract_authz_data_from_sec_context
|
||||
extracts the Kerberos authorizationdata that may be stored within the
|
||||
context.
|
||||
Tha caller must free the returned buffer
|
||||
.Fa ad_data
|
||||
with
|
||||
.Fn gss_release_buffer
|
||||
upon success.
|
||||
.Pp
|
||||
.Fn gss_krb5_compat_des3_mic
|
||||
turns on or off the compatibly with older version of Heimdal using
|
||||
des3 get and verify mic, this is way to programmatically set the
|
||||
|
Reference in New Issue
Block a user