xref: /titanic_41/usr/src/lib/libwrap/mapfile-vers (revision f46028122998ea13f272229f9110146f7b9ae278)
1*f4602812SAlexander Pyhalov#
2*f4602812SAlexander Pyhalov# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
3*f4602812SAlexander Pyhalov# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
4*f4602812SAlexander Pyhalov#
5*f4602812SAlexander Pyhalov
6*f4602812SAlexander Pyhalov#
7*f4602812SAlexander Pyhalov# MAPFILE HEADER START
8*f4602812SAlexander Pyhalov#
9*f4602812SAlexander Pyhalov# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
10*f4602812SAlexander Pyhalov# Object versioning must comply with the rules detailed in
11*f4602812SAlexander Pyhalov#
12*f4602812SAlexander Pyhalov#	usr/src/lib/README.mapfiles
13*f4602812SAlexander Pyhalov#
14*f4602812SAlexander Pyhalov# You should not be making modifications here until you've read the most current
15*f4602812SAlexander Pyhalov# copy of that file. If you need help, contact a gatekeeper for guidance.
16*f4602812SAlexander Pyhalov#
17*f4602812SAlexander Pyhalov# MAPFILE HEADER END
18*f4602812SAlexander Pyhalov#
19*f4602812SAlexander Pyhalov
20*f4602812SAlexander Pyhalov#
21*f4602812SAlexander Pyhalov# Linker mapfile that allows the dynamic library to reference some symbols
22*f4602812SAlexander Pyhalov# defined by the application.
23*f4602812SAlexander Pyhalov#
24*f4602812SAlexander Pyhalov
25*f4602812SAlexander Pyhalov$mapfile_version 2
26*f4602812SAlexander Pyhalov
27*f4602812SAlexander PyhalovSYMBOL_VERSION ILLUMOS_0.1 {
28*f4602812SAlexander Pyhalov	global:
29*f4602812SAlexander Pyhalov		allow_severity		{ FLAGS = NODIRECT; };
30*f4602812SAlexander Pyhalov		clean_exit;
31*f4602812SAlexander Pyhalov		deny_severity		{ FLAGS = NODIRECT; };
32*f4602812SAlexander Pyhalov		dot_quad_addr;
33*f4602812SAlexander Pyhalov		dry_run;
34*f4602812SAlexander Pyhalov		eval_client;
35*f4602812SAlexander Pyhalov		eval_hostaddr;
36*f4602812SAlexander Pyhalov		eval_hostinfo;
37*f4602812SAlexander Pyhalov		eval_hostname;
38*f4602812SAlexander Pyhalov		eval_server;
39*f4602812SAlexander Pyhalov		eval_user;
40*f4602812SAlexander Pyhalov		fromhost;
41*f4602812SAlexander Pyhalov		hosts_access;
42*f4602812SAlexander Pyhalov		hosts_access_verbose;
43*f4602812SAlexander Pyhalov		hosts_allow_table;
44*f4602812SAlexander Pyhalov		hosts_ctl;
45*f4602812SAlexander Pyhalov		hosts_deny_table;
46*f4602812SAlexander Pyhalov		numeric_addr;
47*f4602812SAlexander Pyhalov		paranoid;
48*f4602812SAlexander Pyhalov		percent_m;
49*f4602812SAlexander Pyhalov		percent_x;
50*f4602812SAlexander Pyhalov		process_options;
51*f4602812SAlexander Pyhalov		refuse;
52*f4602812SAlexander Pyhalov		request_init;
53*f4602812SAlexander Pyhalov		request_set;
54*f4602812SAlexander Pyhalov		rfc931;
55*f4602812SAlexander Pyhalov		rfc931_timeout;
56*f4602812SAlexander Pyhalov		shell_cmd;
57*f4602812SAlexander Pyhalov		skip_ipv6_addrs;
58*f4602812SAlexander Pyhalov		sock_host;
59*f4602812SAlexander Pyhalov		sock_hostaddr;
60*f4602812SAlexander Pyhalov		sock_hostname;
61*f4602812SAlexander Pyhalov		sockgen_simplify;
62*f4602812SAlexander Pyhalov		split_at;
63*f4602812SAlexander Pyhalov		tcpd_buf;
64*f4602812SAlexander Pyhalov		tcpd_context;
65*f4602812SAlexander Pyhalov		tcpd_gethostbyname;
66*f4602812SAlexander Pyhalov		tcpd_warn;
67*f4602812SAlexander Pyhalov		tli_host;
68*f4602812SAlexander Pyhalov		unknown;
69*f4602812SAlexander Pyhalov		xgets;
70*f4602812SAlexander Pyhalov	local:
71*f4602812SAlexander Pyhalov		*;
72*f4602812SAlexander Pyhalov};
73