summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-0/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
| * | | | Merge branch 'v4-stable' into 'v5-beta'Rainer Gerhards2010-02-251-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
* | | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.
* | | | | Merge branch 'v4-beta' into masterRainer Gerhards2010-02-241-0/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html tools/syslogd.c
| * | | | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [backported from v5 commit 98d1ed504ec001728955a5bcd7916f64cd85f39f] This actually was a "recent" regression, but I did not realize that it was introduced by the performance optimization in v4-devel. Shame on me for having two devel versions at the same time...
* | | | | added additional test case (based on real-life problem)Rainer Gerhards2010-02-191-0/+1
| | | | |
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-02-101-0/+4
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh
| * | | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * | | preparing for 4.5.8v4.5.8Rainer Gerhards2010-02-101-0/+4
| | | |/ | | |/|
| | * | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-0/+1
| | | |
* | | | preparing for 5.5.2v5.5.2Rainer Gerhards2010-02-051-1/+1
| | | |
* | | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-271-0/+4
| | | | | | | | | | | | | | | | Thanks to David Lang for suggesting this functionality.
* | | | extended testbench: tests for $CreateDirsRainer Gerhards2009-11-301-0/+6
| | | |
* | | | re-implemented $EscapeControlCharacterTab config directiveRainer Gerhards2009-11-271-0/+8
|/ / / | | | | | | | | | | | | Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
* | | solved some minor nits in make distcheckv5.3.5Rainer Gerhards2009-11-131-0/+1
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-1/+6
|\ \ \ | | |/ | |/| | | | | | | Conflicts: tests/Makefile.am
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-0/+5
| |\|
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+5
| | |\ | | | | | | | | | | | | | | | | 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.
* | | | improved testbench: added tests for UDP forwarding and omudpspoofRainer Gerhards2009-11-121-0/+19
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-111-0/+9
|\| | |
| * | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-111-0/+9
| |\| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | somewhat enhanced test suiteRainer Gerhards2009-11-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also prepared test case for TLS testing, but not activated it inside the build itself. A note on TLS testing: the current testsuite (in git!) already contains TLS test cases. However, getting these test cases correct is not simple. That's not a problem with the code itself, but rater a problem with synchronization in the test environment. So I have deciced to keep the TLS tests in, but not yet actually utilize them. This is most probably left as an excercise for future (devel) releases.
| | * | testbench improvement: gzip-plain-tcp mode is now being testedRainer Gerhards2009-11-111-0/+9
| | | | | | | | | | | | | | | | | | | | ... also improved two-instance test mechanism, now have a generic approach.
* | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-1/+4
|\| | |
| * | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-1/+4
| |\| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-1/+4
| | | |
| | * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-271-2/+2
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-031-0/+3
|\| | |
| * | | added function getenv() to RainerScriptRainer Gerhards2009-11-031-0/+3
| | | |
| * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2009-08-251-2/+2
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | Conflicts: ChangeLog runtime/msg.c
| | * bugfix: Java testing tools were required, even if testbench was disabledRainer Gerhards2009-08-241-2/+2
| | | | | | | | | | | | | | | | | | This resulted in build errors if no Java was present on the build system, even though none of the selected option actually required Java. (I forgot to backport a similar fix to newer releases).
| | * cleanup (removed left-over from backport)v4.3.2Rainer Gerhards2009-06-241-2/+0
| | |
* | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-0/+9
| | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* | | added test for ruleset-specific main queueRainer Gerhards2009-10-301-0/+3
| | |
* | | improved testbenchRainer Gerhards2009-10-211-0/+4
| | | | | | | | | | | | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* | | preparing for 5.3.2v5.3.2Rainer Gerhards2009-10-211-1/+1
| | |
* | | streamlined new addition to testbenchRainer Gerhards2009-10-191-0/+3
| | |
* | | added one more parser test caseRainer Gerhards2009-10-091-0/+1
| | |
* | | added forgotten testcaseRainer Gerhards2009-08-201-0/+1
| | |
* | | bugfix: discard action caused segfaultRainer Gerhards2009-07-301-0/+3
| | |
* | | moved check_JAVA as suggested by Michael Biebl - thxRainer Gerhards2009-07-201-2/+2
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-07-091-0/+6
|\| |
| * | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+6
| | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.
* | | added yet another forgotten file...Rainer Gerhards2009-07-021-0/+1
| | |
* | | fixed missing file in distribution tarballRainer Gerhards2009-07-021-0/+1
| | |
* | | Merge branch 'master' into v5-develRainer Gerhards2009-06-261-0/+6
|\| |
| * | added some basic multithreading tests to testbenchRainer Gerhards2009-06-261-0/+6
| | |
* | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-1/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h