| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
processing.
THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
|
|
|
|
|
|
|
|
| |
support for enhancing probability of memory addressing failure by
using non-NULL default value for malloced memory (optional, only if
requested by configure option). This helps to track down some
otherwise undetected issues within the testbench and is expected
to be very useful in the future.
|
|
|
|
|
| |
... which now permits to enable/disable GUI components. This also
checks if Java is present and, if not, complains during ./configure.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
(thanks to Michael Biebl for his help!)
|
|/ /
| |
| |
| |
| |
| | |
... so far, this can not be turned off (will do when I have
merged the recent build system changes into this branch - I am
glad that I at least have a working reference point now ;)).
|
|/
|
|
|
|
| |
omudpspoof is now a dedicated output module. It's calling semantics so far
are based on omfwd, plus the need for the template to have the IP address
as a string in the starting position.
|
|
|
|
|
|
| |
... this provides some basic support to integrate extensions that
are not direct parts of rsyslog to be built during its build
process.
|
|
|
|
|
|
|
|
|
| |
imdiag/imtcp had a modload race condition (as imdiag is a testing aid,
this has no implications for production deployments). Also, I replaced
netcat by a custom program to talk to imdiag. This, for the first time ever,
is now a Java program. I plan to add some GUI troubleshooting tools and
thought it is a good idea to start doing things in Java that can simply
be done in that language.
|
|
|
|
|
| |
which enables to talk to the rsyslog core at runtime. The current
implementation is only a beginning, but can be expanded over time
|
|\
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
runtime/rsyslog.h
|
| | |
|
| |
| |
| |
| | |
... this time I think successfully (at least on Fedora...)
|
|\|
| |
| |
| |
| | |
Conflicts:
Makefile.am
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
worked on ways to provide a better test suite:
- added -T rsyslogd command line option, enables to specify a directory
where to chroot() into on startup. This is NOT a security feature but
introduced to support testing. Thus, -T does not make sure chroot()
is used in a secure way. (may be removed later)
- added omstdout module for testing purposes. Spits out all messages to
stdout - no config option, no other features
- modified $ModLoad statement so that for modules whom's name starts with
a dot, no path is prepended (this enables relative-pathes and should
not break any valid current config)
|
|/
|
|
|
| |
Add configure option to build the oracle support, named
--enable-oracle and fix the Makefile.am accordingly.
|
| |
|
|
|
|
|
|
|
| |
so far, this is mostly some documentation, but I hope that during
the process of creating output modules out of it we will get good
questions and thus can extend the template. In any case, it should
be better than what we had so far...
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
Makefile.am
configure.ac
doc/manual.html
|
| | |
|
| |
| |
| |
| |
| |
| | |
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names.
So we follow suit and convert all _cflags and _libs variables to
uppercase for more consistency.
|
|/
|
|
|
|
|
|
|
| |
Conflicts:
ChangeLog
configure.ac
doc/manual.html
doc/property_replacer.html
|
| |
|
| |
|
|
|
|
|
|
| |
..., restructured makefile, added some troubleshooting to test case
(program rscript-parse.c has problem due to different structure alignment,
where I do not yet know the reason)
|
| |
|
| |
|
|
|
|
|
|
|
| |
library,
resulting in a large size increase (and potential "interesting"
effects). Thanks to Michael Biebel for reporting the size issue.
|
| |
|
|
|
|
| |
they can now be set on an action-by-action basis
|
|\ |
|
| |
| |
| |
| | |
set up build system and shuffle some files
|
| |
| |
| |
| |
| | |
reduced dependencies, moved non-runtime files to its own directory except
for some whom's status is unclear
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
after careful analysis, I concluded that it is OK to
place the current net.c/.h code under LGPL. Individual
contributor agreement is given and no sysklogd code
remains (see net.c for details).
|
| |
| |
| |
| |
| |
| | |
there are still some files left which could go into the
runtime, but I think we will delete most of them once we
are done with the full modularization.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
plugins/imklog/imklog.c
|
| |
| |
| |
| | |
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
configure.ac
doc/ommail.html
queue.c
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
ChangeLog
doc/manual.html
|
| | |
| | |
| | |
| | |
| | | |
this also is the first sign of something that will evolve into a
well-defined "rsyslog runtime library"
|
| | |
| | |
| | |
| | |
| | | |
cross-platform trouble - need to see how to fix this in the best
possible way
|
| | |
| | |
| | |
| | |
| | | |
installed if corresponding option is selected. Thanks to Michael Biebl
for pointing these problems out.
|
| | | |
|
| | | |
|