Generic Security Services API Library Functions
gssreleaseoid(3GS)
NAME
gssreleaseoid - release an object identifier
SYNOPSIS
cc [ flag... ] file... -lgss [ library... ]
#include
gssreleaseoid(OMuint32 *minorstatus, const gssOID *oid);
DESCRIPTION
The gssreleaseoid() function deletes an OID. Such an OID
might have been created with gssstrtooid().
Since creating and deleting individual OIDs is discouraged,
it is preferable to use gssreleaseoidset() if it is
necessary to deallocate a set of OIDs.
PARAMETERS
The parameter descriptions for gssreleaseoid() are as fol-
lows:
minorstatus A mechanism-specific status code.
oid The object identifier of the mechanism to be
deleted.
ERORS
gssreleaseoid() returns one of the following status codes:
GSCOMPLETE Successful completion.
GSFAILURE The underlying mechanism detected an error
for which no specific GS status code is
defined. The mechanism-specific status
code reported by means of the minorstatus
parameter details the error condition.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 15 Jan 2003 1
Generic Security Services API Library Functions
gssreleaseoid(3GS)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWgss (32-bit)
SUNWgssx (64-bit)
MT Level Safe
SEE ALSO
gssreleaseoidset(3GS), gssstrtooid(3GS), attri-
butes(5)
Solaris Security for Developers Guide
WARNINGS
This function is included for compatibility only with pro-
grams using earlier versions of the GS-API and should not
be used for new programs. Other implementations of the GS-
API might not support this function, so portable programs
should not rely on it. Sun might not continue to support
this function.
SunOS 5.11 Last change: 15 Jan 2003 2
Generic Security Services API Library Functions
gssreleaseoid(3GS)
SunOS 5.11 Last change: 15 Jan 2003 3
|