xref: /illumos-gate/usr/src/lib/libgss/mapfile-vers (revision 7ed9a350)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39SUNW_1.3 {
40    global:
41	gss_add_buffer_set_member;
42	gss_create_empty_buffer_set;
43	GSS_C_INQ_SSPI_SESSION_KEY;
44	gss_inquire_sec_context_by_oid;
45	gss_release_buffer_set;
46} SUNW_1.2;
47
48SUNW_1.2 {
49    global:
50	gss_accept_sec_context;
51	gss_acquire_cred;
52	gss_acquire_cred_with_password;
53	gss_add_cred;
54	gss_add_cred_with_password;
55	gss_add_oid_set_member;
56	gss_canonicalize_name;
57	GSS_C_NT_ANONYMOUS;
58	GSS_C_NT_EXPORT_NAME;
59	GSS_C_NT_HOSTBASED_SERVICE;
60	GSS_C_NT_MACHINE_UID_NAME;
61	GSS_C_NT_STRING_UID_NAME;
62	GSS_C_NT_USER_NAME;
63	gss_compare_name;
64	gss_context_time;
65	gss_create_empty_oid_set;
66	gss_delete_sec_context;
67	gss_display_name;
68	gss_display_status;
69	gss_duplicate_name;
70	gss_export_name;
71	gss_export_sec_context;
72	gss_get_mic;
73	gss_import_name;
74	gss_import_sec_context;
75	gss_indicate_mechs;
76	gss_init_sec_context;
77	gss_inquire_context;
78	gss_inquire_cred;
79	gss_inquire_cred_by_mech;
80	gss_inquire_mechs_for_name;
81	gss_inquire_names_for_mech;
82	gss_process_context_token;
83	gss_release_buffer;
84	gss_release_cred;
85	gss_release_name;
86	gss_release_oid;
87	gss_release_oid_set;
88	gss_seal;
89	gss_sign;
90	gss_store_cred;
91	gss_test_oid_set_member;
92	gss_unseal;
93	gss_unwrap;
94	gss_verify;
95	gss_verify_mic;
96	gss_wrap;
97	gss_wrap_size_limit;
98} SUNW_1.1;
99
100# Due to mistakes made early in the history of this library, there are
101# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
102# Don't add any symbols to this version.
103
104SUNW_1.1 {
105    global:
106	SUNW_1.1;
107};
108
109SUNWprivate_1.1 {
110    global:
111	der_length_size;
112	generic_gss_copy_oid;
113	generic_gss_release_oid;
114	get_der_length;
115	gss_copy_oid_set;
116	gsscred_expname_to_unix_cred;
117	gsscred_expname_to_unix_cred_ext;
118	gsscred_name_to_unix_cred;
119	gsscred_name_to_unix_cred_ext;
120	gsscred_set_options;
121	gss_get_group_info;
122	__gss_get_kmodName;
123	__gss_get_mechanism;
124	__gss_get_mechanisms;
125	__gss_get_mech_info;
126	__gss_get_mech_type;
127	__gss_get_modOptions;
128	__gss_mech_qops;
129	__gss_mech_to_oid;
130	gss_nt_exported_name;
131	gss_nt_service_name;
132	gss_nt_service_name_v2;
133	__gss_num_to_qop;
134	__gss_oid_to_mech;
135	gss_oid_to_str;
136	__gss_qop_to_num;
137	gss_str_to_oid;
138	__gss_userok;
139	put_der_length;
140    local:
141	*;
142};
143