summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-3/+1
|\ | | | | | | | | Conflicts: ChangeLog
| * fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-291-2/+2
| | | | | | | | ... as well as some other minor issues.
* | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-0/+15
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-281-0/+6
| | | | | | | | | | | | | | | | | | | | is detected. This change is considered important but small enough to apply it directly to the stable version. [But it is a border case, the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary]
| * bugfix: internal messages were emitted to whatever file had fd2varmojfekoj2009-05-281-0/+3
| | | | | | | | | | | | ...when rsyslogd ran in forked mode (as usual!) Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * relaxed GnuTLS version requirement to 1.4.0Rainer Gerhards2009-05-191-0/+2
| | | | | | | | | | | | | | | | after confirmation from the field that this version is sufficient. I always thought so (I think I developed under 1.4.x), but had no longer an environment to verify. Most imporantly, this means that Centos users will have much less trouble building rsyslog/tls support.
| * bugfix: potential segfault issue when multiple $UDPServerRun directives are ↵Rainer Gerhards2009-05-121-0/+2
| | | | | | | | | | | | specified. Thanks to Michael Biebl for helping to debug this one.
* | bugfix: compile problems in im3195Rainer Gerhards2009-04-231-0/+1
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-231-0/+8
|\| | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
| * bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-0/+4
| | | | | | | | | | ... badly affecting performance for delayable inputs (but not causeing any other issues)
* | preparing for 4.1.7v4.1.7Rainer Gerhards2009-04-221-1/+1
| |
* | Merge branch 'master' into betaRainer Gerhards2009-04-211-0/+151
|\ \ | |/ |/| | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * highlighted bugfix imported from betaRainer Gerhards2009-04-171-0/+5
| |
| * Merge branch 'beta'Rainer Gerhards2009-04-171-0/+12
| |\
| * | highlighting $DirCreateMode fixRainer Gerhards2009-04-161-0/+3
| | |
| * | Merge branch 'beta'Rainer Gerhards2009-04-161-3/+15
| |\ \
| * \ \ Merge branch 'beta'Rainer Gerhards2009-04-091-0/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c tcpsrv.h Note: we have a slight inconsistency, as interface version v4 was already used for tcpsrv in this branch. We accept this inconsistency.
| * | | | final touches for 4.1.6 releasev4.1.6Rainer Gerhards2009-04-071-0/+2
| | | | |
| * | | | updating changelog for releaseRainer Gerhards2009-04-071-3/+5
| | | | |
| * | | | Merge branch 'beta'Rainer Gerhards2009-04-071-6/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html
| * | | | | added (some) developer documentation for output plugin interfaceRainer Gerhards2009-04-031-0/+1
| | | | | |
| * | | | | added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more efficient for some outputs. They new can receive fields not only as a single string but rather in an array where each string is seperated.
| * | | | | fully integrated regex patchRainer Gerhards2009-04-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now have removed the previous method, as really nobody should call it any longer (and now nobody does ;)). Also did some other cleanup.
| * | | | | added new "csv" property replacer optionRainer Gerhards2009-04-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to enable simple creation of CSV-formatted outputs (format from RFC4180 is used)
| * | | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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
| | * | | | | | | 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
| * \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $InputTCPServerAddtlFrameDelimiter config directive, which enabeles to specify an additional, non-standard message delimiter for processing plain tcp syslog. This is primarily a fix for the invalid framing used in Juniper's NetScreen products. Credit to forum user Arv for suggesting this solution. - added $InputTCPServerInputName property, which enables a name to be specified that will be available during message processing in the inputname property. This is considered useful for logic that treats messages differently depending on which input received them.