implement gss_localname

This commit is contained in:
Luke Howard
2011-10-08 12:15:09 +11:00
parent 1b03abb250
commit 07777511d1
8 changed files with 119 additions and 109 deletions

View File

@@ -1029,6 +1029,13 @@ GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_add_cred_with_password (
OM_uint32 * /*acceptor_time_rec*/
);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_localname(
OM_uint32 *minor,
const gss_name_t name,
const gss_OID mech_type,
gss_buffer_t localname);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_pname_to_uid(
OM_uint32 *minor,