summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* minor: moved all code to new isAllowedSender2() interfaceRainer Gerhards2009-11-171-2/+3
|
* Merge branch 'v4-devel'Rainer Gerhards2009-11-171-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html gss-misc.c plugins/imgssapi/imgssapi.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c
| * integrating varmojfekoj's "unlimited select()" patch into v4-develRainer Gerhards2009-11-171-0/+2
| |\
| | * added option to use unlimited-size select() callsvarmojfekoj2009-11-171-0/+2
| | | | | | | | | | | | | | | | | | Thanks to varmjofekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | moved DNS resolution code out of imudp and into the backend processingRainer Gerhards2009-11-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Most importantly, DNS resolution now never happens if the resolved name is not required. Note that this applies to imudp - for the other inputs, DNS resolution almost comes for free, so we do not do it there. However, the new method has been implemented in a generic way and as such may also be used by other modules in the future.
* | | bumped version number, updated project statusRainer Gerhards2009-11-131-0/+2
| | |
* | | preparing for new beta (5.3.5)Rainer Gerhards2009-11-131-1/+1
| | |
* | | Begin new beta branchRainer Gerhards2009-11-131-1/+164
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into beta Conflicts: ChangeLog tests/Makefile.am
| * | | some light performance enhancementRainer Gerhards2009-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
| * | | cosmetic: mentioned imported bugfix in changelogRainer Gerhards2009-11-121-0/+2
| | | |
| * | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-0/+5
| |\| |
| | * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-0/+5
| | |\ \
| | | * \ Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+5
| | | |\ \
| | | | * | cosmetic: mention imported v3-bugfix in ChangeLogRainer Gerhards2009-11-121-0/+2
| | | | | |
| | | | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-0/+3
| | | | |\ \
| | | | | * | bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
| * | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-0/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-0/+6
| | |\| | | |
| | | * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+6
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | | * | | bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.
| | * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-2/+7
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | bugfix: omudpspoof miscalculated source and destination portsRainer Gerhards2009-11-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while this was probably not noticed for source ports, it resulted in almost all destination ports being wrong, except for the default port of 514, which by virtue of its binary representation was calculated correct (and probably thus the bug not earlier detected).
| * | | | | | improved testbench: added tests for UDP forwarding and omudpspoofRainer Gerhards2009-11-121-0/+1
| | | | | | |
| * | | | | | doc bugfix: omudpspoof had wrong config command names ("om" missing)Rainer Gerhards2009-11-121-0/+1
| | | | | | |
| * | | | | | cosmetic: added testbench improvement to ChangeLogRainer Gerhards2009-11-121-1/+2
| | | | | | |
| * | | | | | some improvement of omfile performance with dynafilesRainer Gerhards2009-11-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saved costly time() calls by employing a logical clock, which is sufficient for the use case
| * | | | | | Merge branch 'v4-beta'Rainer Gerhards2009-11-101-1/+11
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
| | * | | | | bumped version numberRainer Gerhards2009-11-051-0/+2
| | | | | | |
| | * | | | | preparing for 4.5.6v4.5.6Rainer Gerhards2009-11-051-1/+1
| | | | | | |
| * | | | | | fixed regressions in testsuite due to imported changes from last mergeRainer Gerhards2009-11-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... also bumped version number
| * | | | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-0/+9
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-0/+9
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * | | | added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-0/+2
| | | | | | |
| | | * | | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this was a regression from the omfile rewrite in 4.5.0
| | | * | | | bugfix(testbench): testcase did not properly wait for rsyslod shutdownRainer Gerhards2009-10-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thus some unpredictable behavior and a false negative test result could occur. [BACKPORTED from v5]
| * | | | | | prepared for 5.3.4v5.3.4Rainer Gerhards2009-11-041-1/+1
| | | | | | |
| * | | | | | added $RulesetParser config directiveRainer Gerhards2009-11-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is now almost done and works, including doc. I now need to verify shutdown, guess there are some resource leaks left...
| * | | | | | improved omruleset docRainer Gerhards2009-11-031-1/+1
| | | | | | |
| * | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-031-0/+1
| |\| | | | |
| | * | | | | added function getenv() to RainerScriptRainer Gerhards2009-11-031-0/+1
| | | | | | |
| * | | | | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
| * | | | | | bugfix: correct default for escape ('#') character restoredRainer Gerhards2009-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidently changed to '\\', thanks to David Lang for reporting the bug.
| * | | | | | bugfix(testbench): testcase did not properly wait for rsyslod shutdownRainer Gerhards2009-10-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thus some unpredictable behavior and a false negative test result could occur.
| * | | | | | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention)
| * | | | | | updated project status & bumped version numberRainer Gerhards2009-10-271-0/+2
| | | | | | |
| * | | | | | preparing for 5.3.3v5.3.3Rainer Gerhards2009-10-271-5/+5
| | | | | | |
| * | | | | | bugfix: potential abort if inputname property was not setRainer Gerhards2009-10-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primarily a problem of imdiag. Also added some fix for a potential situation during cancel processing. That one is not considered vital and may later be removed again.
| * | | | | | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
| * | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-10-211-2/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/wtp.c