summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-161-1/+2
|
* Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+10
|\ | | | | | | | | Conflicts: ChangeLog
| * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-161-1/+10
| |\ | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+4
| | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
* | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+4
| | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
* | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+3
|\ \ \ | | |/ | |/|
| * | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-091-0/+3
| | | | | | | | | | | | | | | This one did not surface yet and the issue was actually found due to a problem in v4 - but better fix it here, too.
* | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-2/+2
| | |
* | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-021-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.
* | | | fixed bugs in RainerScriptvarmojfekoj2009-03-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when converting a number and a string to a common type, both were actually converted to the other variable's type. - the value of rsCStrConvertToNumber() was miscalculated. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | 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>
* | | 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
| | |
* | | 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>
* | | 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
* | | security fix: imudp emitted a message when a non-permitted sender...v3.20.2Rainer Gerhards2008-12-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...tried to send a message to it. This behaviour is operator-configurable. If enabled, a message was emitted each time. That way an attacker could effectively fill the disk via this facility. The message is now emitted only once in a minute (this currently is a hard-coded limit, if someone comes up with a good reason to make it configurable, we will probably do that).
* | | added proper release datev3.20.1Rainer Gerhards2008-12-041-1/+1
| | |
* | | bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-031-0/+6
| | |
* | | security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-0/+2
| | | | | | | | | | | | ...all senders were permitted instead
* | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-11-181-0/+4
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: ChangeLog
| * | bugfix: removed memory leak in ompgsqlKen2008-11-181-0/+4
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-0/+4
| | | | | | | | | | | | | | | | | | This allows to return the string 0 if a regular expression is not found. This is probably useful for storing numerical values into database columns.
* | | improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-111-0/+4
| | | | | | | | | | | | | | | | | | RE's seem to be a big trouble spot and I would like to have more information inside the debug log. So I decided to add some additional debug strings permanently.
* | | doc update: documented how to specify multiple property replacer optionsRainer Gerhards2008-11-101-0/+4
| | | | | | | | | | | | abd link to new online regex generator tool added
* | | minor nit: fixed branch identificationv3.20.0Rainer Gerhards2008-11-051-1/+1
| | |
* | | updated release date for 3.20.0Rainer Gerhards2008-11-051-1/+1
| | |
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-281-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: ChangeLog
| * | preparing for 3.18.5 releasev3.18.5Rainer Gerhards2008-10-091-1/+1
| | |
* | | bugfix: double-free in pctp netstream drivervarmojfekoj2008-10-281-0/+5
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-0/+2
| | | | | | | | | | | | | | | | | | - if queues could not be drained before timeout - thanks to David Lang for pointing this out - added link to german-language forum to doc set
* | | increased maximum size of a configuration statement to 4K (was 1K)Rainer Gerhards2008-10-161-1/+3
| | |
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-0/+2
|\| |
| * | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-10-091-0/+2
| |\| | | | | | | | | | | | | | | | Conflicts: syslogd.c
| | * bugfix: memory leaks in rsyslogd, primarily in singlethread modeFederico Nunez2008-10-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Frederico Nunez for providing the fix. The actual patch was commited before this one - unfortunately I forgot to set the author correct when commiting it and then it was pushed to the online repository. Sorry for this ;) Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-0/+3
|\| |
| * | bugfix[minor]: light delay queue mark not properly handledRainer Gerhards2008-10-091-0/+3
| | | | | | | | | | | | | | | | | | if queue size reached light_delay mark, enqueuing could potentially be blocked for a longer period of time, which was not the behaviour desired.