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