Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-09 | 1 | -0/+11 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | bugfix: $InputTCPMaxSessions config directive was accepted, but not honored | Rainer Gerhards | 2009-04-09 | 1 | -0/+4 |
| | | | | | | | | This resulted in a fixed upper limit of 200 connections. | ||||
| * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2009-04-09 | 1 | -0/+3 |
| |\ | |||||
| | * | bugfix: potential memory leak in msg.c | Rainer Gerhards | 2009-04-09 | 1 | -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.21.11v3.21.11 | Rainer Gerhards | 2009-04-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-02 | 1 | -1/+11 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | preparing for 3.20.5 releasev3.20.5 | Rainer Gerhards | 2009-04-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'dapatch' into v3-stable | Rainer Gerhards | 2009-04-02 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | bugfix: potential abort with DA queue after high watermark is reached | Rainer Gerhards | 2009-03-25 | 1 | -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 RainerScript | varmojfekoj | 2009-03-16 | 1 | -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> | ||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-03-11 | 1 | -1/+13 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | doc enhance: enhance ommysql documentation | Rainer Gerhards | 2009-03-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema | ||||
| * | | | fixed a potential segfault problem in gssapi code | varmojfekoj | 2009-03-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | | updated changelog to reflect patch applied | Rainer Gerhards | 2009-02-24 | 1 | -0/+4 |
| |/ / | |||||
| * | | doc bugfix: dist tarball missed 2 files, had one extra file that no longer ↵ | Rainer Gerhards | 2009-02-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | belongs into it. Thanks to Michael Biebl for pointing this out. | ||||
| * | | bugfix: invalid ./configure settings for RFC3195 | Michael Biebl | 2009-02-06 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | reflected build system changes in change log | Rainer Gerhards | 2009-02-24 | 1 | -0/+3 |
| | | | |||||
* | | | prepared for 3.21.10 releasev3.21.10 | Rainer Gerhards | 2009-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3-stable' into beta, conclude fix for race | Rainer Gerhards | 2009-01-30 | 1 | -0/+6 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c | ||||
| * | | finished adding race condition fix (mostly done by merge) | Rainer Gerhards | 2009-01-30 | 1 | -0/+3 |
| | | | |||||
| * | | bugfix: invalid mutex access in msg.c | Rainer Gerhards | 2009-01-30 | 1 | -0/+3 |
| | | | |||||
* | | | bugfix: inconsistent use of mutex/atomic operations could cause segfault | Rainer Gerhards | 2009-01-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html | ||||
* | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-01-27 | 1 | -1/+19 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | prepared for 3.20.3 releasev3.20.3 | Rainer Gerhards | 2009-01-19 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-01-12 | 1 | -0/+9 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | fixed a potential segfault condition with $AllowedSender directive | Rainer Gerhards | 2009-01-12 | 1 | -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-stable | Rainer Gerhards | 2008-12-18 | 1 | -1/+6 |
| |\| | | |||||
| | * | | Merge branch 'v2-stable' into debian_lenny | Rainer Gerhards | 2008-12-18 | 1 | -1/+8 |
| | |\| | |||||
| | | * | bugfix: "$CreateDirs off" also disabled file creation | Rainer Gerhards | 2008-12-18 | 1 | -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 corrected | Geoff Simmons | 2008-12-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | bugfix: the string "Do Die" was accidently emited upon exit in non-debug mode | varmojfekoj | 2009-01-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | some legacy options were not correctly processed | varmojfekoj | 2008-12-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-10 | 1 | -0/+12 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c | ||||
| * | | | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2008-12-10 | 1 | -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 processed | varmojfekoj | 2008-12-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | | backport of $AllowedSender security fixv3.18.6 | Rainer Gerhards | 2008-12-08 | 1 | -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 directive | Rainer Gerhards | 2008-12-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | thanks to Andrej for reporting this | ||||
* | | | | Merge branch 'v3-stable' into betav3.21.9 | Rainer Gerhards | 2008-12-04 | 1 | -1/+23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c | ||||
| * | | | security fix: imudp emitted a message when a non-permitted sender...v3.20.2 | Rainer Gerhards | 2008-12-04 | 1 | -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). | ||||
* | | | | prep for 3.21.8 release, added security advisory urlv3.21.8 | Rainer Gerhards | 2008-12-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-04 | 1 | -2/+9 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | added proper release datev3.20.1 | Rainer Gerhards | 2008-12-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | bugfix: memory leaks in gtls netstream driver | Rainer Gerhards | 2008-12-03 | 1 | -0/+6 |
| | | | | |||||
* | | | | clarified inclusion of security fix in ChangeLog | Rainer Gerhards | 2008-11-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | This was imported from v3-stable, but it is important enough to justify a duplicate entry in ChangeLog. | ||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-29 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * | | | security bugfix: $AllowedSender was not honored, | Rainer Gerhards | 2008-11-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | ...all senders were permitted instead | ||||
* | | | | bugfix: imklog did not compile on freeBSD | Rainer Gerhards | 2008-11-24 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-18 | 1 | -0/+4 |
|\| | | | |||||
| * | | | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-11-18 | 1 | -0/+4 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | bugfix: removed memory leak in ompgsql | Ken | 2008-11-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> |