Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | omudpspoof: remove dead code | Rainer Gerhards | 2012-12-18 | 1 | -45/+2 |
| | | | | | | | | On-the-fly compression support code was present since the initial module was written, however, no config options existed to actually activate it. I have now removed that code for clarity (obviously there is no need to maintain it or add the feature - nobody ever complained in the past...) | ||||
* | omudpspoof: improve libnet calling sequence | Rainer Gerhards | 2012-12-18 | 1 | -18/+42 |
| | | | | retains bugfix while increasing performance again | ||||
* | omudpspoof: add action parameter for mtu size | Rainer Gerhards | 2012-12-18 | 1 | -3/+2 |
| | |||||
* | omudpspoof: initialize libnet for each message | Rainer Gerhards | 2012-12-18 | 1 | -27/+31 |
| | | | | | This is a brute-force troubleshooting aid. Will later be changed to better code. | ||||
* | add some better debug information to impstats | Rainer Gerhards | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | omudpspoof: add support for new config system | Rainer Gerhards | 2012-12-17 | 1 | -2/+97 |
| | |||||
* | omudpspoof: add support for packets larger than 1472 bytes | Rainer Gerhards | 2012-12-17 | 1 | -15/+82 |
| | | | | | | On Ethernet, they need to be transmitted in multiple fragments. While it is known that fragmentation can cause issues, it is the best choice to be made in that case. Also improved debug output. | ||||
* | omudpspoof: better debug output | Rainer Gerhards | 2012-12-17 | 1 | -10/+14 |
| | |||||
* | add extra debug info to tackle omudpspoof problem | Rainer Gerhards | 2012-12-17 | 1 | -0/+1 |
| | |||||
* | build: link omelasticsearch against -lm | Michael Biebl | 2012-12-13 | 1 | -1/+1 |
| | | | | Use LT_LIB_M to find the math library which is needed for pow(). | ||||
* | permit RFC3339 timestamp in local log socket messages | Sebastien Ponce | 2012-12-03 | 1 | -3/+7 |
| | | | | Released under ASL 2.0, permission given via email. | ||||
* | silence some primarily cosmetic compiler warning messages | Rainer Gerhards | 2012-11-28 | 2 | -3/+12 |
| | |||||
* | bugfix: modules not (yet) supporting new conf format were not properly ↵ | Rainer Gerhards | 2012-11-28 | 9 | -1/+10 |
| | | | | | | | | | 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" ;)) | ||||
* | bugfix: supportoctetcountedframing parameter did not work in imptcp | Rainer Gerhards | 2012-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2012-11-22 | 3 | -25/+49 |
|\ | |||||
| * | imklog: add new config params to module() parameter set | Rainer Gerhards | 2012-11-22 | 1 | -0/+6 |
| | | | | | | | | | | This is based on Marius Tomaschewski's set of patches, mostly just applied manually (as I need to mangle with the merge). | ||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-11-22 | 3 | -25/+43 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h | ||||
| | * | bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds | Rainer Gerhards | 2012-11-22 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | ... actually, they are microseconds. So the fractional part of the timestamp was not properly formatted. Thanks to Marius Tomaschwesky for the bug report and the patch idea. | ||||
| | * | imklog: added $klogParseKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 3 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | When enabled, kernel message [timestamp] is converted for message time. Default is to use receive time as in 5.8.x and before, because the clock used to create the timestamp is not supposed to be as accurate as the monotonic clock (depends on hardware and kernel) resulting in differences between kernel and system messages which occurred at same time. | ||||
| | * | imklog: added $klogKeepKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 3 | -2/+8 |
| | | | | | | | | | | | | | | | When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too. | ||||
* | | | minor cleanup | Rainer Gerhards | 2012-11-15 | 1 | -8/+0 |
| | | | |||||
* | | | silence compiler warnings & some cleanup | Rainer Gerhards | 2012-11-14 | 1 | -5/+1 |
| | | | |||||
* | | | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2012-11-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | This is not a real problem (thus no ChangeLog entry): we leaked a few bytes for every relp listener, but only at rsyslogd TERMINATION - where obviously the OS does the cleanup. However, the leak could cause some confusion with memory checkers like valgrind. | ||||
* | | | bugfix: make rsyslog compile on kfreebsd again | Guillem Jover | 2012-11-14 | 1 | -0/+2 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380 | ||||
* | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-13 | 1 | -1/+1 |
|\| | | |||||
| * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-11-13 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | imuxsock: do not log EAGAIN in nonblocking recvfrom | Marius Tomaschewski | 2012-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | bugfix: potential abort of imtcp on rsyslogd shutdown | Rainer Gerhards | 2012-11-02 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-01 | 8 | -8/+8 |
|\| | | |||||
| * | | bugfix: invalid rsyslog-internal macro API use | Rainer Gerhards | 2012-11-01 | 8 | -8/+8 |
| | | | | | | | | | | | | | | | This had no bad effect, because the macro did the same as the one that should have been used. | ||||
* | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
|\| | | |||||
| * | | bugfix: misaddressing of $mmnormalizeuserawmsg parameter | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | On many platforms, this has no effect at all. At some, it may cause a segfault. The problem occurs only during config phase, no segfault happens when rsyslog has fully started. | ||||
| * | | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-19 | 1 | -5/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-17 | 2 | -3/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-16 | 1 | -8/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'v6-stable' into v6-devel | Rainer Gerhards | 2012-10-04 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | bugfix: imzmq3 segfault with PULL subscription | Martin Nilsson | 2012-10-30 | 1 | -2/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | ommongodb rate-limits error messages to prevent spamming the syslog | Rainer Gerhards | 2012-10-24 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes (for v7.2): http://bugzilla.adiscon.com/show_bug.cgi?id=366 | ||||
* | | | | | | | | | disable deprecated warnings in omdiscard/omruleset | Rainer Gerhards | 2012-10-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... because action-like statements in action lists are not supported in 7.1. This will be available in 7.3, but it is too late to do this in 7.1. So we disable the warnings and re-enable them in 7.3. Functionality- wise, this is no problem at all as the legacy constructs are still fully supported. Thanks to forum user "canadaboy" for mentioning this problem. | ||||
* | | | | | | | | | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | Conflicts: runtime/nsdpoll_ptcp.c | ||||
| | * | | | | | | fix epoll-enabled code to use correct data member for pointers | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-19 | 1 | -5/+0 |
|\| | | | | | | | |||||
| * | | | | | | | bugfix: imuxsock did not properly honor $LocalHostIPIF | Rainer Gerhards | 2012-10-19 | 1 | -5/+0 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | build: Drop unused include path | Michael Biebl | 2012-10-18 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-17 | 2 | -3/+5 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-17 | 2 | -3/+5 |
| |\| | | | | | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | | | | imklog: use memmove instead of memcpy (solaris) | Marius Tomaschewski | 2012-10-17 | 1 | -1/+1 |
| | | | | | |