summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-242-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: root <root@localhost.localdomain>
| * | | | | | | | | | | | | typo fixAndrew Stothard2011-09-152-2/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | / / preparing for 4.6.8 releasev4.6.8Rainer Gerhards2011-08-312-2/+2
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | bugfix: imuxsock did no longer ignore message-provided timestamp,Rainer Gerhards2011-09-072-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-052-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | | | | | preparing for 5.8.5 releasev5.8.5Rainer Gerhards2011-08-312-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | bugfix: mark message processing did not work correctlyRainer Gerhards2011-08-313-25/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-302-6/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/syslogd.c
| * | | | | | | | | | | added bug info to ChangeLogRainer Gerhards2011-08-301-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'v4-stable-rhel-bug' into v4-stableRainer Gerhards2011-08-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | bugfix: off-by-one(two) bug in legacy syslog parserRainer Gerhards2011-08-101-1/+1
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * / | | | | | | | | Added MsgDup bugfix from v5-stable into v4-stable branchAndre Lorbach2011-08-112-1/+2
| |/ / / / / / / / /
* | | | | | | | | | removed debug code from action.c and runtime/queue.c after testingAndre Lorbach2011-08-182-21/+0
| | | | | | | | | |
* | | | | | | | | | bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-184-3/+49
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableAndre Lorbach2011-08-121-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | minor doc: made body tag parsable for web site scriptsRainer Gerhards2011-08-121-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-123-1/+8
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed version to 5.8.5-pre1
* | | | | | | | | | bugfixes for tag emulationRainer Gerhards2011-08-112-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | | | | | | | | |
* | | | | | | | | | Fixed BUG in MsgDup (msg.c), the NULL Byte was not copied for the SyslogTagAndre Lorbach2011-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The syslogtag of the duplicated message could get contain garbage at the end as the string terminating NULL Byte was missing.
* | | | | | | | | | preparing for version 5.8.4v5.8.4root2011-08-103-3/+3
| | | | | | | | | |
* | | | | | | | | | Added changelog entry for bugid 275Andre Lorbach2011-08-101-0/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v5-stable-msgidfix' into v5-stableAndre Lorbach2011-08-101-3/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cosmetic changeAndre Lorbach2011-07-271-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Fixed a stupid return bug introduced by the last commitAndre Lorbach2011-07-271-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Experimentally added mutex lock in getMSGID in order to fix bug 275.Andre Lorbach2011-07-261-3/+9
| | | | | | | | | | |
* | | | | | | | | | | cosmetic: add imported bugfix to ChangeLogRainer Gerhards2011-08-091-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-092-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | bugfix: memcpy overflow can occur in allowed sender checkingMarius Tomaschewski2011-08-092-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 'v4-stable' into v5-stableAndre Lorbach2011-08-051-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | | | Merge branch 'v3-stable' into v4-stableAndre Lorbach2011-08-052-7/+11
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c
| | * | | | | | | | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-052-7/+8
| | | | | | | | | |
* | | | | | | | | | Added changelog entryAndre Lorbach2011-08-051-0/+3
| | | | | | | | | |
* | | | | | | | | | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+9
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | doc: cleanup of copy-and-paste error in commentRainer Gerhards2011-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to darix for alerting me
* | | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-7/+9
|\| | | | | | | |
| * | | | | | | | doc: updated rsyslog.conf man page with new syntaxesRainer Gerhards2011-07-111-7/+9
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | preparing for 5.8.3v5.8.3Rainer Gerhards2011-07-113-3/+6
| | | | | | | |
* | | | | | | | added warning message for old-style outchannel syntaxRainer Gerhards2011-07-113-1/+28
| | | | | | | |
* | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-115-6/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| * | | | | | | preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-118-15/+16
| | | | | | | |
| * | | | | | | support for :omfile: forward compatibility directiveRainer Gerhards2011-07-113-3/+11
| | | | | | | |
* | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-065-11/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | added support for the ":omusrmsg:" syntax in configuring user messagesRainer Gerhards2011-07-063-8/+19
| | | | | | | |
| * | | | | | | doc: ./configure --help invalidly showed imdiag enabled by defaultRainer Gerhards2011-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Frédéric L. W. Meunier for bringing this to my attention.
| * | | | | | | preparing for 4.6.6v4.6.6Rainer Gerhards2011-06-243-3/+3
| | | | | | | |
* | | | | | | | doc: mentioned Lennart's patch in ChangeLogRainer Gerhards2011-07-021-0/+3
| | | | | | | |
* | | | | | | | systemd: direct stdout/stderr of rsyslog to nullLennart Poettering2011-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows systemd upstream to set stdout/stderr of all spawned services by default to 'syslog'. In order to avoid log loops rsyslog itself must be have its stdout/stderr connected to 'null' in that case, however.
* | | | | | | | reduced sporadic failures during make checkRainer Gerhards2011-06-301-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backport from v6