Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| | |||||
* | bugfix: memory leak with some input modules | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | | bugfix: fromhost-ip was sometimes truncated | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | bugfix: potential segfault when zip-compressed syslog records were received ↵ | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
| | | | | | | | | (double free) | ||||
* | | 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: property msg was lost when working with disk queues | Rainer Gerhards | 2009-07-07 | 2 | -6/+13 |
| | | |||||
* | | bugfix: properties inputname, fromhost, fromhost-ip were lost | Rainer Gerhards | 2009-07-07 | 2 | -5/+5 |
| | | | | | | | | ... when working with disk queues. | ||||
* | | performance enhancement: much faster, up to twice as fast | Rainer Gerhards | 2009-07-06 | 2 | -2/+4 |
| | | | | | | | | | | | | (depending on configuration). This was a small change, but with big results. There is more potential to explore, but the effects were so dramatic that I think it makes sense to include this fix. | ||||
* | | bugfix: abort condition when RecvFrom was not set and message reduction was on | Rainer Gerhards | 2009-07-06 | 2 | -6/+14 |
| | | | | | | | | Happend e.g. with imuxsock. | ||||
* | | added $klogConsoleLogLevel directive | Rainer Gerhards | 2009-07-03 | 4 | -14/+25 |
| | | | | | | | | ...which permits to set a new console log level while rsyslog is active | ||||
* | | bugfix: missing initialization during timestamp creationv4.5.0 | Rainer Gerhards | 2009-07-03 | 3 | -0/+8 |
| | | | | | | | | | | This could lead to timestamps written in the wrong format, but not to an abort. | ||||
* | | omfile itself no longer needs zlib | Rainer Gerhards | 2009-07-02 | 2 | -4/+1 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2009-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-07-02 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | preparing for 3.22.1v3.22.1 | Rainer Gerhards | 2009-07-02 | 3 | -3/+3 |
| | | | |||||
* | | | updating version info to 4.5.0 | Rainer Gerhards | 2009-07-02 | 3 | -3/+3 |
| | | | |||||
* | | | completed ruleset documentation | Rainer Gerhards | 2009-07-02 | 3 | -33/+113 |
| | | | |||||
* | | | first shot at multi-ruleset doc | Rainer Gerhards | 2009-07-01 | 2 | -0/+199 |
| | | | |||||
* | | | now put the new property-based methods to good use | Rainer Gerhards | 2009-07-01 | 8 | -49/+120 |
| | | | | | | | | | | | | | | | | | | ... hopefully reducing the number of allocs/frees as well as overall memory usage in a busy system (plus that these shared properties hopefully remain in cache longer than its single-instance counterparts...) | ||||
* | | | RcvFromIP now also a property | Rainer Gerhards | 2009-07-01 | 8 | -50/+102 |
| | | | | | | | | | | | | | | | | | | This sets stage to enable use of the property-interface to speed up things (mildly), the next step to be done. I have also fixed one regression of yesterday's changes. | ||||
* | | | removed a debugging-left-over, caused compilation failure on some platforms | Rainer Gerhards | 2009-07-01 | 1 | -1/+0 |
| | | | | | | | | | | | | ... because LARGFILE macros were not defined consistenly | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-06-30 | 1 | -0/+10 |
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | internal bugfix: object pointer was only reset to NULL when an object was ↵ | Rainer Gerhards | 2009-06-30 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | actually destructed. This most likely had no effect to existing code, but it may also have caused trouble in remote cases. Similarly, the fix may also cause trouble... Due to this trouble scenario, the fix deserves its own commit. | ||||
* | | | introduced a new way of handling the RcvFrom property | Rainer Gerhards | 2009-06-30 | 15 | -61/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... plus a fix for a long-time bug in obj-types.h. That lead to the object pointer only then to become NULL when the object was actually destructed, I discovered this issue during introduction of the pRcvFrom property in msg_t, but it potentially had other effects, too. I am not sure if some experienced instability resulted from this bug OR if its fix will cause harm to so-far "correctly" running code. The later may very well be. Thus I will change it only for the current branch and also the beta, but not in all old builds. Let's see how things evolve. | ||||
* | | | finished transition to using inputName property | Rainer Gerhards | 2009-06-30 | 12 | -143/+278 |
| | | | | | | | | | | | | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number). | ||||
* | | | introduced the idea of detached properties | Rainer Gerhards | 2009-06-29 | 19 | -55/+200 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some things inside the message can be used over a large number of messages and need to to be allocated and re-written every time. I now begin to implement this as a "prop_t" object, first use for the inputName. Some input modules are already converted, some others to go. Will do a little performance check on the new method before I go further. Also, this commit has some cleanup and a few bug fixes that prevented compiliation in debug mode (I overlooked this as I did not compile for debug, what I normally do, and the automatted test also does not do that) | ||||
* | | | Merge branch 'beta' into master | Rainer Gerhards | 2009-06-29 | 2 | -1/+19 |
|\| | | | | | | | | | | | | | | Conflicts: tools/syslogd.c | ||||
| * | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-29 | 2 | -1/+19 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | bugfix: ssh session hangs after rsyslgod is started from it | Rainer Gerhards | 2009-06-29 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr/stdout were not closed to be able to emit error messages, but this caused ssh sessions to hang. Now we close them after the initial initialization. See forum thread: http://kb.monitorware.com/controlling-terminal-issues-t9875.html | ||||
* | | | | updated testbench to new init() behavior | Rainer Gerhards | 2009-06-29 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | the deferred activation of input modules broke part of the testbench - but this was a testbench issue, not one of the patch | ||||
* | | | | some cleanup | Rainer Gerhards | 2009-06-29 | 1 | -14/+14 |
| | | | | |||||
* | | | | separate willRun and runInput calls for input modules | Michael Terry | 2009-06-29 | 3 | -9/+39 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | add support for KLogPath | Michael Terry | 2009-06-29 | 5 | -7/+27 |
| | | | | |||||
* | | | | improved omoracle documentation | Ronny Egner | 2009-06-27 | 1 | -0/+122 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | optimization: propert names are now internally identified by integers | Rainer Gerhards | 2009-06-26 | 9 | -148/+303 |
| | | | | |||||
* | | | | some optimization, declared some frequently called small stringbuf functions ↵ | Rainer Gerhards | 2009-06-26 | 2 | -60/+62 |
| | | | | | | | | | | | | | | | | inline | ||||
* | | | | added some basic multithreading tests to testbench | Rainer Gerhards | 2009-06-26 | 5 | -0/+80 |
| | | | | |||||
* | | | | got rid of the recursive requirement for msg_t mutex (finally!) | Rainer Gerhards | 2009-06-26 | 6 | -170/+123 |
| | | | | |||||
* | | | | some more stringbuffer optimization | Rainer Gerhards | 2009-06-25 | 5 | -71/+30 |
| | | | | |||||
* | | | | bugfix: msg_t mutex was sometimes initialized twice | Rainer Gerhards | 2009-06-25 | 1 | -1/+0 |
| | | | | |||||
* | | | | backported "clean" increment of memory trim counter (not protected by mutex) | Rainer Gerhards | 2009-06-25 | 2 | -3/+6 |
| | | | |