Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |