2 .\" Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH GSS_RELEASE_OID_SET 3GSS "Jan 15, 2003"
8 gss_release_oid_set \- free storage associated with a GSS-API-generated
13 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lgss\fR [ \fIlibrary\fR... ]
14 #include <gssapi/gssapi.h>
16 \fBOM_uint32\fR \fBgss_release_oid_set\fR(\fBOM_uint32 *\fR\fIminor_status\fR, \fBgss_OID_set *\fR\fIset\fR);
22 The \fBgss_release_oid_set()\fR function frees storage associated with a
23 \fBGSS-API\fR-generated \fBgss_OID_set\fR object. The \fIset\fR parameter must
24 refer to an \fBOID\fR-set that was returned from a \fBGSS-API\fR function. The
25 \fBgss_release_oid_set()\fR function will free the storage associated with each
26 individual member \fBOID\fR, the \fBOID\fR \fIset\fR's elements array, and
27 \fBgss_OID_set_desc\fR.
30 \fBgss_OID_set\fR is set to \fBGSS_C_NO_OID_SET\fR on successful completion of
35 The parameter descriptions for \fBgss_release_oid_set()\fR follow:
39 \fB\fIminor_status\fR\fR
42 A mechanism-specific status code
51 Storage associated with the \fBgss_OID_set\fR will be deleted
57 The \fBgss_release_oid_set()\fR function may return the following status codes:
61 \fB\fBGSS_S_COMPLETE\fR\fR
70 \fB\fBGSS_S_FAILURE\fR\fR
73 The underlying mechanism detected an error for which no specific \fBGSS\fR
74 status code is defined. The mechanism-specific status code reported by means
75 of the \fIminor_status\fR parameter details the error condition.
81 See \fBattributes\fR(5) for descriptions of the following attributes:
89 ATTRIBUTE TYPE ATTRIBUTE VALUE
100 \fISolaris Security for Developers Guide\fR