| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The previous fix for this was incomplete.
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | / / / /
| | | |/ / / /
| | |/| | | | |
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | |/ / / /
| | |/| / / /
| | | |/ / / |
|
| | | |\| | |
|
| | | | | | |
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This patch is released under ASL 2.0 as of email conversation from
2013-03-20.
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Thanks to Michael Biebl for alerting us on this issue.
|
| | | | | | |
|
| |\| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
runtime/debug.h
tools/syslogd.c
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imkmsg/kmsg.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imkmsg/kmsg.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imkmsg/kmsg.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imkmsg/kmsg.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- rsyslogd startup information is now properly conveyed back to init
when privileges are beging dropped
Actually, we have moved termination of the parent in front of the
priv drop. So it shall work now in all cases. See code comments in
commit for more details.
- If forking, the parent now waits for a maximum of 60 seconds for
termination by the child
- improved debugging support in forked (auto-backgrounding) mode
The rsyslog debug log file is now continued to be written across the
fork.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imkmsg/kmsg.c
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=423
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
build now requires librelp 1.0.2
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=378
|
| | | | | | |
|
| |\| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To use that functionality, legacy rsyslog.conf syntax had to be used.
Also, the doc was missing information on the "ParseTrusted" set of
config directives.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
use that functionality, legacy rsyslog.conf syntax had to be used.
Also, the doc was missing information on the "ParseTrusted" set of
config directives.
|
| |\| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
configure.ac
doc/manual.html
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This happens if an $IncludeConfig directive was done on multiple
files (e.g. the distro default of $IncludeConfig /etc/rsyslog.d/*.conf).
In that case, the order of include file processing is reversed, which
could lead to all sorts of problems.
Thanks to Nathan Stratton Treadway for his great analysis of the problem,
which made bug fixing really easy.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: imjournal.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
... most importantly the configure switch is no longer --enable-journal
but --enable-imjournal (as we now also have omjournal!)
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imjournal/imjournal.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imjournal/imjournal.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: plugins/imjournal/imjournal.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
modified: configure.ac
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For reading messages with all fields from structured systemd journal
log messages.
Loading module with $ModLoad imjournal is enough to start pulling messages
no other configuration is needed.
modified: Makefile.am
modified: configure.ac
new file: plugins/imjournal/Makefile.am
new file: plugins/imjournal/imjournal.c
new file: plugins/imjournal/imjournal.h
|
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | | |
Conflicts:
action.c
queue.c (some code moved from action.c --> queue.c)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|