summaryrefslogtreecommitdiffstats
path: root/plugins/im3195
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-15/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-15/+14
| | | | | | | | | | | | after carful check for copyright holder
* | | added $InputRELPServerBindRuleset directive to specify rulesets for RELPRainer Gerhards2011-09-081-1/+1
| | |
* | | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| | |
* | | step: generalized new config interface for all module typesRainer Gerhards2011-05-061-0/+2
| | |
* | | step: imtcp moved to new config interfaceRainer Gerhards2011-05-051-2/+2
| | | | | | | | | | | | as far as we know that new interface right now ;)
* | | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-0/+30
|/ /
* / added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
|/ | | | | | | | 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>
* fixed compile-time problems in im3195Rainer Gerhards2009-04-091-1/+2
| | | | | | ... 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).
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
| | | | | | 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.
* preparing for 3.21.6v3.21.6Rainer Gerhards2008-10-221-1/+1
| | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...)
* some more changes to cater for new LogError() interfaceRainer Gerhards2008-07-011-4/+4
|
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+2
| | | | | | | | | | - 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
* final touches for 3.19.0v3.19.0Rainer Gerhards2008-05-061-1/+1
|
* modularization workRainer Gerhards2008-04-171-0/+8
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* some cleanup after dual-mergeRainer Gerhards2008-04-161-1/+1
| | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
* completed im3195 including some documentationRainer Gerhards2008-04-161-4/+4
|
* more or less finished im3195Rainer Gerhards2008-04-161-218/+95
| | | | | but need changes in liblogging to complete this work - does not compile yet
* begun re-integrating rfc3195 in rsyslogRainer Gerhards2008-04-151-0/+289
set up build system and shuffle some files