xref: /illumos-gate/usr/src/man/man3gss/gss_inquire_names_for_mech.3gss (revision ed093b41a93e8563e6e1e5dae0768dda2a7bcc27)
te
Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
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.
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.
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]
GSS_INQUIRE_NAMES_FOR_MECH 3GSS "Jan 15, 2003"
NAME
gss_inquire_names_for_mech - list the name-types supported by the specified mechanism
SYNOPSIS

cc [flag .\|.\|.] file.\|.\|. -lgss [library .\|.\|.]
#include <gssapi/gssapi.h>

OM_uint32 gss_inquire_names_for_mech(OM_uint32 *minor_status,
 const gss_OID mechanism,gss_OID_set *name_types);
DESCRIPTION

The gss_inquire_names_for_mech() function returns the set of name-types supported by the specified mechanism.

PARAMETERS

The parameter descriptions for gss_inquire_names_for_mech() follow: minor_status

A mechanism-specific status code.

mechanism

The mechanism to be interrogated.

name_types

Set of name-types supported by the specified mechanism. The returned OID set must be freed by the application after use with a call to gss_release_oid_set(3GSS).

ERRORS

The gss_inquire_names_for_mech() function may return the following values: GSS_S_COMPLETE

Successful completion.

GSS_S_FAILURE

The underlying mechanism detected an error for which no specific GSS status code is defined. The mechanism-specific status code reported by means of the minor_status parameter details the error condition.

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level Safe
SEE ALSO

gss_release_oid_set (3GSS), attributes (7)

Solaris Security for Developers Guide