1gss_inquire_namesG_efnoerr_imcecShe(c3uGrSiSt)y Services API Lgisbsr_airnyquFiurnec_tniaomness_for_mech(3GSS)
2
3
4
6 gss_inquire_names_for_mech - list the name-types supported by the spec‐
7 ified mechanism
8
10 cc [flag ...] file... -lgss [library ...]
11 #include <gssapi/gssapi.h>
12
13 OM_uint32 gss_inquire_names_for_mech(OM_uint32 *minor_status,
14 const gss_OID mechanism,gss_OID_set *name_types);
15
16
18 The gss_inquire_names_for_mech() function returns the set of name-types
19 supported by the specified mechanism.
20
22 The parameter descriptions for gss_inquire_names_for_mech() follow:
23
24 minor_status A mechanism-specific status code.
25
26
27 mechanism The mechanism to be interrogated.
28
29
30 name_types Set of name-types supported by the specified mechanism.
31 The returned OID set must be freed by the application
32 after use with a call to gss_release_oid_set(3GSS).
33
34
36 The gss_inquire_names_for_mech() function may return the following val‐
37 ues:
38
39 GSS_S_COMPLETE Successful completion.
40
41
42 GSS_S_FAILURE The underlying mechanism detected an error for which
43 no specific GSS status code is defined. The mecha‐
44 nism-specific status code reported by means of the
45 minor_status parameter details the error condition.
46
47
49 See attributes(5) for descriptions of the following attributes:
50
51
52
53
54 ┌─────────────────────────────┬─────────────────────────────┐
55 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
56 ├─────────────────────────────┼─────────────────────────────┤
57 │Availability │SUNWgss (32-bit) │
58 ├─────────────────────────────┼─────────────────────────────┤
59 │ │SUNWgssx (64-bit) │
60 ├─────────────────────────────┼─────────────────────────────┤
61 │MT-Level │Safe │
62 └─────────────────────────────┴─────────────────────────────┘
63
65 gss_release_oid_set(3GSS), attributes(5)
66
67
68 Solaris Security for Developers Guide
69
70
71
72SunOS 5.11 15 Jan 2003 gss_inquire_names_for_mech(3GSS)