summaryrefslogtreecommitdiff
path: root/usr/src/lib/libwrap/mapfile-vers
blob: 9fad00bb3895557323bca9a4f078a27fa841109b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#
# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

#
# Linker mapfile that allows the dynamic library to reference some symbols
# defined by the application.
#

$mapfile_version 2

SYMBOL_VERSION ILLUMOS_0.1 {
	global:
		allow_severity		{ FLAGS = NODIRECT; };
		clean_exit;
		deny_severity		{ FLAGS = NODIRECT; };
		dot_quad_addr;
		dry_run;
		eval_client;
		eval_hostaddr;
		eval_hostinfo;
		eval_hostname;
		eval_server;
		eval_user;
		fromhost;
		hosts_access;
		hosts_access_verbose;
		hosts_allow_table;
		hosts_ctl;
		hosts_deny_table;
		numeric_addr;
		paranoid;
		percent_m;
		percent_x;
		process_options;
		refuse;
		request_init;
		request_set;
		rfc931;
		rfc931_timeout;
		shell_cmd;
		skip_ipv6_addrs;
		sock_host;
		sock_hostaddr;
		sock_hostname;
		sockgen_simplify;
		split_at;
		tcpd_buf;
		tcpd_context;
		tcpd_gethostbyname;
		tcpd_warn;
		tli_host;
		unknown;
		xgets;
	local:
		*;
};