summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: ActionQueue could malfunction due to index errorVlad Grigorescu2011-10-171-0/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* bugfix: imfile did invalid system call under some circumstancesRainer Gerhards2011-10-071-0/+4
| | | | | | when a file that was to be monitored did not exist BUT the state file actually existed. Mostly a cosmetic issue. Root cause was incomplete error checking in stream.c; so patch may affect other code areas.
* bugfix: omfile returns fatal error code for things that go really wrongRainer Gerhards2011-09-261-0/+3
| | | | | previously, RS_RET_RESUME was returned, which lead to a loop inside the rule engine as omfile could not really recover.
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-09-221-0/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: this merge has problems, to be fixed with follow-up commits If file creation fails due to out of memory, we can enter a tight loop. Conflicts: ChangeLog configure.ac doc/manual.html runtime/parser.c runtime/rsyslog.h tests/Makefile.am tests/tcpflood.c
| * bugfix: potential abort if ultra-large file io buffers are used andRainer Gerhards2011-09-201-0/+5
| | | | | | | | | | dynafile cache exhausts address space (primarily a problem on 32 bit platforms)
| * Merge branch 'v4-beta' into v4-stable, prep for 4.8.0v4.8.0Rainer Gerhards2011-09-071-0/+98
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no changes compared to 4.7.5, just a re-release with the new version number as new v4-stable. The most important new feature is Solaris support. Conflicts: configure.ac doc/manual.html
| | * preparing for 4.7.5 releasev4.7.5Rainer Gerhards2011-08-311-1/+1
| | |
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2011-08-301-3/+5
| | |\ | | |/ | |/| | | | | | | Conflicts: ChangeLog
| | * Added changelog entryAndre Lorbach2011-08-111-0/+1
| | |
| | * Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-111-0/+1
| | |\
| | * \ Merge branch 'v4-stable' into v4-betaRainer Gerhards2011-08-091-0/+3
| | |\ \
| | * \ \ Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-051-0/+7
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | preparing for 4.7.4v4.7.4Rainer Gerhards2011-07-111-1/+1
| | | | | |
| | * | | | Merge branch 'v4-stable' into v4-develRainer Gerhards2011-07-111-3/+15
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-06-141-0/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-111-0/+10
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-091-0/+37
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c tests/Makefile.am tests/tcpflood.c
| | * | | | | | | | bugfix: a slightly more informative error message when a TCPRainer Gerhards2011-05-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connections is aborted
| | * | | | | | | | bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: root <root@localhost.localdomain>
| | * | | | | | | | imudp: removing new scheduling priority setting codeRainer Gerhards2011-01-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as it had too many implications. This will now be part of v5 only.
* | | | | | | | | | bugfix: imuxsock did no longer ignore message-provided timestamp,Rainer Gerhards2011-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if so configured (the *default*). Lead to no longer sub-second timestamps. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=281
* | | | | | | | | | bugfix: rsyslogd -v always said 64 atomics were not presentmono_matsuko2011-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | | | bugfix: mark message processing did not work correctlyRainer Gerhards2011-08-311-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-301-3/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/syslogd.c
| * | | | | | | | | added bug info to ChangeLogRainer Gerhards2011-08-301-2/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Added MsgDup bugfix from v5-stable into v4-stable branchAndre Lorbach2011-08-111-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-0/+3
| | | | | | | |
* | | | | | | | bugfixes for tag emulationRainer Gerhards2011-08-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: potential hang condition during tag emulation - bugfix: too-early string termination during tag emulation
* | | | | | | | fixed typo in changelogAndre Lorbach2011-08-101-1/+1
| | | | | | | |
* | | | | | | | added changelog entryAndre Lorbach2011-08-101-0/+3
| | | | | | | |
* | | | | | | | preparing for version 5.8.4v5.8.4root2011-08-101-1/+1
| | | | | | | |
* | | | | | | | Added changelog entry for bugid 275Andre Lorbach2011-08-101-0/+3
| | | | | | | |
* | | | | | | | cosmetic: add imported bugfix to ChangeLogRainer Gerhards2011-08-091-0/+3
| | | | | | | |
* | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-091-0/+3
|\| | | | | | |
| * | | | | | | bugfix: memcpy overflow can occur in allowed sender checkingMarius Tomaschewski2011-08-091-0/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...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 'v4-stable' into v5-stableAndre Lorbach2011-08-051-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | Merge branch 'v3-stable' into v4-stableAndre Lorbach2011-08-051-0/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c
| | * | | | | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-0/+1
| | | | | | |
* | | | | | | Added changelog entryAndre Lorbach2011-08-051-0/+3
| | | | | | |
* | | | | | | preparing for 5.8.3v5.8.3Rainer Gerhards2011-07-111-1/+4
| | | | | | |
* | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| * | | | | | preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-111-1/+2
| | | | | | |
* | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-061-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | added support for the ":omusrmsg:" syntax in configuring user messagesRainer Gerhards2011-07-061-0/+3
| | | | | | |
| * | | | | | preparing for 4.6.6v4.6.6Rainer Gerhards2011-06-241-1/+1
| | | | | | |
* | | | | | | doc: mentioned Lennart's patch in ChangeLogRainer Gerhards2011-07-021-0/+3
| | | | | | |
* | | | | | | bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug.
* | | | | | | preparing for 5.8.2Rainer Gerhards2011-06-211-1/+1
| | | | | | |
* | | | | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
* | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-06-161-0/+6
|\| | | | | |