Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some mild restart-type HUP cleanup | Rainer Gerhards | 2009-07-15 | 3 | -64/+14 |
| | | | | | ... only those things that were obvious (and puzzled people looking at the code without konwing the subtle issues of HUP ;)). | ||||
* | $HUPisRestart removed | Rainer Gerhards | 2009-07-15 | 4 | -24/+8 |
| | | | | | ... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully) | ||||
* | cleaned up AUTHORS file and references | Rainer Gerhards | 2009-07-15 | 2 | -23/+15 |
| | | | | ... was not well maintained at all, now refering to git | ||||
* | updating service status | Rainer Gerhards | 2009-07-15 | 1 | -4/+4 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2009-07-15 | 18 | -478/+157 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | added v5 compatibility notes | Rainer Gerhards | 2009-07-15 | 3 | -2/+24 |
| | | |||||
| * | final touches for 4.5.1v4.5.1 | Rainer Gerhards | 2009-07-15 | 3 | -5/+5 |
| | | |||||
| * | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 16 | -473/+114 |
| |\ | |||||
| | * | CONFIG CHANGE: $HUPisRestart default is now "off". | Rainer Gerhards | 2009-07-15 | 6 | -13/+97 |
| | | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken. | ||||
| | * | removed outdated html version of man page | Rainer Gerhards | 2009-07-15 | 1 | -438/+0 |
| | | | | | | | | | | | | html doc is better | ||||
| | * | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-15 | 10 | -22/+17 |
| | |\ | |||||
| | | * | removed mentioning HUP as a way of restarting from the doc set | Rainer Gerhards | 2009-07-15 | 10 | -26/+21 |
| | | | | | | | | | | | | | | | | ... part of the deprecation effort for v5 | ||||
| * | | | added ability for the TCP output action to "rebind" its send socket | Rainer Gerhards | 2009-07-14 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers. | ||||
| * | | | added tcp output rebinding option. | Rainer Gerhards | 2009-07-14 | 3 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | added tcp output rebinding option. needs some more testing and doc | ||||
* | | | | added tcp output rebinding option. | Rainer Gerhards | 2009-07-14 | 3 | -1/+25 |
| | | | | | | | | | | | | | | | | needs some more testing and doc | ||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
|\| | | | |||||
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
| |\| | | |||||
| | * | | bugfix: fromhost-ip was sometimes truncated | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
| | | | | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
|\| | | | |||||
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
| |\| | | |||||
| | * | | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
| | |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | * | fix compile error in zip sender patch | Rainer Gerhards | 2009-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... at least I was smart enough to remind me that I did not do one test ;) That reminder was the compiler error. Now removed and test done ;) [simple things tend to work, lol] | ||||
| | | * | better configure error message if mysql-devel is missing | Rainer Gerhards | 2009-07-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | bugfix: sending syslog messages with zip compression did not work | Rainer Gerhards | 2009-07-13 | 2 | -2/+5 |
| | | | | |||||
* | | | | Merge branch 'omudpspoof' | Rainer Gerhards | 2009-07-10 | 4 | -201/+152 |
|\ \ \ \ | |||||
| * | | | | done implementing omudpspoof | Rainer Gerhards | 2009-07-10 | 4 | -198/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a "good" rsyslog output module, working as usual. I've also sorted out some reentrency issues. Code is clean and ready to be tested in practice ;) | ||||
| * | | | | commiting interim version with ability to specify spoof source | Rainer Gerhards | 2009-07-09 | 2 | -14/+24 |
| | | | | | |||||
* | | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
| |\| | | |||||
| | * | | bugfix: potential segfault when zip-compressed syslog records were received ↵ | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | (double free) | ||||
* | | | | added some (very) basic doc on omudpspoof | Rainer Gerhards | 2009-07-09 | 4 | -0/+48 |
| | | | | |||||
* | | | | Merge branch 'master' into udpspoof & cleanup & slight optimization | Rainer Gerhards | 2009-07-09 | 16 | -421/+283 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c I messed up and did some changes during the merge commit ;) But these are not large, just a little bit of cleanup and some very slight optimizations inside the msg object. | ||||
| * | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-09 | 17 | -181/+268 |
| |\| | | | |||||
| | * | | | small performance improvement and cleanup | Rainer Gerhards | 2009-07-09 | 4 | -159/+174 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimized substring processing, should bring a small enhancement when forwarding with the default forwarding templates. Also did some uchar cleanup in msg.c (thus so many changes, in reality they are few...). | ||||
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-09 | 14 | -23/+95 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/nettester.c | ||||
| | | * | | bugfix: message could be truncated after TAG, often when forwarding | Rainer Gerhards | 2009-07-09 | 13 | -20/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout. | ||||
| | | * | | bugfix: omfwd segfault when debugging is turned on | Rainer Gerhards | 2009-07-09 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | bugfix: message could be truncated after TAG, often when forwarding | Rainer Gerhards | 2009-07-09 | 3 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. | ||||
* | | | | | first version supporting udp spoofing and non-spoofing at the same time | Rainer Gerhards | 2009-07-09 | 3 | -398/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | omudpspoof is now a dedicated output module. It's calling semantics so far are based on omfwd, plus the need for the template to have the IP address as a string in the starting position. | ||||
* | | | | | moved udp spoofing code to its own output module (omudpspoof) | Rainer Gerhards | 2009-07-09 | 5 | -132/+910 |
| | | | | | |||||
* | | | | | made udp spoofing code compile (but does not necessarily run right now, ↵ | Rainer Gerhards | 2009-07-09 | 2 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | untested) | ||||
* | | | | | Merge branch 'master' into udpspoof | Rainer Gerhards | 2009-07-09 | 338 | -5762/+21986 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfwd.c | ||||
| * | | | | optimizing queue thread handling | Rainer Gerhards | 2009-07-08 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... first commit in a series of more. Makes worker threads detached. Needs more testing (will be done soon) and if it works as expected, we can further reduce code. | ||||
| * | | | | updating project status | Rainer Gerhards | 2009-07-08 | 1 | -8/+10 |
| | | | | | |||||
| * | | | | finishing touches for 5.1.2v5.1.2 | Rainer Gerhards | 2009-07-08 | 4 | -4/+14 |
| | | | | | |||||
| * | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-08 | 12 | -252/+397 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/stream.c | ||||
| | * | | | added capability to write incomplete buffers after an inactivity timeout | Rainer Gerhards | 2009-07-07 | 2 | -7/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the stream class and thus finally activating omfile's timeout capability in a useful way without polling and too-high performance overhead. | ||||
| | * | | | fixed a bug introduced today that lead to an abort in queue disk mode | Rainer Gerhards | 2009-07-07 | 4 | -11/+15 |
| | | | | | |||||
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-07 | 2 | -10/+17 |
| | |\| | | |||||
| | * | | | solved a race condition | Rainer Gerhards | 2009-07-07 | 4 | -16/+52 |
| | | | | |