Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imrelp: adapt to new stats subsystem extensions | Rainer Gerhards | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | make use of new librelp generic error reporting facility | Rainer Gerhards | 2013-07-05 | 1 | -0/+8 |
| | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required | ||||
* | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2013-07-04 | 1 | -0/+1 |
| | | | | | | more or less cosmetic, a single memory block was not freed, but this only happens immediately before termination (when the OS automatically frees all memory). Still an annoyance e.g. in valgrind. | ||||
* | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 1 | -0/+10 |
| | |||||
* | imrelp: properly initialize certifcate parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+3 |
| | |||||
* | omrelp: add tls.authmode parameter | Rainer Gerhards | 2013-06-21 | 1 | -0/+12 |
| | |||||
* | omrelp: emit error message on peer authentication failure | Rainer Gerhards | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | imrelp: emit error message on authentication error | Rainer Gerhards | 2013-06-20 | 1 | -0/+9 |
| | |||||
* | imrelp: support for setting permitted peers (client authentication) added | Rainer Gerhards | 2013-06-18 | 1 | -1/+23 |
| | |||||
* | imrelp: add support for impstats | Rainer Gerhards | 2013-06-18 | 1 | -1/+30 |
| | |||||
* | imrelp: switch to newer-style librelp interface | Rainer Gerhards | 2013-06-18 | 1 | -2/+4 |
| | | | | | | | This interface permits us to pass a user-pointer to librelp, which it will pass back to us on message reception. This is the foundation for some more advanced features that require access to imrelp's configration object. | ||||
* | cleanup | Rainer Gerhards | 2013-06-14 | 1 | -1/+0 |
| | |||||
* | [io]mrelp: support for certificate parameters | Rainer Gerhards | 2013-06-13 | 1 | -0/+19 |
| | |||||
* | omrelp: add capability to directly specify GnuTLS priority string | Rainer Gerhards | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | imrelp: add capability to directly specify GnuTLS priority string | Rainer Gerhards | 2013-06-12 | 1 | -0/+6 |
| | |||||
* | imrelp: new parameter "compression.dhbits" | Rainer Gerhards | 2013-06-12 | 1 | -0/+8 |
| | | | | | which controls the number of bits being used for Diffie-Hellman key generation | ||||
* | imrelp: implement "ruleset" module parameter | Rainer Gerhards | 2013-06-10 | 1 | -5/+56 |
| | |||||
* | [io]mrelp: add TLS compression support | Rainer Gerhards | 2013-06-07 | 1 | -2/+11 |
| | |||||
* | imrelp: add support for TLS | Rainer Gerhards | 2013-05-14 | 1 | -5/+13 |
| | |||||
* | omrelp: add support for TLS | Rainer Gerhards | 2013-05-14 | 1 | -0/+2 |
| | |||||
* | imrelp: now supports listening to IPv4/v6 only instead of always both | Rainer Gerhards | 2013-03-15 | 1 | -0/+1 |
| | | | | | build now requires librelp 1.0.2 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=378 | ||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-14 | 1 | -0/+7 |
|\ | |||||
| * | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2012-11-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | This is not a real problem (thus no ChangeLog entry): we leaked a few bytes for every relp listener, but only at rsyslogd TERMINATION - where obviously the OS does the cleanup. However, the leak could cause some confusion with memory checkers like valgrind. | ||||
* | | remove legacy API parseAndSubmitMessage() from imrelp | Rainer Gerhards | 2012-10-29 | 1 | -3/+21 |
|/ | |||||
* | imrelp: implement support for input() | Rainer Gerhards | 2012-09-26 | 1 | -10/+76 |
| | |||||
* | Merge branch 'v6-stable' into v6-devel-input | Rainer Gerhards | 2012-09-26 | 1 | -0/+7 |
|\ | |||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-09-26 | 1 | -0/+7 |
| |\ | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c | ||||
| | * | enable DNS resolution in imrelp | Apollon Oikonomopoulos | 2012-09-26 | 1 | -0/+7 |
| | | | |||||
* | | | imrelp now supports non-cancel thread termination | Rainer Gerhards | 2012-05-31 | 1 | -3/+36 |
|/ / | | | | | | | (but now requires at least librelp 1.0.1) | ||||
* | | Merge branch 'v6-stable-noscoping' into master | Rainer Gerhards | 2012-01-19 | 1 | -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 Gerhards | 2012-01-19 | 1 | -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-stable | Rainer Gerhards | 2012-01-14 | 1 | -15/+14 |
| |\| | | | | | | | | | | | | | Conflicts: plugins/imtcp/imtcp.c | ||||
* | | | Merge branch 'v5-stable' into master | Rainer Gerhards | 2012-01-18 | 1 | -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-stable | Rainer Gerhards | 2012-01-14 | 1 | -15/+14 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c | ||||
| | * | | relicense parts under ASL 2.0 | Rainer Gerhards | 2012-01-11 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | after carful check for copyright holder | ||||
* | | | | added $InputRELPServerBindRuleset directive to specify rulesets for RELP | Rainer Gerhards | 2011-09-08 | 1 | -13/+49 |
| | | | | |||||
* | | | | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 1 | -0/+1 |
| | | | | |||||
* | | | | implemented support for v2 config system in imrelp | Rainer Gerhards | 2011-05-21 | 1 | -37/+92 |
| | | | | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2011-05-21 | 1 | -5/+0 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imrelp/imrelp.c | ||||
| * | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-05-20 | 1 | -5/+0 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c | ||||
| | * | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-05-20 | 1 | -5/+0 |
| | |\| | |||||
| | | * | cleanup: removed useless & undocumented config directive from imrelp | Rainer Gerhards | 2011-05-20 | 1 | -5/+0 |
| | | | | |||||
* | | | | step: imtcp moved to new config interface | Rainer Gerhards | 2011-05-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | as far as we know that new interface right now ;) | ||||
* | | | | step: put plumbing in place for new input module config system | Rainer Gerhards | 2011-05-03 | 1 | -0/+29 |
|/ / / | |||||
* | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-11 | 1 | -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 TLS | Bojan Smojver | 2011-02-23 | 1 | -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.conf | Rainer Gerhards | 2010-07-21 | 1 | -3/+3 |
|/ | | | | first step: adding object-type specifier to config statement table | ||||
* | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-10-14 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c | ||||
| * | enhance: imrelp now also provides remote peer's IP address | Rainer Gerhards | 2009-10-14 | 1 | -4/+4 |
| | | | | | | | | [if librelp != 1.0.0 is used] | ||||
* | | finished transition to using inputName property | Rainer Gerhards | 2009-06-30 | 1 | -2/+16 |
| | | | | | | | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number). |