xref: /illumos-gate/usr/src/lib/libwrap/mapfile-vers (revision 4dfc19d7036761a315a6ece34c6cf9cb4268518f)
19584cebbSAlexander Pyhalov#
29584cebbSAlexander Pyhalov# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
39584cebbSAlexander Pyhalov# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
49584cebbSAlexander Pyhalov#
59584cebbSAlexander Pyhalov
69584cebbSAlexander Pyhalov#
79584cebbSAlexander Pyhalov# MAPFILE HEADER START
89584cebbSAlexander Pyhalov#
99584cebbSAlexander Pyhalov# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
109584cebbSAlexander Pyhalov# Object versioning must comply with the rules detailed in
119584cebbSAlexander Pyhalov#
129584cebbSAlexander Pyhalov#	usr/src/lib/README.mapfiles
139584cebbSAlexander Pyhalov#
149584cebbSAlexander Pyhalov# You should not be making modifications here until you've read the most current
159584cebbSAlexander Pyhalov# copy of that file. If you need help, contact a gatekeeper for guidance.
169584cebbSAlexander Pyhalov#
179584cebbSAlexander Pyhalov# MAPFILE HEADER END
189584cebbSAlexander Pyhalov#
199584cebbSAlexander Pyhalov
209584cebbSAlexander Pyhalov#
219584cebbSAlexander Pyhalov# Linker mapfile that allows the dynamic library to reference some symbols
229584cebbSAlexander Pyhalov# defined by the application.
239584cebbSAlexander Pyhalov#
249584cebbSAlexander Pyhalov
259584cebbSAlexander Pyhalov$mapfile_version 2
269584cebbSAlexander Pyhalov
27*4dfc19d7SSebastian WiedenrothSYMBOL_VERSION ILLUMOS_0.2 {
28*4dfc19d7SSebastian Wiedenroth	global:
29*4dfc19d7SSebastian Wiedenroth		resident		{ FLAGS = NODIRECT; };
30*4dfc19d7SSebastian Wiedenroth} ILLUMOS_0.1;
31*4dfc19d7SSebastian Wiedenroth
329584cebbSAlexander PyhalovSYMBOL_VERSION ILLUMOS_0.1 {
339584cebbSAlexander Pyhalov	global:
349584cebbSAlexander Pyhalov		allow_severity		{ FLAGS = NODIRECT; };
359584cebbSAlexander Pyhalov		clean_exit;
369584cebbSAlexander Pyhalov		deny_severity		{ FLAGS = NODIRECT; };
379584cebbSAlexander Pyhalov		dot_quad_addr;
389584cebbSAlexander Pyhalov		dry_run;
399584cebbSAlexander Pyhalov		eval_client;
409584cebbSAlexander Pyhalov		eval_hostaddr;
419584cebbSAlexander Pyhalov		eval_hostinfo;
429584cebbSAlexander Pyhalov		eval_hostname;
439584cebbSAlexander Pyhalov		eval_server;
449584cebbSAlexander Pyhalov		eval_user;
459584cebbSAlexander Pyhalov		fromhost;
469584cebbSAlexander Pyhalov		hosts_access;
479584cebbSAlexander Pyhalov		hosts_access_verbose;
489584cebbSAlexander Pyhalov		hosts_allow_table;
499584cebbSAlexander Pyhalov		hosts_ctl;
509584cebbSAlexander Pyhalov		hosts_deny_table;
519584cebbSAlexander Pyhalov		numeric_addr;
529584cebbSAlexander Pyhalov		paranoid;
539584cebbSAlexander Pyhalov		percent_m;
549584cebbSAlexander Pyhalov		percent_x;
559584cebbSAlexander Pyhalov		process_options;
569584cebbSAlexander Pyhalov		refuse;
579584cebbSAlexander Pyhalov		request_init;
589584cebbSAlexander Pyhalov		request_set;
599584cebbSAlexander Pyhalov		rfc931;
609584cebbSAlexander Pyhalov		rfc931_timeout;
619584cebbSAlexander Pyhalov		shell_cmd;
629584cebbSAlexander Pyhalov		skip_ipv6_addrs;
639584cebbSAlexander Pyhalov		sock_host;
649584cebbSAlexander Pyhalov		sock_hostaddr;
659584cebbSAlexander Pyhalov		sock_hostname;
669584cebbSAlexander Pyhalov		sockgen_simplify;
679584cebbSAlexander Pyhalov		split_at;
689584cebbSAlexander Pyhalov		tcpd_buf;
699584cebbSAlexander Pyhalov		tcpd_context;
709584cebbSAlexander Pyhalov		tcpd_gethostbyname;
719584cebbSAlexander Pyhalov		tcpd_warn;
729584cebbSAlexander Pyhalov		tli_host;
739584cebbSAlexander Pyhalov		unknown;
749584cebbSAlexander Pyhalov		xgets;
759584cebbSAlexander Pyhalov	local:
769584cebbSAlexander Pyhalov		*;
779584cebbSAlexander Pyhalov};
78