xref: /illumos-gate/usr/src/lib/libgss/mapfile-vers (revision ba7b222e)
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#
39
40SUNW_1.2 {
41    global:
42	gss_accept_sec_context;
43	gss_acquire_cred;
44	gss_acquire_cred_with_password;
45	gss_add_cred;
46	gss_add_cred_with_password;
47	gss_add_oid_set_member;
48	gss_canonicalize_name;
49	GSS_C_NT_ANONYMOUS;
50	GSS_C_NT_EXPORT_NAME;
51	GSS_C_NT_HOSTBASED_SERVICE;
52	GSS_C_NT_MACHINE_UID_NAME;
53	GSS_C_NT_STRING_UID_NAME;
54	GSS_C_NT_USER_NAME;
55	GSS_C_INQ_SSPI_SESSION_KEY;
56	gss_compare_name;
57	gss_context_time;
58	gss_create_empty_oid_set;
59	gss_delete_sec_context;
60	gss_display_name;
61	gss_display_status;
62	gss_duplicate_name;
63	gss_export_name;
64	gss_export_sec_context;
65	gss_get_mic;
66	gss_import_name;
67	gss_import_sec_context;
68	gss_indicate_mechs;
69	gss_init_sec_context;
70	gss_inquire_context;
71	gss_inquire_cred;
72	gss_inquire_cred_by_mech;
73	gss_inquire_mechs_for_name;
74	gss_inquire_names_for_mech;
75	gss_process_context_token;
76	gss_release_buffer;
77	gss_release_cred;
78	gss_release_name;
79	gss_release_oid;
80	gss_release_oid_set;
81	gss_seal;
82	gss_sign;
83	gss_store_cred;
84	gss_test_oid_set_member;
85	gss_unseal;
86	gss_unwrap;
87	gss_verify;
88	gss_verify_mic;
89	gss_wrap;
90	gss_wrap_size_limit;
91	gss_add_buffer_set_member;
92	gss_create_empty_buffer_set;
93	gss_release_buffer_set;
94	gss_inquire_sec_context_by_oid;
95} SUNW_1.1;
96
97# Due to mistakes made early in the history of this library, there are
98# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
99# Don't add any symbols to this version.
100
101SUNW_1.1 {
102    global:
103	SUNW_1.1;
104};
105
106SUNWprivate_1.1 {
107    global:
108	der_length_size;
109	generic_gss_copy_oid;
110	generic_gss_release_oid;
111	get_der_length;
112	gss_copy_oid_set;
113	gsscred_expname_to_unix_cred;
114	gsscred_expname_to_unix_cred_ext;
115	gsscred_name_to_unix_cred;
116	gsscred_name_to_unix_cred_ext;
117	gsscred_set_options;
118	gss_get_group_info;
119	__gss_get_kmodName;
120	__gss_get_mechanism;
121	__gss_get_mechanisms;
122	__gss_get_mech_info;
123	__gss_get_mech_type;
124	__gss_get_modOptions;
125	__gss_mech_qops;
126	__gss_mech_to_oid;
127	gss_nt_exported_name;
128	gss_nt_service_name;
129	gss_nt_service_name_v2;
130	__gss_num_to_qop;
131	__gss_oid_to_mech;
132	gss_oid_to_str;
133	__gss_qop_to_num;
134	gss_str_to_oid;
135	__gss_userok;
136	put_der_length;
137    local:
138	*;
139};
140