summaryrefslogtreecommitdiffstats
path: root/plugins/imrelp
Commit message (Collapse)AuthorAgeFilesLines
* imrelp now supports non-cancel thread terminationRainer Gerhards2012-05-311-3/+36
| | | | (but now requires at least librelp 1.0.1)
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * undoing v6.1 config scoping interface, part II (now finished)Rainer Gerhards2012-01-191-2/+2
| | | | | | | | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch.
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-141-15/+14
| |\ | | | | | | | | | | | | Conflicts: plugins/imtcp/imtcp.c
* | \ 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-13/+49
| | | |
* | | | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| | | |
* | | | implemented support for v2 config system in imrelpRainer Gerhards2011-05-211-37/+92
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2011-05-211-5/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imrelp/imrelp.c
| * | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-201-5/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c
| | * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-201-5/+0
| | |\|
| | | * cleanup: removed useless & undocumented config directive from imrelpRainer Gerhards2011-05-201-5/+0
| | | |
* | | | 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/+29
|/ / /
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | 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>
* / moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-3/+3
|/ | | | first step: adding object-type specifier to config statement table
* Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-4/+4
|\ | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| * enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-4/+4
| | | | | | | | [if librelp != 1.0.0 is used]
* | finished transition to using inputName propertyRainer Gerhards2009-06-301-2/+16
| | | | | | | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number).
* | Merge branch 'beta'Rainer Gerhards2009-02-241-1/+1
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * 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.
* | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-2/+3
| | | | | | | | | | | | This enables us to use more efficient calling conventions and also helps us keep the on-disk structure of a msg object more consistent in future releases.
* | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-1/+1
| | | | | | | | | | | | | | This enhances performance and, as some have pointed out, is probably also more consistent with what users expect how the various output-timestamp related function should work. This commit needs some more testing.
* | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-1/+1
|/ | | | | | | ...which enables to work with less acurate timestamps in favor of performance. This enables querying of the time only every n-th time if imudp is running in the tight receive loop (aka receiving messsages at a high rate)
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-1/+1
| | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself.
* Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+3
| | | | | | | | | | - 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
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-1/+1
|
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|
* added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-2/+2
|
* cleanup of unnecessary warningsRainer Gerhards2008-03-311-1/+1
|
* adopted to changed librelp interfaceRainer Gerhards2008-03-311-2/+3
|
* changed the "syslog" relp command to be required for rsyslogdRainer Gerhards2008-03-271-1/+1
|
* used new librelp entry point to set "syslog" command as desired featureRainer Gerhards2008-03-271-0/+1
|
* fixed some problems in initial imrelp implementationRainer Gerhards2008-03-211-2/+2
|
* added capability to receive RELP messages and forward them to the mainRainer Gerhards2008-03-211-37/+14
| | | | message queue to imrelp (not yet fully finished)
* fixed small memory leakRainer Gerhards2008-03-201-0/+2
|
* librelp changed header nameRainer Gerhards2008-03-191-1/+1
|
* done a bit to support librelp testingRainer Gerhards2008-03-171-25/+20
|
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-9/+7
|
* added initial set of RELP support (i/omrelp) - not working yet, just stageRainer Gerhards2008-03-133-0/+228
work