10Sstevel@tonic-gate# 2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# CDDL HEADER START 50Sstevel@tonic-gate# 60Sstevel@tonic-gate# The contents of this file are subject to the terms of the 78744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License"). 88744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License. 90Sstevel@tonic-gate# 100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 120Sstevel@tonic-gate# See the License for the specific language governing permissions 130Sstevel@tonic-gate# and limitations under the License. 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 200Sstevel@tonic-gate# 210Sstevel@tonic-gate# CDDL HEADER END 220Sstevel@tonic-gate# 238744SAli.Bahrami@Sun.COM 248744SAli.Bahrami@Sun.COM# 258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 298744SAli.Bahrami@Sun.COM# 308744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 348744SAli.Bahrami@Sun.COM# 358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM 38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 39*12692SAli.Bahrami@Oracle.COM 408744SAli.Bahrami@Sun.COM# 410Sstevel@tonic-gate# Generic interface definition for usr/src/lib/rpcsec_gss. 420Sstevel@tonic-gate# 438744SAli.Bahrami@Sun.COM 440Sstevel@tonic-gate# 450Sstevel@tonic-gate# Note: Even though the SUNW_1.2 version now contains no symbols 460Sstevel@tonic-gate# beyond what was present at Solaris 2.6, the SUNW_1.2 version MUST be 470Sstevel@tonic-gate# present. This is because applications built on 2.6 Beta 480Sstevel@tonic-gate# (when it did contain symbols explicitly) may depend on it. 490Sstevel@tonic-gate# 50*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.2 { 510Sstevel@tonic-gate global: 520Sstevel@tonic-gate SUNW_1.2; 530Sstevel@tonic-gate} SUNW_1.1; 540Sstevel@tonic-gate 55*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 { 560Sstevel@tonic-gate global: 570Sstevel@tonic-gate SUNW_1.1; 580Sstevel@tonic-gate}; 590Sstevel@tonic-gate 60*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 610Sstevel@tonic-gate global: 620Sstevel@tonic-gate __rpc_gss_seccreate; 630Sstevel@tonic-gate __rpc_gss_set_defaults; 640Sstevel@tonic-gate __rpc_gss_wrap; 650Sstevel@tonic-gate __rpc_gss_unwrap; 660Sstevel@tonic-gate __rpc_gss_max_data_length; 670Sstevel@tonic-gate __rpc_gss_get_error; 680Sstevel@tonic-gate __rpc_gss_mech_to_oid; 690Sstevel@tonic-gate __rpc_gss_qop_to_num; 700Sstevel@tonic-gate __rpc_gss_get_principal_name; 710Sstevel@tonic-gate __rpc_gss_get_mechanisms; 720Sstevel@tonic-gate __rpc_gss_get_mech_info; 730Sstevel@tonic-gate __rpc_gss_get_versions; 740Sstevel@tonic-gate __rpc_gss_is_installed; 750Sstevel@tonic-gate __rpc_gss_set_callback; 760Sstevel@tonic-gate __rpc_gss_getcred; 770Sstevel@tonic-gate __svcrpcsec_gss; 780Sstevel@tonic-gate __rpc_gss_set_svc_name; 790Sstevel@tonic-gate __rpc_gss_svc_max_data_length; 800Sstevel@tonic-gate 810Sstevel@tonic-gate local: 820Sstevel@tonic-gate *; 830Sstevel@tonic-gate}; 84