Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -1/+5 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -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 subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | removed dependency on MAXHOSTNAMELEN as much as it made sense. | Rainer Gerhards | 2008-04-10 | 1 | -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 patch | Rainer Gerhards | 2008-04-02 | 1 | -2/+2 |
| | |||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 1 | -1/+1 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | required "syslog" relp command on client connect | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | made relp modules use new relpengine-provided feature selection functions | Rainer Gerhards | 2008-03-27 | 1 | -0/+1 |
| | |||||
* | handled case where relp server is not available on startup | Rainer Gerhards | 2008-03-23 | 1 | -2/+3 |
| | |||||
* | enabled relp session recovery | Rainer Gerhards | 2008-03-23 | 1 | -3/+13 |
| | |||||
* | handled relp return states | Rainer Gerhards | 2008-03-23 | 1 | -1/+4 |
| | |||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 1 | -6/+0 |
| | | | | Results in reducing code complexity. | ||||
* | some more cleanup | Rainer Gerhards | 2008-03-21 | 1 | -7/+1 |
| | |||||
* | prepared omrelp for real "relp action" | Rainer Gerhards | 2008-03-21 | 1 | -77/+32 |
| | |||||
* | cleanup of omrelp | Rainer Gerhards | 2008-03-21 | 1 | -50/+5 |
| | |||||
* | added capability to receive RELP messages and forward them to the main | Rainer Gerhards | 2008-03-21 | 1 | -26/+3 |
| | | | | message queue to imrelp (not yet fully finished) | ||||
* | begun to harden omrelp against non-reachable relp server | Rainer Gerhards | 2008-03-21 | 1 | -2/+5 |
| | |||||
* | made librelp and rsyslog relp system send the first messages to the remote | Rainer Gerhards | 2008-03-20 | 1 | -35/+9 |
| | | | | peer (but it then discards them ;)) | ||||
* | changes to follow librelp development | Rainer Gerhards | 2008-03-19 | 1 | -57/+9 |
| | |||||
* | librelp changed header name | Rainer Gerhards | 2008-03-19 | 1 | -2/+1 |
| | |||||
* | done a bit to support librelp testing | Rainer Gerhards | 2008-03-17 | 1 | -2/+1 |
| | |||||
* | worked a bit on the actual RELP interface (not yet working) | Rainer Gerhards | 2008-03-16 | 1 | -64/+36 |
| | |||||
* | bugfix: duplicate public symbol in omfwd and omgssapi could lead to | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | | | | segfault. thanks to varmojfekoj for the patch. | ||||
* | bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all | Rainer Gerhards | 2008-03-14 | 1 | -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 module | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -305/+198 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 3 | -0/+662 |
work |