xref: /onnv-gate/usr/src/cmd/ssh/sshd/mapfile-intf (revision 12692:4341b447c069)
14271Srie#
24271Srie# CDDL HEADER START
34271Srie#
44271Srie# The contents of this file are subject to the terms of the
54271Srie# Common Development and Distribution License (the "License").
64271Srie# You may not use this file except in compliance with the License.
74271Srie#
84271Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94271Srie# or http://www.opensolaris.org/os/licensing.
104271Srie# See the License for the specific language governing permissions
114271Srie# and limitations under the License.
124271Srie#
134271Srie# When distributing Covered Code, include this CDDL HEADER in each
144271Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154271Srie# If applicable, add the following below this CDDL HEADER, with the
164271Srie# fields enclosed by brackets "[]" replaced with your own identifying
174271Srie# information: Portions Copyright [yyyy] [name of copyright owner]
184271Srie#
194271Srie# CDDL HEADER END
204271Srie#
214271Srie
224271Srie#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
244271Srie#
254271Srie# sshd defines its own log(), as do various other ssh utilities, thus their
264271Srie# symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common.  sshd
274271Srie# must export some symbols too, thus this mapfile augments the former.
288744SAli.Bahrami@Sun.COM
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
338744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
388744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
398744SAli.Bahrami@Sun.COM#
408744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
418744SAli.Bahrami@Sun.COM#
42*12692SAli.Bahrami@Oracle.COM
43*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
44*12692SAli.Bahrami@Oracle.COM
45*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
464271Srie	global:
474271Srie		allow_severity;		# required by libwrap
484271Srie		deny_severity;		# required by libwrap
494271Srie};
50