Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | bugfix(kind of): tell users that config graph can currently not be generated | Rainer Gerhards | 2011-03-08 | 4 | -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-stable | Rainer Gerhards | 2011-03-08 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | small bug in testbench, wrong config file pulled in one test | Rainer Gerhards | 2011-03-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | added new test to testbench | Rainer Gerhards | 2011-03-08 | 3 | -1/+36 | |
| | |/ / | ||||||
| * | | | bugfix: discard action did not work under some circumstances | Rainer Gerhards | 2011-03-07 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217 | |||||
| * | | | added new test to check RepeatedMsgReduction (via TCP) | Rainer Gerhards | 2011-03-06 | 3 | -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 done | Rainer Gerhards | 2011-03-06 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | backported new testbench support for valgrind | Rainer Gerhards | 2011-03-06 | 1 | -1/+18 | |
| | | | | ||||||
| * | | | fixed small regression from gnutls fd leak fix | Rainer Gerhards | 2011-03-06 | 3 | -0/+3 | |
| | | | | ||||||
| * | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-03-06 | 58 | -5/+135 | |
| |\ \ \ | ||||||
| | * | | | updated ChangLog with merged in fix | Rainer Gerhards | 2011-03-06 | 1 | -0/+4 | |
| | | | | | ||||||
| | * | | | Merge branch 'v5-beta-gtls-fix' into v5-beta | Rainer Gerhards | 2011-03-06 | 57 | -5/+131 | |
| | |\ \ \ | ||||||
| | | * | | | bugfix: regression: memory leak in module loader | Bojan Smojver | 2011-03-04 | 2 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
| | | * | | | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 57 | -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-beta | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| | * | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -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.4 | Rainer Gerhards | 2011-03-02 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | backporting abort condition fix from 5.7.7 | Rainer Gerhards | 2011-03-02 | 2 | -2/+10 | |
| | | | | | ||||||
| | * | | | cosmetic: ChangeLog looks like 5.6.4 was already released, but it is not | Rainer Gerhards | 2011-02-25 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | bugfix: fixed a memory leak and potential abort condition | Rainer Gerhards | 2011-02-25 | 3 | -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 generator | Rainer Gerhards | 2011-03-04 | 1 | -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.7 | Rainer Gerhards | 2011-03-02 | 3 | -3/+3 | |
| | | | | | ||||||
* | | | | | added additional test for repeated message reduction (with valgrind) | Rainer Gerhards | 2011-03-06 | 3 | -0/+32 | |
| | | | | | ||||||
* | | | | | adding forgotten testbench file | Rainer Gerhards | 2011-03-06 | 1 | -0/+23 | |
| | | | | | ||||||
* | | | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -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!) | |||||
* | | | | | Merge branch 'master-tcpsrv-mt'v6.1.5 | Rainer Gerhards | 2011-03-04 | 13 | -90/+440 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | added new tls-based test to testbench | Rainer Gerhards | 2011-02-28 | 3 | -2/+21 | |
| | | | | | | ||||||
| * | | | | | some cleanup | Rainer Gerhards | 2011-02-28 | 2 | -34/+5 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into master-tcpsrv-mt | Rainer Gerhards | 2011-02-28 | 57 | -271/+2099 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | completed new TLS code in tcpflood | Rainer Gerhards | 2011-02-28 | 2 | -24/+53 | |
| | | | | | | | ||||||
| * | | | | | | experiemental milestone: tcpflood support buffering in TLS mode | Rainer Gerhards | 2011-02-04 | 1 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be checked, it is not yet 100% correct | |||||
| * | | | | | | fixed very recent regression in tcpsrv.c & some cleanup | Rainer Gerhards | 2011-02-02 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgot a debugging abort() ;) | |||||
| * | | | | | | added support for TLS (in anon mode) to tcpflood | Rainer Gerhards | 2011-02-02 | 4 | -6/+130 | |
| | | | | | | | ||||||
| * | | | | | | (somewhat) improved TLS subsystem | Rainer Gerhards | 2011-02-01 | 3 | -26/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improved TLS error reporting - improved TLS startup (Diffie-Hellman bits do not need to be generated, as we do not support full anon key exchange -- we always need certs) | |||||
| * | | | | | | tcpsrv select-handler experimentally moved to multi-threading as well | Rainer Gerhards | 2011-01-31 | 2 | -14/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first tests done with plain tcp, TLS subsystems tests need to be carried out. No serious lab testing done so far. | |||||
| * | | | | | | fixing regression: multi-threading had races | Rainer Gerhards | 2011-01-31 | 6 | -12/+33 | |
| | | | | | | | ||||||
| * | | | | | | interim commit: current debug state of new imptcp | Rainer Gerhards | 2011-01-28 | 2 | -17/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need to verify the concept used in a simpler environment, and this means I probably need to freeze the (non-working) state here for a couple of days. | |||||
| * | | | | | | resolved problem with intermixing requests | Rainer Gerhards | 2011-01-27 | 2 | -6/+25 | |
| | | | | | | | ||||||
| * | | | | | | experimental: added thread pool to tcpsrv epoll handler | Rainer Gerhards | 2011-01-27 | 2 | -26/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this seems to work in lab, but is brand-new code. needs practice drill. | |||||
* | | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-01 | 2 | -1/+18 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | | bugfix: potential abort condition when $RepeatedMsgReduction set to on | Rainer Gerhards | 2011-03-01 | 2 | -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. | |||||
* | | | | | | | improved testbench | Rainer Gerhards | 2011-03-01 | 6 | -1/+55 | |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | - added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...) | |||||
* | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-02-25 | 22 | -26/+214 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | preparing for 5.7.6v5.7.6 | Rainer Gerhards | 2011-02-25 | 3 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | bugfix: fixed a memory leak and potential abort condition | Rainer Gerhards | 2011-02-25 | 3 | -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 aid | Rainer Gerhards | 2011-02-25 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-02-25 | 1 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-02-24 | 1 | -0/+4 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | bugfix: testbench failed when omuxsock was not selected in ./configure | Rainer Gerhards | 2011-02-24 | 1 | -1/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | bugfix: testbench failed when imptcp was not selected | Rainer Gerhards | 2011-02-24 | 1 | -1/+1 | |
| | | |_|_|/ / | | |/| | | | |