summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gssapi_gpm.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-08-22 17:08:44 +0200
committerSimo Sorce <simo@redhat.com>2012-08-23 17:11:36 +0200
commit2e9cd6eb03bd15b57ebb0cac099a0071819eb595 (patch)
tree75e0a8c5ae00ca067d2d0616999d8c4bf238fa9c /proxy/src/client/gssapi_gpm.h
parenta70aaae882ae28212eeab4d3727ab9daa57ec6a0 (diff)
downloadgss-proxy-2e9cd6eb03bd15b57ebb0cac099a0071819eb595.tar.gz
gss-proxy-2e9cd6eb03bd15b57ebb0cac099a0071819eb595.tar.xz
gss-proxy-2e9cd6eb03bd15b57ebb0cac099a0071819eb595.zip
Implement gpm_compare_name
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r--proxy/src/client/gssapi_gpm.h4
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,