mapfile-vers revision 943
920N/A#
943N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
920N/A#
920N/A# Permission is hereby granted, free of charge, to any person obtaining a
920N/A# copy of this software and associated documentation files (the "Software"),
920N/A# to deal in the Software without restriction, including without limitation
920N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
920N/A# and/or sell copies of the Software, and to permit persons to whom the
920N/A# Software is furnished to do so, subject to the following conditions:
920N/A#
920N/A# The above copyright notice and this permission notice (including the next
920N/A# paragraph) shall be included in all copies or substantial portions of the
920N/A# Software.
920N/A#
920N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
920N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
920N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
920N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
920N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
920N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
920N/A# DEALINGS IN THE SOFTWARE.
920N/A#
920N/A
920N/A# Original ABI from when versioning was first added in Solaris 8
920N/ASUNW_1.1 {
920N/A global:
920N/A XdmcpARRAY8Equal;
920N/A XdmcpAllocARRAY16;
920N/A XdmcpAllocARRAY32;
920N/A XdmcpAllocARRAY8;
920N/A XdmcpAllocARRAYofARRAY8;
920N/A XdmcpCompareKeys;
920N/A XdmcpCopyARRAY8;
920N/A XdmcpDecrementKey;
920N/A XdmcpDisposeARRAY16;
920N/A XdmcpDisposeARRAY32;
920N/A XdmcpDisposeARRAY8;
920N/A XdmcpDisposeARRAYofARRAY8;
920N/A XdmcpFill;
920N/A XdmcpFlush;
920N/A XdmcpGenerateKey;
920N/A XdmcpIncrementKey;
920N/A XdmcpReadARRAY16;
920N/A XdmcpReadARRAY32;
920N/A XdmcpReadARRAY8;
920N/A XdmcpReadARRAYofARRAY8;
920N/A XdmcpReadCARD16;
920N/A XdmcpReadCARD32;
920N/A XdmcpReadCARD8;
920N/A XdmcpReadHeader;
920N/A XdmcpReadRemaining;
920N/A XdmcpReallocARRAY16;
920N/A XdmcpReallocARRAY32;
920N/A XdmcpReallocARRAY8;
920N/A XdmcpReallocARRAYofARRAY8;
920N/A XdmcpWriteARRAY16;
920N/A XdmcpWriteARRAY32;
920N/A XdmcpWriteARRAY8;
920N/A XdmcpWriteARRAYofARRAY8;
920N/A XdmcpWriteCARD16;
920N/A XdmcpWriteCARD32;
920N/A XdmcpWriteCARD8;
920N/A XdmcpWriteHeader;
920N/A local:
920N/A *;
920N/A};
920N/A
920N/A# New functions added when XDM-AUTH-1 was enabled in snv_120 (CR 6859883)
920N/ASUNW_1.2 {
920N/A global:
920N/A XdmcpWrap;
920N/A XdmcpUnwrap;
920N/A} SUNW_1.1;
920N/A
920N/A# Private functions from Wrap.h needed by xdm
920N/ASUNWprivate {
920N/A global:
920N/A _XdmcpAuthSetup;
920N/A _XdmcpAuthDoIt;
920N/A _XdmcpWrapperToOddParity;
920N/A};
920N/A