Rainer Gerhards
eb80b3c405
bugfix in obsolete config system: do not do 0-size alloc
...
on some platforms (AIX), this even leads to malloc failure,
which then causes further trouble.
2018-09-06 08:10:02 -05:00
PascalWithopf
19133327cc
correct codestyle in rsyslog
2018-07-31 09:44:27 +02:00
Rainer Gerhards
ee1afa2f36
cosmetic: simplify
2012-10-11 11:45:22 +02:00
Rainer Gerhards
901270418e
add OMSR_TPL_AS_JSON mode for output modules (interface only)
...
This patch does NOT contain any implementation, this will happen
next. Thanks to Miloslav Trmac, who suggested a similar mode, which
I based the JSON idea on.
2012-08-29 09:56:49 +02:00
Rainer Gerhards
85759e244d
bugfix: report error if module tries to request more strings than supported
2012-04-13 12:17:08 +02:00
Rainer Gerhards
140fbd5758
action cfg: do no longer require template for TPL_AS_MSG passing mode
2012-03-19 07:29:39 +01:00
Rainer Gerhards
18e60f46a1
Merge branch 'v4-stable' into v5-stable
...
Conflicts:
runtime/debug.h
runtime/obj.c
runtime/parser.h
runtime/wti.h
2012-01-16 16:14:30 +01:00
Rainer Gerhards
f6dea36394
runtime license change
2012-01-16 12:39:01 +01:00
Rainer Gerhards
05d693123b
added omruleset output module, which provides great flexibility in action processing.
...
THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
2009-11-02 11:39:38 +01:00
Rainer Gerhards
ec0e2c3e7d
added a new way how output plugins may be passed parameters.
...
This is more efficient for some outputs. They new can receive fields not only
as a single string but rather in an array where each string is seperated.
2009-04-03 12:51:02 +02:00
Rainer Gerhards
8f8f65abb6
moved files to the runtime
...
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.
2008-04-16 10:26:54 +02:00