Pascal Withopf
b63a6b9010
codestyle: line length adjusted
2017-01-17 08:54:37 +01:00
Martin Körper
18fe66d9e0
im3195: object was not freed on exit [ASL2.0]
...
This and the other patch from Martin (this morning) was released
under ASL 2.0 by him.
2013-01-08 14:42:54 +01:00
Martin Körper
9fb9fa03a2
bugfix: compile errors in im3195
2013-01-08 11:51:53 +01:00
Rainer Gerhards
ac9afc4149
Merge branch 'v5-stable' into master
...
Conflicts:
ChangeLog
action.h
configure.ac
doc/manual.html
plugins/immark/immark.c
plugins/impstats/impstats.c
plugins/imptcp/imptcp.c
plugins/imtcp/imtcp.c
runtime/cfsysline.c
runtime/cfsysline.h
runtime/conf.c
runtime/ctok.c
runtime/ctok.h
runtime/ctok_token.c
runtime/ctok_token.h
runtime/dnscache.h
runtime/expr.c
runtime/expr.h
runtime/rule.c
runtime/rule.h
runtime/ruleset.h
runtime/sysvar.c
runtime/vm.h
runtime/vmop.c
runtime/vmop.h
runtime/vmprg.c
runtime/vmprg.h
runtime/vmstk.c
runtime/vmstk.h
tools/omusrmsg.c
2012-01-18 14:08:24 +01:00
Rainer Gerhards
0871d0a077
Merge branch 'v4-stable' into v5-stable
...
Conflicts:
plugins/imfile/imfile.c
plugins/omtesting/omtesting.c
tcpsrv.c
threads.c
2012-01-14 18:32:40 +01:00
Rainer Gerhards
0216053099
relicense parts under ASL 2.0
...
after carful check for copyright holder
2012-01-11 18:30:33 +01:00
Rainer Gerhards
c55997638f
added $InputRELPServerBindRuleset directive to specify rulesets for RELP
2011-09-08 15:05:04 +02:00
Rainer Gerhards
a7e3afb20b
milestone: added module config names
2011-07-20 10:47:24 +02:00
Rainer Gerhards
b056c258d7
step: generalized new config interface for all module types
2011-05-06 08:43:15 +02:00
Rainer Gerhards
c0d1334f6e
step: imtcp moved to new config interface
...
as far as we know that new interface right now ;)
2011-05-05 11:36:05 +02:00
Rainer Gerhards
d0d9f823b7
step: put plumbing in place for new input module config system
2011-05-03 18:02:18 +02:00
Bojan Smojver
d1eb6e0edc
added work-around for bug in gtls, which causes fd leak when using TLS
...
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2011-02-23 11:25:43 +01:00
Rainer Gerhards
9633ce1afc
fixed compile-time problems in im3195
...
... however, I did not not a test run due to the lack of
existing test drivers and the very low (aka "non-existing" interest
from the userbase in the feature).
2009-04-09 19:17:35 +02:00
Michael Biebl
1448e2486e
make all cflags and libs variables uppercase
...
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.
2009-02-24 13:09:44 +01:00
Rainer Gerhards
162c9e91e9
preparing for 3.21.6
...
plus solving a compile problem for im3195 (which is not used
in practice, thus this did not show up before...)
2008-10-22 10:08:10 +02:00
Rainer Gerhards
8256a105cf
some more changes to cater for new LogError() interface
2008-07-01 15:17:33 +02:00
Rainer Gerhards
09afe64f29
added fromhost-ip properties and some bugfixes
...
- bugfix: TCP input modules did incorrectly set fromhost property
(always blank)
- bugfix: imklog did not set fromhost property
- added "fromhost-ip" property
- added "RSYSLOG_DebugFormat" canned template
- bugfix: hostname and fromhost were swapped when a persisted message
(in queued mode) was read in
2008-05-16 13:36:41 +02:00
Rainer Gerhards
02795031a3
final touches for 3.19.0
2008-05-06 10:58:06 +02:00
Rainer Gerhards
87c936ab65
modularization work
...
cleanup + created an abstract class for global data
items and moved glblGetWorkDir to it
2008-04-17 09:07:12 +02:00
Rainer Gerhards
5987107df4
some cleanup after dual-merge
...
im3195 did not yet know about the new directory structure
version bumped in support of new devel branch version
2008-04-16 17:31:55 +02:00
Rainer Gerhards
53a0ed8b3a
completed im3195 including some documentation
2008-04-16 16:41:00 +02:00
Rainer Gerhards
dd7e91f35d
more or less finished im3195
...
but need changes in liblogging to complete this
work - does not compile yet
2008-04-16 08:12:11 +02:00
Rainer Gerhards
dfc9733135
begun re-integrating rfc3195 in rsyslog
...
set up build system and shuffle some files
2008-04-15 18:49:05 +02:00