skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: GSSAPI (Generic Security Services Application... GSSAPI (Generic Security Services Application...
go to previous page: gss_release_cred  Mark a credential for deletion gss_release_cred Mark a credential for deletion
go to next page: gss_release_oid_set  Free storage associated with a gss_OID_set objectgss_release_oid_set Free storage associated with a gss_OID_set...
end of book navigation links

gss_release_name -- Free storage associated with an internal name that was allocated by a GSSAPI routine 



C Prototype 

OM_uint32 gss_release_name(
      OM_uint32          minor_status,
      gss_name_t         input_name );

Arguments 

minor_status
(output)
 An implementation-specific status code.
input_name (input/output) The name to be deleted.

Description 

This routine frees GSSAPI allocated storage associated with an internal form name.

Return Values 

This routine returns one of the following GSS status codes:

GSS_S_COMPLETE
Successful completion.
GSS_S_BAD_NAME
The input_name argument did not contain a valid name.


go to previous page: gss_release_cred  Mark a credential for deletion gss_release_cred Mark a credential for deletion
go to next page: gss_release_oid_set  Free storage associated with a gss_OID_set objectgss_release_oid_set Free storage associated with a gss_OID_set...