gss_create_empty_oid_set(3) — Subroutines
NAME
gss_create_empty_oid_set − Eatablish an OID set containing no OIDs.
SYNOPSIS
#include <gssapi/gssapi.h>
OM_uint32 gss_create_empty_oid_set(
OM_uint32 ∗ minor_status,
gss_OID_set ∗ oid_set );
PARAMETERS
minor_status
Kerberos 5 error code.
oid_setThe empty OID set created. Storage associated with the OID set and its contents must be freed after use by the application with a call to gss_release_oid_set().
DESCRIPTION
The gss_create_empty_oid_set() function establishes an OID set containing no object identifiers. Use this function in conjunction with gss_add_oid_set_member() to construct a set of OIDs for Kerberos 5 that is input to gss_acquire_cred().
RETURN VALUES
| GSS_S_CALL_INACCESSIBLE_READ | 01xxxxxx |
| GSS_S_CALL_INACCESSIBLE_WRITE | 02xxxxxx |
| GSS_S_COMPLETE | 00000000 |
| GSS_S_FAILURE | xx0Dxxxx |
SEE ALSO
Functions: gss_acquire_cred(3), gss_add_oid_set_member(3), gss_release_oid_set(3), gss_test_oid_set_member(3)