Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added bug info to ChangeLog | Rainer Gerhards | 2011-08-30 | 1 | -2/+3 |
| | |||||
* | Merge branch 'v4-stable-rhel-bug' into v4-stable | Rainer Gerhards | 2011-08-30 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: off-by-one(two) bug in legacy syslog parser | Rainer Gerhards | 2011-08-10 | 1 | -1/+1 |
| | | |||||
* | | Added MsgDup bugfix from v5-stable into v4-stable branch | Andre Lorbach | 2011-08-11 | 2 | -1/+2 |
|/ | |||||
* | bugfix: memcpy overflow can occur in allowed sender checking | Marius Tomaschewski | 2011-08-09 | 2 | -1/+4 |
| | | | | | | | ...if a host name is resolved to IPv4-mapped-on-IPv6 address. Found by Ismail Dönmez at suse. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | Merge branch 'v3-stable' into v4-stable | Andre Lorbach | 2011-08-05 | 2 | -7/+11 |
|\ | | | | | | | | | | | Conflicts: runtime/msg.c | ||||
| * | bugfix: potential misadressing in property replacer | Andre Lorbach | 2011-08-05 | 2 | -7/+8 |
| | | |||||
* | | doc: updated rsyslog.conf man page with new syntaxes | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| | | |||||
* | | preparing for 4.6.7 releasev4.6.7 | Rainer Gerhards | 2011-07-11 | 8 | -15/+16 |
| | | |||||
* | | support for :omfile: forward compatibility directive | Rainer Gerhards | 2011-07-11 | 3 | -3/+11 |
| | | |||||
* | | added support for the ":omusrmsg:" syntax in configuring user messages | Rainer Gerhards | 2011-07-06 | 3 | -8/+19 |
| | | |||||
* | | doc: ./configure --help invalidly showed imdiag enabled by default | Rainer Gerhards | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | Thanks to Frédéric L. W. Meunier for bringing this to my attention. | ||||
* | | preparing for 4.6.6v4.6.6 | Rainer Gerhards | 2011-06-24 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2011-06-16 | 2 | -1/+7 |
|\| | | | | | | | | | Conflicts: runtime/datetime.c | ||||
| * | bugfix: timestamp was incorrectly calculated for timezones with minute offset | Rainer Gerhards | 2011-06-16 | 2 | -1/+4 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=271 | ||||
* | | doc: clarified requirements for $WorkDirectory directive | Rainer Gerhards | 2011-06-15 | 1 | -1/+2 |
| | | |||||
* | | bugfix: memory leak in imtcp & subsystems under some circumstances | Rainer Gerhards | 2011-06-14 | 3 | -4/+12 |
| | | | | | | | | | | This leak is tied to error conditions which lead to incorrect cleanup of some data structures. [backport from v6, limited testing under v4] | ||||
* | | cleanup: removed useless & undocumented config directive from imrelp | Rainer Gerhards | 2011-05-20 | 1 | -5/+0 |
| | | |||||
* | | bugfix: invalid processing in QUEUE_FULL condition | Rainer Gerhards | 2011-05-11 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the the multi-submit interface was used and a QUEUE_FULL condition occured, the failed message was properly destructed. However, the rest of the input batch, if it existed, was not processed. So this lead to potential loss of messages and a memory leak. The potential loss of messages was IMHO minor, because they would have been dropped in most cases due to the queue remaining full, but very few lucky ones from the batch may have made it. Anyhow, this has now been changed so that the rest of the batch is properly tried to be enqueued and, if not possible, destructed. | ||||
* | | bugfix: invalid storage type for config variables | Rainer Gerhards | 2011-05-09 | 2 | -1/+2 |
| | | |||||
* | | bugfix: stream driver mode was not correctly set on tcp ouput on big endian ↵ | Tomas Heinrich | 2011-05-09 | 2 | -1/+4 |
| | | | | | | | | | | | | systems. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bugfix: memory and file descriptor leak in stream processing | Rainer Gerhards | 2011-05-03 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | Leaks could occur under some circumstances if the file stream handler errored out during the open call. Among others, this could cause very big memory leaks if there were a problem with unreadable disk queue files. In regard to the memory leak, this closes: http://bugzilla.adiscon.com/show_bug.cgi?id=256 | ||||
* | | bugfix: TCP connection invalidly aborted when messages needed to be discarded | Rainer Gerhards | 2011-05-02 | 2 | -1/+3 |
| | | | | | | | | due to QUEUE_FULL or similar problem | ||||
* | | slightly more informative errmsg when TCP connection is aborted | Rainer Gerhards | 2011-05-02 | 3 | -5/+11 |
| | | |||||
* | | bugfix: IPv6-address could not be specified in omrelp | Rainer Gerhards | 2011-04-14 | 3 | -2/+16 |
| | | | | | | | | | | this was due to improper parsing of ":" closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250 | ||||
* | | added new test for imfile to testbench | Rainer Gerhards | 2011-03-11 | 6 | -4/+62 |
| | | |||||
* | | improved tcpflood test tool to support many more connections | Rainer Gerhards | 2011-03-10 | 1 | -0/+14 |
| | | | | | | | | | | | | even on platforms that place a low limit on the number of file descriptors per processes. The tool now increases the fd limit as required. | ||||
* | | bugfix: omlibdbi did not use password from rsyslog.con | Rainer Gerhards | 2011-03-09 | 2 | -1/+3 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203 | ||||
* | | bugfix: abort if imfile reads file line of more than 64KiB | Rainer Gerhards | 2011-02-10 | 2 | -1/+4 |
| | | | | | | | | | | Thanks to Peter Eisentraut for reporting and analysing this problem. bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221 | ||||
* | | imfile bugfix: potential duplication of log content | Rainer Gerhards | 2011-01-10 | 2 | -13/+12 |
| | | | | | | | | | | | | Under some circumstances an invalid truncation was detected. This code has now been removed, a file change (and thus resent) is only detected if the inode number changes. | ||||
* | | forgot the actual patch with the last commit :( | Rainer Gerhards | 2010-12-17 | 1 | -1/+1 |
| | | |||||
* | | bugfix: imfile potentially duplicates lines | Rainer Gerhards | 2010-12-17 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when 0 bytes are read from the input file, and some writer appends data to the file BEFORE we check if a rollover happens. The check for rollover uses the inode and size as a criterion. So far, we checked for equality of sizes, which is not given in this scenario, but that does not indicate a rollover. From the source code comments: Note that when we check the size, we MUST NOT check for equality. The reason is that the file may have been written right after we did try to read (so the file size has increased). That is NOT in indicator of a rollover (this is an actual bug scenario we experienced). So we need to check if the new size is smaller than what we already have seen! | ||||
* | | some cleanup based on clang static analyzer results | Rainer Gerhards | 2010-12-16 | 14 | -32/+18 |
| | | |||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-12-16 | 3 | -3/+6 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | improved some code based on clang static analyzer results | Rainer Gerhards | 2010-12-16 | 3 | -3/+6 |
| | | |||||
* | | typo fix (thanks to Björn Påhlsson for finding it!) | Michael Biebl | 2010-11-30 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Merge branch 'v4.4.2a' into v4-stable | Rainer Gerhards | 2010-11-25 | 1 | -5/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imfile/imfile.c runtime/stream.c | ||||
| * | | patched version number | Rainer Gerhards | 2010-10-15 | 1 | -1/+1 |
| | | | |||||
| * | | bugfix: a couple of problems that imfile had on some platforms | Rainer Gerhards | 2010-10-15 | 2 | -5/+9 |
| | | | | | | | | | | | | namely Ubuntu (not their fault, but occured there) | ||||
| * | | bugfix: imfile utilizes 32 bit to track offset | Rainer Gerhards | 2010-10-15 | 3 | -4/+12 |
| | | | | | | | | | | | | | | | Most importantly, this problem can not experienced on recent Fedora 64 bit OS (which has 64 bit long's!) | ||||
* | | | final preparations for releasev4.6.5 | Rainer Gerhards | 2010-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-11-24 | 3 | -1/+28 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: ChangeLog configure.ac | ||||
| * | | bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3 | Rainer Gerhards | 2010-11-24 | 3 | -1/+24 |
| | | | | | | | | | | | | | | | | | | ... in a tight loop, effectively disabling functionality and bearing the risk of unresponsiveness of the whole system. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194 | ||||
* | | | fixing some compile problems on FreeBSD | Rainer Gerhards | 2010-10-19 | 10 | -376/+87 |
| | | | |||||
* | | | better error messages in testbench | Rainer Gerhards | 2010-10-22 | 1 | -2/+2 |
| | | | |||||
* | | | fixed incomplete merge | Rainer Gerhards | 2010-10-15 | 1 | -0/+1 |
| | | | |||||
* | | | imfile: bugfixes in regard to large files (> 2GB) | Rainer Gerhards | 2010-10-15 | 3 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: a couple of problems that imfile had on some platforms, namely Ubuntu (not their fault, but occured there) - bugfix: imfile utilizes 32 bit to track offset. Most importantly, this problem can not experienced on Fedora 64 bit OS (which has 64 bit long's!) | ||||
* | | | minor doc fix: updated tls doc to match new gnutls toolset | Tom Bergfeld | 2010-09-08 | 1 | -1/+11 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | preparing for 4.6.4v4.6.4 | Rainer Gerhards | 2010-08-05 | 3 | -3/+3 |
| | | | |||||
* | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-08-05 | 4 | -117/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/professional_support.html |