summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into sol-testRainer Gerhards2009-03-311-0/+11
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * Merge branch 'master' into testsRainer Gerhards2009-03-261-0/+11
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| * | initial parser testing suite addedRainer Gerhards2009-03-261-0/+2
| | | | | | | | | | | | | | | | | | integrated tcl test script into autotools make check, created a few test cases based a real-world sample and samples from RFC3164 and 5424.
| * | improved testing supportRainer Gerhards2009-03-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config)
* | | bugfix: fixed some segaults on SolarisRainer Gerhards2009-03-251-0/+2
| |/ |/| | | | | where vsprintf() does not check for NULL pointers
* | Merge branch 'dapatch'Rainer Gerhards2009-03-251-0/+4
|\ \
| * | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+4
| | | | | | | | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
* | | Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-0/+7
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: ChangeLog
| * | omfile suspend handling for non-dynafiles, also bugfixesRainer Gerhards2009-03-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primarily bugs introduced by recent changes. We now also handle static file names correctly, that was not the case before. We now correctly reset the descriptor in the dynafile cache if somthing goes wrong. Keep in mind that reliablity of output is depending on the reliability of the file system driver (the cifs driver returns OK, but still loses data if it is disconnected for too-long).
| * | omfile bugfixingRainer Gerhards2009-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | | - fixed a bug that caused action retries not to work correctly situation was only cleared by a restart - bugfix: closed dynafile was potentially never written until another dynafile name was generated - potential loss of messages
* | | added output module templateRainer Gerhards2009-03-161-2/+3
| | | | | | | | | | | | | | | | | | | | | so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far...
* | | Merge branch 'master' into rscript-funcRainer Gerhards2009-03-131-2/+17
|\| |
| * | Merge branch 'beta'Rainer Gerhards2009-03-111-1/+13
| |\ \ | | | | | | | | | | | | | | | | Conflicts: doc/omrelp.html
| | * \ Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-1/+13
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * | doc enhance: enhance ommysql documentationRainer Gerhards2009-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema
| | | * | fixed a potential segfault problem in gssapi codevarmojfekoj2009-03-021-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | | * | updated changelog to reflect patch appliedRainer Gerhards2009-02-241-0/+4
| | | |/
| | | * doc bugfix: dist tarball missed 2 files, had one extra file that no longer ↵Rainer Gerhards2009-02-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | belongs into it. Thanks to Michael Biebl for pointing this out.
| | | * bugfix: invalid ./configure settings for RFC3195Michael Biebl2009-02-061-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | updated project status, versionRainer Gerhards2009-03-111-0/+2
| | | |
| * | | bugfix: parser did not correctly parse fields in UDP-received messagesRainer Gerhards2009-03-101-1/+2
| | | |
* | | | initial implementation of RainerScript functions & strlen()Rainer Gerhards2009-03-101-0/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | - implemented function support in RainerScript. That means the engine parses and compile functions, as well as executes a few build-in ones. Dynamic loading and registration of functions is not yet supported - but we now have a good foundation to do that later on. NOTE: nested function calls are not yet supported due to a design issue with the function call VM instruction set design. - implemented the strlen() RainerScript function
* | | added ERE support in filter conditionsRainer Gerhards2009-03-041-0/+2
| | | | | | | | | | | | new comparison operation "ereregex"
* | | Merge branch 'beta'Rainer Gerhards2009-02-241-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * | reflected build system changes in change logRainer Gerhards2009-02-241-0/+3
| | |
| * | prepared for 3.21.10 releasev3.21.10Rainer Gerhards2009-02-021-1/+1
| | |
* | | Merge branch 'lastmessage'Rainer Gerhards2009-02-021-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | so that the "last message repeated n times" messages, if generated, may have an alternate format that contains the message that is being repeated. Note that this is on an action-by-action basis.
* | | | Merge branch 'beta'Rainer Gerhards2009-01-301-0/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-0/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| | * | finished adding race condition fix (mostly done by merge)Rainer Gerhards2009-01-301-0/+3
| | | |
| | * | bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-0/+3
| | | |
| * | | bugfix: inconsistent use of mutex/atomic operations could cause segfaultRainer Gerhards2009-01-301-0/+3
| | | | | | | | | | | | | | | | | | | | details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
* | | | preparing for 4.1.4 releasev4.1.4Rainer Gerhards2009-01-291-0/+8
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2009-01-271-1/+21
|\| | | | | | | | | | | | | | | | | | | Conflicts: tools/omfile.c
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-01-271-1/+19
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | prepared for 3.20.3 releasev3.20.3Rainer Gerhards2009-01-191-0/+2
| | | |
| | * | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-121-0/+9
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | fixed a potential segfault condition with $AllowedSender directiveRainer Gerhards2009-01-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On HUP, the root pointers were not properly cleaned up. Thanks to Michael Biebel, olgoat, and Juha Koho for reporting and analyzing the bug.
| | * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-181-1/+6
| | |\| |
| | | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2008-12-181-1/+8
| | | |\ \
| | | | * | bugfix: "$CreateDirs off" also disabled file creationRainer Gerhards2008-12-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to William Tisater for analyzing this bug and providing a patch. The actual code change is heavily based on William's patch.
| | | * | | doc bugfix: some spelling errors in man pages correctedGeoff Simmons2008-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | bugfix: the string "Do Die" was accidently emited upon exit in non-debug modevarmojfekoj2009-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | bufgix: $PreserveFQDN was not properly handled for locally emitted messagesRainer Gerhards2008-12-201-0/+2
| |_|_|_|/ |/| | | |
* | | | | preparing for 4.1.3 releasev4.1.3Rainer Gerhards2008-12-161-1/+3
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2008-12-101-0/+16
|\| | | |
| * | | | some legacy options were not correctly processedvarmojfekoj2008-12-101-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-101-0/+12
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-101-0/+10
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html net.h plugins/imtcp/imtcp.c plugins/imudp/imudp.c runtime/net.c runtime/rsyslog.h tcps_sess.c tcpsrv.c