summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | * | some legacy options were not correctly processedvarmojfekoj2008-12-101-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | | * | backport of $AllowedSender security fixv3.18.6Rainer Gerhards2008-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - security bugfix: $AllowedSender was not honored, all senders were permitted instead (see http://www.rsyslog.com/Article322.phtml) (backport from v3-stable, v3.20.9) - minor bugfix: dual close() call on tcp session closure
| | * | | doc bugfix: v3-compatiblity document had typo in config directiveRainer Gerhards2008-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | thanks to Andrej for reporting this
* | | | | 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.
* | | | | added sponsor information - thanks to BlinkMind for sponsoring $PreserveFQDNRainer Gerhards2008-12-081-0/+2
| | | | |
* | | | | added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | Enables to use FQDNs in sender names where the legacy default
* | | | | bugfix: imudp went into an endless loop under some circumstancesRainer Gerhards2008-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | (but could also leave it under some other circumstances...) Thanks to David Lang and speedfox for reporting this issue.
* | | | | preparing for 4.1.2 releasev4.1.2Rainer Gerhards2008-12-051-2/+2
| | | | |
* | | | | doc bugfix: typo in v3 compatibility documentRainer Gerhards2008-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | thanks to Andrej for reporting
* | | | | Merge branch 'beta'Rainer Gerhards2008-12-051-1/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c