xref: /illumos-gate/usr/src/lib/libgss/mapfile-vers (revision 8222814e)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23*8222814eSRichard Lowe# Copyright 2011 Nexenta Systems, Inc.	All rights reserved.
24f808c858Sraf#
25bfed486aSAli Bahrami
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38f808c858Sraf#
39cd3e9333SAli Bahrami
40cd3e9333SAli Bahrami$mapfile_version 2
41cd3e9333SAli Bahrami
42cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.3 {
437ed9a350SGlenn Barry    global:
447ed9a350SGlenn Barry	gss_add_buffer_set_member;
457ed9a350SGlenn Barry	gss_create_empty_buffer_set;
46*8222814eSRichard Lowe	GSS_C_INQ_SSPI_SESSION_KEY	{
47*8222814eSRichard Lowe					  ASSERT = {
48*8222814eSRichard Lowe						  TYPE = OBJECT;
49*8222814eSRichard Lowe						  SIZE = addrsize;
50*8222814eSRichard Lowe						};
51*8222814eSRichard Lowe					};
527ed9a350SGlenn Barry	gss_inquire_sec_context_by_oid;
537ed9a350SGlenn Barry	gss_release_buffer_set;
547ed9a350SGlenn Barry} SUNW_1.2;
55f808c858Sraf
56cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2 {
57f808c858Sraf    global:
58f808c858Sraf	gss_accept_sec_context;
59f808c858Sraf	gss_acquire_cred;
60f808c858Sraf	gss_acquire_cred_with_password;
61f808c858Sraf	gss_add_cred;
62f808c858Sraf	gss_add_cred_with_password;
63f808c858Sraf	gss_add_oid_set_member;
64f808c858Sraf	gss_canonicalize_name;
65*8222814eSRichard Lowe	GSS_C_NT_ANONYMOUS		{
66*8222814eSRichard Lowe					  ASSERT = {
67*8222814eSRichard Lowe						  TYPE = OBJECT;
68*8222814eSRichard Lowe						  SIZE = addrsize;
69*8222814eSRichard Lowe						};
70*8222814eSRichard Lowe					};
71*8222814eSRichard Lowe	GSS_C_NT_EXPORT_NAME		{
72*8222814eSRichard Lowe					  ASSERT = {
73*8222814eSRichard Lowe						  TYPE = OBJECT;
74*8222814eSRichard Lowe						  SIZE = addrsize;
75*8222814eSRichard Lowe						};
76*8222814eSRichard Lowe					};
77*8222814eSRichard Lowe	GSS_C_NT_HOSTBASED_SERVICE	{
78*8222814eSRichard Lowe					  ASSERT = {
79*8222814eSRichard Lowe						  TYPE = OBJECT;
80*8222814eSRichard Lowe						  SIZE = addrsize;
81*8222814eSRichard Lowe						};
82*8222814eSRichard Lowe					};
83*8222814eSRichard Lowe	GSS_C_NT_MACHINE_UID_NAME	{
84*8222814eSRichard Lowe					  ASSERT = {
85*8222814eSRichard Lowe						  TYPE = OBJECT;
86*8222814eSRichard Lowe						  SIZE = addrsize;
87*8222814eSRichard Lowe						};
88*8222814eSRichard Lowe					};
89*8222814eSRichard Lowe	GSS_C_NT_STRING_UID_NAME	{
90*8222814eSRichard Lowe					  ASSERT = {
91*8222814eSRichard Lowe						  TYPE = OBJECT;
92*8222814eSRichard Lowe						  SIZE = addrsize;
93*8222814eSRichard Lowe						};
94*8222814eSRichard Lowe					};
95*8222814eSRichard Lowe	GSS_C_NT_USER_NAME		{
96*8222814eSRichard Lowe					  ASSERT = {
97*8222814eSRichard Lowe						  TYPE = OBJECT;
98*8222814eSRichard Lowe						  SIZE = addrsize;
99*8222814eSRichard Lowe						};
100*8222814eSRichard Lowe					};
101f808c858Sraf	gss_compare_name;
102f808c858Sraf	gss_context_time;
103f808c858Sraf	gss_create_empty_oid_set;
104f808c858Sraf	gss_delete_sec_context;
105f808c858Sraf	gss_display_name;
106f808c858Sraf	gss_display_status;
107f808c858Sraf	gss_duplicate_name;
108f808c858Sraf	gss_export_name;
109f808c858Sraf	gss_export_sec_context;
110f808c858Sraf	gss_get_mic;
111f808c858Sraf	gss_import_name;
112f808c858Sraf	gss_import_sec_context;
113f808c858Sraf	gss_indicate_mechs;
114f808c858Sraf	gss_init_sec_context;
115f808c858Sraf	gss_inquire_context;
116f808c858Sraf	gss_inquire_cred;
117f808c858Sraf	gss_inquire_cred_by_mech;
118f808c858Sraf	gss_inquire_mechs_for_name;
119f808c858Sraf	gss_inquire_names_for_mech;
120f808c858Sraf	gss_process_context_token;
121f808c858Sraf	gss_release_buffer;
122f808c858Sraf	gss_release_cred;
123f808c858Sraf	gss_release_name;
124f808c858Sraf	gss_release_oid;
125f808c858Sraf	gss_release_oid_set;
126f808c858Sraf	gss_seal;
127f808c858Sraf	gss_sign;
128f808c858Sraf	gss_store_cred;
129f808c858Sraf	gss_test_oid_set_member;
130f808c858Sraf	gss_unseal;
131f808c858Sraf	gss_unwrap;
132f808c858Sraf	gss_verify;
133f808c858Sraf	gss_verify_mic;
134f808c858Sraf	gss_wrap;
135f808c858Sraf	gss_wrap_size_limit;
136f808c858Sraf} SUNW_1.1;
137f808c858Sraf
138f808c858Sraf# Due to mistakes made early in the history of this library, there are
139f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
140f808c858Sraf# Don't add any symbols to this version.
141f808c858Sraf
142cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
143f808c858Sraf    global:
144f808c858Sraf	SUNW_1.1;
145f808c858Sraf};
146f808c858Sraf
147cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
148f808c858Sraf    global:
149f808c858Sraf	der_length_size;
150f808c858Sraf	generic_gss_copy_oid;
151f808c858Sraf	generic_gss_release_oid;
152f808c858Sraf	get_der_length;
153f808c858Sraf	gss_copy_oid_set;
154f808c858Sraf	gsscred_expname_to_unix_cred;
155f808c858Sraf	gsscred_expname_to_unix_cred_ext;
156f808c858Sraf	gsscred_name_to_unix_cred;
157f808c858Sraf	gsscred_name_to_unix_cred_ext;
158f808c858Sraf	gsscred_set_options;
159f808c858Sraf	gss_get_group_info;
160f808c858Sraf	__gss_get_kmodName;
161ba7b222eSGlenn Barry	__gss_get_mechanism;
162f808c858Sraf	__gss_get_mechanisms;
163f808c858Sraf	__gss_get_mech_info;
164f808c858Sraf	__gss_get_mech_type;
165f808c858Sraf	__gss_get_modOptions;
166f808c858Sraf	__gss_mech_qops;
167f808c858Sraf	__gss_mech_to_oid;
168*8222814eSRichard Lowe	gss_mech_krb5		{
169*8222814eSRichard Lowe				  ASSERT = {
170*8222814eSRichard Lowe					  TYPE = OBJECT;
171*8222814eSRichard Lowe					  SIZE = addrsize;
172*8222814eSRichard Lowe					};
173*8222814eSRichard Lowe				};
174*8222814eSRichard Lowe	gss_nt_exported_name	{
175*8222814eSRichard Lowe				  ASSERT = {
176*8222814eSRichard Lowe					  TYPE = OBJECT;
177*8222814eSRichard Lowe					  SIZE = addrsize;
178*8222814eSRichard Lowe					};
179*8222814eSRichard Lowe				};
180*8222814eSRichard Lowe	gss_nt_service_name	{
181*8222814eSRichard Lowe				  ASSERT = {
182*8222814eSRichard Lowe					  TYPE = OBJECT;
183*8222814eSRichard Lowe					  SIZE = addrsize;
184*8222814eSRichard Lowe					};
185*8222814eSRichard Lowe				};
186*8222814eSRichard Lowe	gss_nt_service_name_v2	{
187*8222814eSRichard Lowe				  ASSERT = {
188*8222814eSRichard Lowe					  TYPE = OBJECT;
189*8222814eSRichard Lowe					  SIZE = addrsize;
190*8222814eSRichard Lowe					};
191*8222814eSRichard Lowe				};
192f808c858Sraf	__gss_num_to_qop;
193f808c858Sraf	__gss_oid_to_mech;
194f808c858Sraf	gss_oid_to_str;
195f808c858Sraf	__gss_qop_to_num;
196f808c858Sraf	gss_str_to_oid;
197f808c858Sraf	__gss_userok;
198f808c858Sraf	put_der_length;
199f808c858Sraf    local:
200f808c858Sraf	*;
201f808c858Sraf};
202