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"
8 libgss \- Generic Security Services library
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lgss\fR [ \fIlibrary\fR... ]
13 #include <\fBgssapi/gssapi.h\fR>
19 The functions in this library are the routines that comprise the Generic
20 Security Services library.
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).
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
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
64 There are also the following extensions to the official GSS-API, defined in
65 \fB<gssapi/gssapi_ext.h>\fR.
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
80 \fB\fB/usr/lib/libgss.so.1\fR\fR
89 \fB\fB/usr/lib/64/libgss.so.1\fR\fR
92 64-bit shared object file
98 See \fBattributes\fR(5) for descriptions of the following attributes:
106 ATTRIBUTE TYPE ATTRIBUTE VALUE
114 \fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBsyslog\fR(3C),
118 \fISolaris Security for Developers Guide\fR