summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic: added bug infoRainer Gerhards2011-03-091-0/+2
|
* Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-092-1/+8
|\
| * adding bugfix info to ChangLog (imported fix)Rainer Gerhards2011-03-091-0/+2
| |
| * Merge branch 'v4-stable' into tmpRainer Gerhards2011-03-093-2/+7
| |\
| | * bugfix: omlibdbi did not use password from rsyslog.conRainer Gerhards2011-03-092-1/+3
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
| | * bugfix: abort if imfile reads file line of more than 64KiBRainer Gerhards2011-02-102-1/+4
| | | | | | | | | | | | | | | Thanks to Peter Eisentraut for reporting and analysing this problem. bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221
* | | added MySQL life tests for ommysqlRainer Gerhards2011-03-0912-1/+107
| | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
* | | improved testbenchRainer Gerhards2011-03-095-0/+44
| | |
* | | bugfix: (regression) omhdfs did no longer compileRainer Gerhards2011-03-092-0/+4
| | |
* | | preparing for 5.7.8 releasev5.7.8Rainer Gerhards2011-03-094-4/+5
| | |
* | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-03-093-12/+2
|\ \ \
| * | | systemd: use standard syslog.socket unitLennart Poettering2011-03-093-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In systemd we now have a standard socket unit for /dev/log called syslog.socket. This unit can be shared between an early boot mini syslog and the full syslog implementation started later on. The mini syslog is shipped along systemd and does nothing but simply forward the data received through /dev/log to the kernel log buffer (i.e. kmsg, as visible by dmesg). It is run during early boot, and then as soon as rsyslog starts up it is terminated, so that rsyslog can take over the /dev/log socket. Since one of the first things rsyslog does after starting up is flushing the kernel log buffer to disk we end up with all data from early boot up in syslog. This patch changes two things: removes rsyslog.socket and instead configures rsyslog.service to take possession of syslock.socket. And secondly includes a PreStart line to terminate the running syslog bridge instance.
* | | | make testbench not errout if imdiag is not enabledRainer Gerhards2011-03-091-4/+10
|/ / /
* | | testbench: valgrind tests only executed if valgrind is availableRainer Gerhards2011-03-093-3/+11
| | |
* | | further improved testbenchRainer Gerhards2011-03-085-12/+23
| | | | | | | | | | | | some cosmetic issues, plus a new valgrind-based test
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-087-4/+70
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| * | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-084-2/+22
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
| * | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2011-03-081-1/+1
| |\ \
| | * | small bug in testbench, wrong config file pulled in one testRainer Gerhards2011-03-071-1/+1
| | | |
| * | | added new test to testbenchRainer Gerhards2011-03-083-1/+36
| |/ /
* | | bugfix: discard action did not work under some circumstancesRainer Gerhards2011-03-072-1/+4
| | | | | | | | | | | | fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
* | | added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-063-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | This is kind of a backport of a similar UDP-based test from v6. However, we do not have everything required for UDP in the v5 test tool base, so we mimic the test with tcp -- which is not bad at all, because the code path for TCP is somewhat different (and thus once we merge this patch into v6, it is a useful addition).
* | | forgot to backport imdiag mem leak fix -- now doneRainer Gerhards2011-03-061-0/+4
| | |
* | | backported new testbench support for valgrindRainer Gerhards2011-03-061-1/+18
| | |
* | | fixed small regression from gnutls fd leak fixRainer Gerhards2011-03-063-0/+3
| | |
* | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-03-0658-5/+135
|\ \ \
| * | | updated ChangLog with merged in fixRainer Gerhards2011-03-061-0/+4
| | | |
| * | | Merge branch 'v5-beta-gtls-fix' into v5-betaRainer Gerhards2011-03-0657-5/+131
| |\ \ \
| | * | | bugfix: regression: memory leak in module loaderBojan Smojver2011-03-042-13/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-2357-5/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-044-10/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | changed testbench parser patterns for more usual system configRainer Gerhards2011-03-044-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
| * | | preparing for 5.6.4v5.6.4Rainer Gerhards2011-03-022-2/+2
| | | |
| * | | backporting abort condition fix from 5.7.7Rainer Gerhards2011-03-022-2/+10
| | | |
| * | | cosmetic: ChangeLog looks like 5.6.4 was already released, but it is notRainer Gerhards2011-02-251-1/+1
| | | |
| * | | bugfix: fixed a memory leak and potential abort conditionRainer Gerhards2011-02-253-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could happen if multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226 fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
* | | | added first experimental skeleton of what is to become a testconfig generatorRainer Gerhards2011-03-041-0/+72
| | | | | | | | | | | | | | | | | | | | currently it generates only the power set, more work to do to make it a real config generator.
* | | | preparing for 5.7.7v5.7.7Rainer Gerhards2011-03-023-3/+3
| | | |
* | | | bugfix: potential abort condition when $RepeatedMsgReduction set to onRainer Gerhards2011-03-012-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as well as potentially in a number of other places where MsgDup() was used. This only happened when the imudp input module was used and it depended on name resolution not yet had taken place. In other words, this was a strange problem that could lead to hard to diagnose instability. So if you experience instability, chances are good that this fix will help.
* | | | preparing for 5.7.6v5.7.6Rainer Gerhards2011-02-253-3/+3
| | | |
* | | | bugfix: fixed a memory leak and potential abort conditionRainer Gerhards2011-02-253-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could happen if multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226 fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
* | | | cosmetic: removing commented-out testing aidRainer Gerhards2011-02-251-1/+0
| | | |
* | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-02-251-2/+5
|\ \ \ \
| * \ \ \ Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-02-241-0/+4
| |\ \ \ \
| * | | | | bugfix: testbench failed when omuxsock was not selected in ./configureRainer Gerhards2011-02-241-1/+4
| | | | | |
| * | | | | bugfix: testbench failed when imptcp was not selectedRainer Gerhards2011-02-241-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-02-252-1/+14
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Conflicts: ChangeLog
| * | | bugfix: memory leak when $RepeatedMsgReduction on was usedRainer Gerhards2011-02-252-0/+9
| | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
* | | | fixed compile problems on SolarisRainer Gerhards2011-02-231-0/+4
| |/ / |/| |
* | | fixed testsuite problems during make distcheckv5.7.5Rainer Gerhards2011-02-233-5/+5
| | |