xref: /onnv-gate/usr/src/lib/libgss/mapfile-vers (revision 8744:03d5725cda56)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
382522Sraf#
392522Sraf
402522SrafSUNW_1.2 {
412522Sraf    global:
422522Sraf	gss_accept_sec_context;
432522Sraf	gss_acquire_cred;
442522Sraf	gss_acquire_cred_with_password;
452522Sraf	gss_add_cred;
462522Sraf	gss_add_cred_with_password;
472522Sraf	gss_add_oid_set_member;
482522Sraf	gss_canonicalize_name;
492522Sraf	GSS_C_NT_ANONYMOUS;
502522Sraf	GSS_C_NT_EXPORT_NAME;
512522Sraf	GSS_C_NT_HOSTBASED_SERVICE;
522522Sraf	GSS_C_NT_MACHINE_UID_NAME;
532522Sraf	GSS_C_NT_STRING_UID_NAME;
542522Sraf	GSS_C_NT_USER_NAME;
552522Sraf	gss_compare_name;
562522Sraf	gss_context_time;
572522Sraf	gss_create_empty_oid_set;
582522Sraf	gss_delete_sec_context;
592522Sraf	gss_display_name;
602522Sraf	gss_display_status;
612522Sraf	gss_duplicate_name;
622522Sraf	gss_export_name;
632522Sraf	gss_export_sec_context;
642522Sraf	gss_get_mic;
652522Sraf	gss_import_name;
662522Sraf	gss_import_sec_context;
672522Sraf	gss_indicate_mechs;
682522Sraf	gss_init_sec_context;
692522Sraf	gss_inquire_context;
702522Sraf	gss_inquire_cred;
712522Sraf	gss_inquire_cred_by_mech;
722522Sraf	gss_inquire_mechs_for_name;
732522Sraf	gss_inquire_names_for_mech;
742522Sraf	gss_process_context_token;
752522Sraf	gss_release_buffer;
762522Sraf	gss_release_cred;
772522Sraf	gss_release_name;
782522Sraf	gss_release_oid;
792522Sraf	gss_release_oid_set;
802522Sraf	gss_seal;
812522Sraf	gss_sign;
822522Sraf	gss_store_cred;
832522Sraf	gss_test_oid_set_member;
842522Sraf	gss_unseal;
852522Sraf	gss_unwrap;
862522Sraf	gss_verify;
872522Sraf	gss_verify_mic;
882522Sraf	gss_wrap;
892522Sraf	gss_wrap_size_limit;
902522Sraf} SUNW_1.1;
912522Sraf
922522Sraf# Due to mistakes made early in the history of this library, there are
932522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
942522Sraf# Don't add any symbols to this version.
952522Sraf
962522SrafSUNW_1.1 {
972522Sraf    global:
982522Sraf	SUNW_1.1;
992522Sraf};
1002522Sraf
1012522SrafSUNWprivate_1.1 {
1022522Sraf    global:
1032522Sraf	der_length_size;
1042522Sraf	generic_gss_copy_oid;
1052522Sraf	generic_gss_release_oid;
1062522Sraf	get_der_length;
1072522Sraf	gss_copy_oid_set;
1082522Sraf	gsscred_expname_to_unix_cred;
1092522Sraf	gsscred_expname_to_unix_cred_ext;
1102522Sraf	gsscred_name_to_unix_cred;
1112522Sraf	gsscred_name_to_unix_cred_ext;
1122522Sraf	gsscred_set_options;
1132522Sraf	gss_get_group_info;
1142522Sraf	__gss_get_kmodName;
1152522Sraf	__gss_get_mechanisms;
1162522Sraf	__gss_get_mech_info;
1172522Sraf	__gss_get_mech_type;
1182522Sraf	__gss_get_modOptions;
1192522Sraf	__gss_mech_qops;
1202522Sraf	__gss_mech_to_oid;
1212522Sraf	gss_nt_exported_name;
1222522Sraf	gss_nt_service_name;
1232522Sraf	gss_nt_service_name_v2;
1242522Sraf	__gss_num_to_qop;
1252522Sraf	__gss_oid_to_mech;
1262522Sraf	gss_oid_to_str;
1272522Sraf	__gss_qop_to_num;
1282522Sraf	gss_str_to_oid;
1292522Sraf	__gss_userok;
1302522Sraf	put_der_length;
1312522Sraf    local:
1322522Sraf	*;
1332522Sraf};
134