Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of new librelp generic error reporting facility | Rainer Gerhards | 2013-07-05 | 1 | -0/+9 |
| | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required | ||||
* | omrelp: add "windowSize" parameter to set custom RELP window size | Rainer Gerhards | 2013-07-02 | 1 | -0/+8 |
| | |||||
* | omrelp: use transactional mode to make imrelp emit bulk sends | Rainer Gerhards | 2013-06-29 | 1 | -0/+25 |
| | |||||
* | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 1 | -0/+10 |
| | |||||
* | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 1 | -1/+2 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: omrelp "template" parameter is NOT required | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | omrelp: add tls.authmode parameter | Rainer Gerhards | 2013-06-21 | 1 | -0/+12 |
| | | |||||
* | | omrelp: disable action on auth failure | Rainer Gerhards | 2013-06-21 | 1 | -6/+11 |
| | | | | | | | | For almost all cases, it makes no sense to try to reconnect. | ||||
* | | omrelp: emit error message on peer authentication failure | Rainer Gerhards | 2013-06-21 | 1 | -1/+11 |
| | | |||||
* | | omrelp: add permittedPeer handling (authorization) | Rainer Gerhards | 2013-06-20 | 1 | -1/+24 |
| | | |||||
* | | [io]mrelp: support for certificate parameters | Rainer Gerhards | 2013-06-13 | 1 | -0/+27 |
| | | |||||
* | | omrelp: add capability to directly specify GnuTLS priority string | Rainer Gerhards | 2013-06-12 | 1 | -0/+9 |
| | | |||||
* | | [io]mrelp: add TLS compression support | Rainer Gerhards | 2013-06-07 | 1 | -0/+11 |
| | | |||||
* | | omrelp: add "rebindInterval" parameter | Rainer Gerhards | 2013-05-14 | 1 | -5/+26 |
| | | |||||
* | | Merge branch 'master' into nextmaster-rtls | Rainer Gerhards | 2013-05-14 | 1 | -57/+0 |
|\| | |||||
| * | omrelp: remove legacy code that was never used | Rainer Gerhards | 2013-05-14 | 1 | -57/+0 |
| | | | | | | | | | | | | this was an artifact from the original copy from omfwd. The options were not functional and also not documented, so it is safe to simply remove them. | ||||
* | | omrelp: add support for TLS | Rainer Gerhards | 2013-05-14 | 1 | -1/+14 |
| | | |||||
* | | reflect librelp API change | Rainer Gerhards | 2013-05-13 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2013-05-13 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: omrelp legacy config parameters set a timeout of zero | Rainer Gerhards | 2013-05-13 | 1 | -0/+1 |
| | | | | | | | | which lead the legacy config to be unusable. | ||||
* | | Add configurable local client IP | Axel Rau | 2013-05-06 | 1 | -1/+5 |
|/ | |||||
* | make imrelp properly terminate on system shutdown | Rainer Gerhards | 2013-04-09 | 1 | -0/+1 |
| | | | | it didn't do so if it was inside a retry loop | ||||
* | add output module interface to facilitate cooperative shutdown | Rainer Gerhards | 2013-04-08 | 1 | -0/+6 |
| | | | | | | ... in more complex cases (where receiving SIGTTIN is not sufficient). See also: http://blog.gerhards.net/2013/04/rsyslog-output-plugin-wrangling.html | ||||
* | omrelp: add ability to specify session timeout | Rainer Gerhards | 2013-04-08 | 1 | -2/+9 |
| | |||||
* | omrelp: add support for RainerScript-based configuration | Rainer Gerhards | 2013-04-08 | 1 | -35/+97 |
| | |||||
* | bugfix: modules not (yet) supporting new conf format were not properly ↵ | Rainer Gerhards | 2012-11-28 | 1 | -0/+1 |
| | | | | | | | | | registered This lead to a "module not found" error message instead of the to-be-expected "module does not support new style" error message. That invalid error message could be quite misleading and actually stop people from addressing the real problem (aka "go nuts" ;)) | ||||
* | cosmetic: remove compiler warnings | Rainer Gerhards | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | v6.1/2 scoping support removed from plugins | Rainer Gerhards | 2012-01-19 | 1 | -3/+2 |
| | |||||
* | 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 | ||||
* | | | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 1 | -0/+1 |
| | | | |||||
* | | | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2". | ||||
* | | | renamed conf.c to legacyconf.c to make room for new config system | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-04-15 | 1 | -2/+12 |
|\| | | | | | | | | | | | | | | Conflicts: plugins/impstats/impstats.c | ||||
| * | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-04-15 | 1 | -2/+12 |
| |\| | |||||
| | * | bugfix: IPv6-address could not be specified in omrelp | Rainer Gerhards | 2011-04-14 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | this was due to improper parsing of ":" closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250 | ||||
* | | | 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> | ||||
* | | | fixed regression from last commit | Rainer Gerhards | 2010-07-27 | 1 | -0/+1 |
| | | | | | | | | | | | | config variables were not properly initialized | ||||
* | | | milestone commit: output plugin interface changes (may NOT run) | Rainer Gerhards | 2010-07-27 | 1 | -0/+10 |
|/ / | | | | | | | | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt). | ||||
* / | enhanced test environment (including testbench) | Rainer Gerhards | 2009-10-22 | 1 | -1/+2 |
|/ | | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future. | ||||
* | re-enabled pipe, tty and console in omfile | Rainer Gerhards | 2009-06-12 | 1 | -1/+1 |
| | | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity. | ||||
* | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -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. | ||||
* | removed compile time fixed message size limit (was 2K) | Rainer Gerhards | 2008-09-02 | 1 | -2/+2 |
| | | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;)) | ||||
* | cleanup of debugging messages (removed no longer needed ones) | Rainer Gerhards | 2008-07-14 | 1 | -1/+0 |
| | |||||
* | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 1 | -6/+6 |
| | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20 | ||||
* | Remove .cvsignore files, add .gitignore. | Michael Biebl | 2008-06-11 | 1 | -6/+0 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -1/+5 |
| |