summaryrefslogtreecommitdiffstats
path: root/plugins/omrelp
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic: remove compiler warningsRainer Gerhards2012-01-191-1/+1
|
* v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-3/+2
|
* 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
* | | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| | |
* | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-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 systemRainer Gerhards2011-04-191-1/+1
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-04-151-2/+12
|\| | | | | | | | | | | | | | Conflicts: plugins/impstats/impstats.c
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-04-151-2/+12
| |\|
| | * bugfix: IPv6-address could not be specified in omrelpRainer Gerhards2011-04-141-2/+12
| | | | | | | | | | | | | | | this was due to improper parsing of ":" closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
* | | 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>
* | | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
| | | | | | | | | | | | config variables were not properly initialized
* | | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-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 Gerhards2009-10-221-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 omfileRainer Gerhards2009-06-121-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 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.
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-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 Gerhards2008-07-141-1/+0
|
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-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 Biebl2008-06-111-6/+0
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* moved "family" variable to global data poolRainer Gerhards2008-04-171-1/+5
|
* 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
|
* removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-4/+8
| | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further.
* added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-2/+2
|
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-1/+1
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* required "syslog" relp command on client connectRainer Gerhards2008-03-271-1/+1
|
* made relp modules use new relpengine-provided feature selection functionsRainer Gerhards2008-03-271-0/+1
|
* handled case where relp server is not available on startupRainer Gerhards2008-03-231-2/+3
|
* enabled relp session recoveryRainer Gerhards2008-03-231-3/+13
|
* handled relp return statesRainer Gerhards2008-03-231-1/+4
|
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-6/+0
| | | | Results in reducing code complexity.
* some more cleanupRainer Gerhards2008-03-211-7/+1
|
* prepared omrelp for real "relp action"Rainer Gerhards2008-03-211-77/+32
|
* cleanup of omrelpRainer Gerhards2008-03-211-50/+5
|
* added capability to receive RELP messages and forward them to the mainRainer Gerhards2008-03-211-26/+3
| | | | message queue to imrelp (not yet fully finished)
* begun to harden omrelp against non-reachable relp serverRainer Gerhards2008-03-211-2/+5
|
* made librelp and rsyslog relp system send the first messages to the remoteRainer Gerhards2008-03-201-35/+9
| | | | peer (but it then discards them ;))
* changes to follow librelp developmentRainer Gerhards2008-03-191-57/+9
|
* librelp changed header nameRainer Gerhards2008-03-191-2/+1
|
* done a bit to support librelp testingRainer Gerhards2008-03-171-2/+1
|
* worked a bit on the actual RELP interface (not yet working)Rainer Gerhards2008-03-161-64/+36
|
* bugfix: duplicate public symbol in omfwd and omgssapi could lead toRainer Gerhards2008-03-141-1/+1
| | | | segfault. thanks to varmojfekoj for the patch.
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-2/+4
| | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages.
* bugfix: was programmed as a built-in moduleRainer Gerhards2008-03-141-1/+1
|
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-305/+198
|
* added initial set of RELP support (i/omrelp) - not working yet, just stageRainer Gerhards2008-03-133-0/+662
work