Rainer Gerhards
724ba2b27f
bumped version number, corrected error message code (minor nit)
2009-10-01 18:47:16 +02:00
Rainer Gerhards
6a69e47822
added $InputTCPServerNotifyOnConnectionClose config directive
2009-10-01 18:39:21 +02:00
Rainer Gerhards
176f773a2e
Merge branch 'v4-stable' into v4-beta & BUGFIX
...
Conflicts:
configure.ac
doc/manual.html
runtime/datetime.h
runtime/parser.c
runtime/rsyslog.h
tools/syslogd.c
v4-stable had a bug with RFC5424-formatted structured data, which showed
was detected by the enhanced automatted testbench of v4-beta.
2009-10-01 16:30:32 +02:00
Rainer Gerhards
e13537ce90
Merge branch 'v3-stable' into v4-stable
2009-09-30 12:42:41 +02:00
Rainer Gerhards
7afe4b3a79
Merge branch 'v2-stable' into v3-stable
2009-09-30 12:42:01 +02:00
Rainer Gerhards
3be997f943
doc bugfix: default for $DirCreateMode incorrectly stated
2009-09-30 12:41:38 +02:00
Rainer Gerhards
5c6eee3e44
bumped version number
2009-09-29 13:59:02 +02:00
Rainer Gerhards
22c32ca5b6
bumped version number
2009-09-22 12:49:48 +02:00
Rainer Gerhards
e4dc83db31
preparing for 4.5.3
2009-09-17 16:46:53 +02:00
Rainer Gerhards
bfac3c68f4
added new config directive $omfileForceChown to fix some broken system configs.
...
See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
2009-09-11 11:23:47 +02:00
Rainer Gerhards
5f76568d37
added new config option $InputUnixListenSocketCreatePath
...
backport from v5-devel
2009-09-04 16:58:00 +02:00
Rainer Gerhards
7dcd960d30
Merge branch 'v4-beta' into v4-devel
2009-09-04 15:17:51 +02:00
Rainer Gerhards
5cce834d7a
Merge branch 'v4-stable' into v4-beta
2009-09-04 15:17:38 +02:00
Rainer Gerhards
6d8df12597
Merge branch 'v3-stable' into v4-stable
...
Conflicts:
doc/rsyslog_conf.html
2009-09-04 15:17:23 +02:00
Rainer Gerhards
d7cfdcf28c
clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]
...
in doc set (require TLS drivers)
2009-09-04 15:11:27 +02:00
Rainer Gerhards
071c9b511a
added $LogRSyslogStatusMessages configuration directive
...
...permitting to turn off rsyslog start/stop/HUP messages. See Debian
ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
2009-09-04 14:53:44 +02:00
Rainer Gerhards
fb8ce409fe
preparing for 4.4.1 release
2009-09-02 14:34:00 +02:00
Rainer Gerhards
fc5c09a722
preparing for 4.5.2
2009-08-21 10:54:15 +02:00
Rainer Gerhards
bd7542b515
Merge branch 'v4.3.2' (v4-beta) into v4-stable
...
Conflicts:
ChangeLog
configure.ac
doc/manual.html
tests/Makefile.am
2009-08-21 10:19:56 +02:00
Rainer Gerhards
56b781e5bb
added $InputTCPMaxListeners directive
...
permits to specify how many TCP servers shall be possible (default is 20).
2009-08-17 17:18:19 +02:00
Rainer Gerhards
9cab1036d2
bugfix: if tcp listen port could not be created, no error message was emitted
2009-08-17 16:23:37 +02:00
Rainer Gerhards
07b076ddcf
final touches for 4.5.1
2009-07-15 11:33:49 +02:00
Rainer Gerhards
ff6f2b1cc0
Merge branch 'v4-beta' into v4-devel
2009-07-15 11:17:14 +02:00
Rainer Gerhards
a8b583669a
CONFIG CHANGE: $HUPisRestart default is now "off".
...
We are doing this to support removal of restart-type HUP in v5.
Elaborate doc added to explain reasoning and actions to be taken.
2009-07-15 11:12:28 +02:00
Rainer Gerhards
17b5f2264f
removed outdated html version of man page
...
html doc is better
2009-07-15 10:21:20 +02:00
Rainer Gerhards
e983d1a422
Merge branch 'v3-stable' into v4-beta
2009-07-15 10:20:24 +02:00
Rainer Gerhards
b6340c7714
removed mentioning HUP as a way of restarting from the doc set
...
... part of the deprecation effort for v5
2009-07-15 10:19:23 +02:00
Rainer Gerhards
095a20360a
added ability for the TCP output action to "rebind" its send socket
...
...after sending n messages (actually, it re-opens the connection, the
name is used because this is a concept very similiar to
$ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval
added for the purpose. By default, rebinding is disabled. This is considered#
useful for load balancers.
2009-07-14 19:53:04 +02:00
Rainer Gerhards
fec2041e03
Merge branch 'v3-stable' into v4-stable
...
Conflicts:
ChangeLog
configure.ac
doc/manual.html
2009-07-13 15:55:46 +02:00
Rainer Gerhards
da933a7e10
added $klogConsoleLogLevel directive
...
...which permits to set a new console log level while rsyslog is active
2009-07-03 11:57:21 +02:00
Rainer Gerhards
538543f6d0
preparing for 3.22.1
2009-07-02 15:40:47 +02:00
Rainer Gerhards
7f0c059118
updating version info to 4.5.0
2009-07-02 15:32:09 +02:00
Rainer Gerhards
1dee200143
completed ruleset documentation
2009-07-02 15:29:37 +02:00
Rainer Gerhards
51882ce4de
first shot at multi-ruleset doc
2009-07-01 18:57:58 +02:00
Ronny Egner
279896ebda
improved omoracle documentation
...
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2009-06-27 12:36:34 +02:00
Rainer Gerhards
8eb10a7105
Merge branch 'omfile'
...
Conflicts:
ChangeLog
2009-06-24 10:52:06 +02:00
Rainer Gerhards
eece1c3cd1
Merge branch 'v4-stable' into beta
...
Conflicts:
ChangeLog
configure.ac
doc/manual.html
2009-06-24 10:11:41 +02:00
Rainer Gerhards
5310ccee31
preparing for v4-stable
2009-06-22 19:22:24 +02:00
Rainer Gerhards
953d015f44
switched default to keep in line with traditional syslogd behaviour
2009-06-19 14:25:27 +02:00
Rainer Gerhards
98348ae03d
Merge branch 'master' into omfile
...
Conflicts:
ChangeLog
runtime/msg.h
tcps_sess.c
tcpsrv.c
tools/syslogd.c
2009-06-16 12:59:55 +02:00
Rainer Gerhards
74b2b24f50
removed long-obsoleted property UxTradMsg
...
... as well as some cleanup (some commented-out code is left to
support UxTradMsg again is someone really complains ;)).
2009-06-16 12:31:27 +02:00
Rainer Gerhards
ca0ddc30a3
completed multi-ruleset core support
...
... as well as added multi-ruleset support for imtcp
2009-06-12 15:31:08 +02:00
Rainer Gerhards
21dafea3ee
implemented $OMFileFlushOnTXEnd directive
...
plus some cleanup...
2009-06-12 12:18:17 +02:00
Rainer Gerhards
1c8fe77b78
added $Ruleset config command
...
so we now can define multiple rule sets, we just can not use them ;)
That means we have the foundation to bind listeners to different
rule sets.
2009-06-10 19:03:38 +02:00
Rainer Gerhards
9704f129f7
added capability to fsync() queue disk files for enhanced reliability
...
also adds speed, because you do no longer need to run the whole file
system in sync mode. New testbench and new config directives:
- $MainMsgQueueSyncQueueFiles
- $ActionQueueSyncQueueFiles
2009-06-09 19:00:18 +02:00
Rainer Gerhards
76da7f9f4e
added $OMFileIOBufferSize config directive and plumbing
2009-06-04 15:59:37 +02:00
Rainer Gerhards
f2800ba261
modified stream class and omfile to work with it
...
now some basic operations are carried out via the stream class.
2009-06-04 15:10:24 +02:00
Rainer Gerhards
36fe8d92f8
added ability for the UDP output action to rebind its send socket after sending n messages
...
New config directive $ActionSendUDPRebindInterval
added for the purpose. By default, rebinding is disabled. This is
considered useful for load balancers.
2009-05-29 17:25:16 +02:00
Rainer Gerhards
8e180e152a
added forgotten file
2009-05-29 12:06:59 +02:00
Rainer Gerhards
c6a2dafb2f
doc: added info on when $OptimizeForUniprocessor was made available
2009-05-28 16:30:57 +02:00