summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: a5393cbe16e35c3ea520c2f591da4fb9360263db (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
html_files = \
	index.html \
	bugs.html \
	debug.html \
	features.html \
	generic_design.html \
	expression.html \
	droppriv.html \
	history.html \
	how2help.html \
	install.html \
	build_from_repo.html \
	ipv6.html \
	log_rotation_fix_size.html \
	manual.html \
	modules.html \
	property_replacer.html \
	rsyslog_ng_comparison.html \
	rsyslog_conf.html \
	rsyslog-example.conf \
	rsyslog_mysql.html \
	rsyslog_pgsql.html \
	rsyslog_packages.html \
	rsyslog_high_database_rate.html \
	rsyslog_php_syslog_ng.html \
	rsyslog_recording_pri.html \
	rsyslog_tls.html \
	rsyslog_reliable_forwarding.html \
	rsyslog_stunnel.html \
	syslog_protocol.html \
	version_naming.html \
	contributors.html \
	dev_queue.html \
	omstdout.html \
	omudpspoof.html \
	omruleset.html \
	omsnmp.html \
	ommysql.html \
	omoracle.html \
	omlibdbi.html \
	imfile.html \
	imtcp.html \
	imptcp.html \
	impstats.html \
	imgssapi.html \
	imrelp.html \
	imsolaris.html \
	imuxsock.html \
	imklog.html \
	pmlastmsg.html \
	queues.html \
	src/queueWorkerLogic.dia \
	queueWorkerLogic.jpg \
	queueWorkerLogic_small.jpg \
	tls_cert_100.jpg \
	tls_cert_ca.jpg \
	tls_cert.jpg \
	tls_cert_errmsgs.html \
	rsyslog_secure_tls.html \
	tls_cert_server.html \
	tls_cert_ca.html \
	tls_cert_summary.html \
	tls_cert_machine.html \
	tls_cert_udp_relay.html \
	tls_cert_client.html \
	tls_cert_scenario.html \
	rainerscript.html \
	rscript_abnf.html \
	rsconf1_actionexeconlywhenpreviousissuspended.html \
	rsconf1_actionresumeinterval.html \
	rsconf1_allowedsender.html \
	rsconf1_controlcharacterescapeprefix.html \
	rsconf1_escape8bitcharsonreceive.html \
	rsconf1_debugprintcfsyslinehandlerlist.html \
	rsconf1_debugprintmodulelist.html \
	rsconf1_debugprinttemplatelist.html \
	rsconf1_dircreatemode.html \
	rsconf1_dirgroup.html \
	rsconf1_dirowner.html \
	rsconf1_dropmsgswithmaliciousdnsptrrecords.html \
	rsconf1_droptrailinglfonreception.html \
	rsconf1_dynafilecachesize.html \
	rsconf1_escapecontrolcharactersonreceive.html \
	rsconf1_failonchownfailure.html \
	rsconf1_filecreatemode.html \
	rsconf1_filegroup.html \
	rsconf1_fileowner.html \
	rsconf1_generateconfiggraph.html \
	rsconf1_gssforwardservicename.html \
	rsconf1_gsslistenservicename.html \
	rsconf1_gssmode.html \
	rsconf1_includeconfig.html \
	rsconf1_mainmsgqueuesize.html \
	rsconf1_markmessageperiod.html \
	rsconf1_modload.html \
	rsconf1_moddir.html \
	rsconf1_repeatedmsgreduction.html \
	rsconf1_resetconfigvariables.html \
	rsconf1_rulesetcreatemainqueue.html \
	rsconf1_umask.html \
	rsconf1_rulesetparser.html \
	v3compatibility.html \
	v4compatibility.html \
	v5compatibility.html \
	im3195.html \
	netstream.html \
	ns_gtls.html \
	ns_ptcp.html \
	src/tls_cert.dia \
	gssapi.html \
	licensing.html \
	ommail.html \
	omuxsock.html \
	omrelp.html \
	syslog_parsing.html \
	troubleshoot.html \
	rsyslog_conf_actions.html \
	rsyslog_conf_examples.html \
	rsyslog_conf_filter.html \
	rsyslog_conf_global.html \
	rsyslog_conf_modules.html \
	rsyslog_conf_output.html \
	rsyslog_conf_templates.html \
	rsyslog_conf_nomatch.html \
	queues_analogy.html \
	multi_ruleset.html \
	src/classes.dia

grfx_files = \
	rsyslog_confgraph_complex.png\
	rsyslog_confgraph_std.png \
	module_workflow.png \
	direct_queue0.png \
	direct_queue1.png \
	direct_queue2.png \
	direct_queue3.png \
	direct_queue_rsyslog.png \
	direct_queue_rsyslog2.png \
	direct_queue_directq.png \
	dataflow.png \
	queue_analogy_tv.png \
	gssapi.png \
	rfc5424layers.png \
	src/rfc5424layers.dia \
	rsyslog-vers.png

EXTRA_DIST = $(html_files) $(grfx_files)