summaryrefslogtreecommitdiffstats
path: root/plugins/omrelp/omrelp.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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-131-0/+650
work