diff options
author | Simo Sorce <simo@redhat.com> | 2012-08-22 17:08:44 +0200 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:09:29 -0400 |
commit | cad073f22f162e92984d3bf02be6f35951958cc9 (patch) | |
tree | ca8e977eaee39c5a7168895db8dd2b99f0ff4cc0 /proxy/src/client/gssapi_gpm.h | |
parent | f36d814f2f87cd8eee057bf8426eb3dd40c443f1 (diff) | |
download | gss-proxy-cad073f22f162e92984d3bf02be6f35951958cc9.tar.gz gss-proxy-cad073f22f162e92984d3bf02be6f35951958cc9.tar.xz gss-proxy-cad073f22f162e92984d3bf02be6f35951958cc9.zip |
Implement gpm_compare_name
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r-- | proxy/src/client/gssapi_gpm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index fa998fc..8451f5f 100644 --- a/proxy/src/client/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h @@ -158,6 +158,10 @@ OM_uint32 gpm_inquire_name(OM_uint32 *minor_status, int *name_is_NM, gss_OID *NM_mech, gss_buffer_set_t *attrs); +OM_uint32 gpm_compare_name(OM_uint32 *minor_status, + gssx_name *name1, + gssx_name *name2, + int *name_equal); OM_uint32 gpm_init_sec_context(OM_uint32 *minor_status, gss_cred_id_t claimant_cred_handle, |