kernel: bwrite_common's 3rd & 4th args can be bools
[unleashed.git] / share / man / man3lib / libgss.3lib
blob829630bd6bfc447e5486b268b9572402e8509d54
1 '\" te
2 .\" Copyright (C) 2009, 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. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  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
5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBGSS 3LIB "Aug 2, 2009"
7 .SH NAME
8 libgss \- Generic Security Services library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lgss\fR [ \fIlibrary\fR... ]
13 #include <\fBgssapi/gssapi.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The functions in this library are the routines that comprise the Generic
20 Security Services library.
21 .sp
22 .LP
23 When \fBlibgss\fR fails to load or initialize a mechanism listed in
24 \fB/etc/gss/mech\fR, a message is sent to \fBsyslog\fR(3C).
25 .SH INTERFACES
26 .sp
27 .LP
28 The shared object \fBlibgss.so.1\fR provides the public interfaces defined
29 below. See \fBIntro\fR(3) for additional information on shared object
30 interfaces.
31 .sp
33 .sp
34 .TS
35 l l
36 l l .
37 \fBGSS_C_NT_ANONYMOUS\fR        \fBGSS_C_NT_EXPORT_NAME\fR
38 \fBGSS_C_NT_HOSTBASED_SERVICE\fR        \fBGSS_C_NT_MACHINE_UID_NAME\fR
39 \fBGSS_C_NT_STRING_UID_NAME\fR  \fBGSS_C_NT_USER_NAME\fR
40 \fBgss_accept_sec_context\fR    \fBgss_acquire_cred\fR
41 \fBgss_add_cred\fR      \fBgss_add_oid_set_member\fR
42 \fBgss_canonicalize_name\fR     \fBgss_compare_name\fR
43 \fBgss_context_time\fR  \fBgss_create_empty_oid_set\fR
44 \fBgss_delete_sec_context\fR    \fBgss_display_name\fR
45 \fBgss_display_status\fR        \fBgss_duplicate_name\fR
46 \fBgss_export_name\fR   \fBgss_export_sec_context\fR
47 \fBgss_get_mic\fR       \fBgss_import_name\fR
48 \fBgss_import_sec_context\fR    \fBgss_indicate_mechs\fR
49 \fBgss_init_sec_context\fR      \fBgss_inquire_context\fR
50 \fBgss_inquire_cred\fR  \fBgss_inquire_cred_by_mech\fR
51 \fBgss_inquire_mechs_for_name\fR        \fBgss_inquire_names_for_mech\fR
52 \fBgss_process_context_token\fR \fBgss_release_buffer\fR
53 \fBgss_release_cred\fR  \fBgss_release_name\fR
54 \fBgss_release_oid\fR   \fBgss_release_oid_set\fR
55 \fBgss_seal\fR  \fBgss_sign\fR
56 \fBgss_store_cred\fR    \fBgss_test_oid_set_member\fR
57 \fBgss_unseal\fR        \fBgss_unwrap\fR
58 \fBgss_verify\fR        \fBgss_verify_mic\fR
59 \fBgss_wrap\fR  \fBgss_wrap_size_limit\fR
60 .TE
62 .sp
63 .LP
64 There are also the following extensions to the official GSS-API, defined in
65 \fB<gssapi/gssapi_ext.h>\fR.
66 .sp
68 .sp
69 .TS
70 l l
71 l l .
72 \fBgss_add_buffer_set_member\fR \fBgss_create_empty_buffer_set\fR
73 \fBgss_inquire_sec_context_by_oid\fR    \fBgss_release_buffer_set\fR
74 .TE
76 .SH FILES
77 .sp
78 .ne 2
79 .na
80 \fB\fB/usr/lib/libgss.so.1\fR\fR
81 .ad
82 .RS 27n
83 shared object
84 .RE
86 .sp
87 .ne 2
88 .na
89 \fB\fB/usr/lib/64/libgss.so.1\fR\fR
90 .ad
91 .RS 27n
92 64-bit shared object file
93 .RE
95 .SH ATTRIBUTES
96 .sp
97 .LP
98 See \fBattributes\fR(5) for descriptions of the following attributes:
99 .sp
103 box;
104 c | c
105 l | l .
106 ATTRIBUTE TYPE  ATTRIBUTE VALUE
108 MT-Level        Safe
111 .SH SEE ALSO
114 \fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBsyslog\fR(3C),
115 \fBattributes\fR(5)
118 \fISolaris Security for Developers Guide\fR