Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - bugfixes in legacy options processing, credits to varmojfekoj | Rainer Gerhards | 2008-04-08 | 1 | -0/+3 |
| | | | | | * reset errno before printing a warning message * misspelled directive name in code processing legacy options | ||||
* | cleanup and bugfix in imklog | Rainer Gerhards | 2008-04-08 | 1 | -0/+4 |
| | | | | | | | - some cleanup in imklog - bugfix: potential segfault in imklog when kernel is compiled without /proc/kallsyms and the file System.map is missing. Thanks to Andrea Morandi for pointing it out and suggesting a fix. | ||||
* | bugfix: imklog did not work well with kernel 2.6+. | Rainer Gerhards | 2008-04-08 | 1 | -0/+4 |
| | | | | | | Thanks to Peter Vrabec for patching it based on the development in sysklogd - and thanks to the sysklogd project for upgrading klogd to support the new functionality. | ||||
* | bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused) | Rainer Gerhards | 2008-04-08 | 1 | -0/+1 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-04-07 | 1 | -0/+1 |
| | |||||
* | bugfix: segfault with expression-based filters - so far untested | Rainer Gerhards | 2008-04-04 | 1 | -0/+3 |
| | |||||
* | preparing for 3.14.1 releasev3-14-1 | Rainer Gerhards | 2008-04-04 | 1 | -1/+6 |
| | |||||
* | bugfix: some messages were emited without hostname | Rainer Gerhards | 2008-04-04 | 1 | -0/+1 |
| | |||||
* | bugfix: zero-length strings were not supported in object deserializer | Rainer Gerhards | 2008-04-04 | 1 | -0/+2 |
| | |||||
* | removed the 32 character size limit (from RFC3164) on the tag. This had bad | Rainer Gerhards | 2008-04-04 | 1 | -1/+7 |
| | | | | | | | | effects on existing envrionments, as sysklogd didn't obey it either (probably another bug in RFC3164...). We now receive the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates. | ||||
* | man pages improved thanks to varmofekoj and Peter Vrabec | Rainer Gerhards | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | bugfix: some memory leak when queue is runing in disk mode | Rainer Gerhards | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | bugfix: $hostname and $fromhost in RainerScript did not work | Rainer Gerhards | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | bugfix: memory leaks in script engine | Rainer Gerhards | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | disabled atomic operations for the time being because they introduce some | Rainer Gerhards | 2008-04-02 | 1 | -0/+2 |
| | | | | | cross-platform trouble - need to see how to fix this in the best possible way | ||||
* | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -0/+5 |
| | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
* | preparing for 3.13.0-dev0 release | Rainer Gerhards | 2008-03-31 | 1 | -1/+3 |
| | |||||
* | added a --enable/disable-rsyslogd configure option so that source-based | Rainer Gerhards | 2008-03-31 | 1 | -1/+4 |
| | | | | | packaging systems can build plugins without the need to compile rsyslogd | ||||
* | worked a bit on atomic memory operations to support problem-free threading | Rainer Gerhards | 2008-03-31 | 1 | -0/+4 |
| | | | | (only at non-intrusive places) | ||||
* | bugfix: tcp receiver could segfault due to uninitialized variable | Rainer Gerhards | 2008-03-31 | 1 | -0/+1 |
| | |||||
* | - bugfix: accidently set debug option in 3.12.5 reset to production This | Rainer Gerhards | 2008-03-29 | 1 | -0/+5 |
| | | | | | | | | option prevented dlclose() to be called. It had no real bad effects, as the modules were otherwise correctly deinitialized and dlopen() supports multiple opens of the same module without any memory footprint. - removed --enable-mudflap, added --enable-valgrind ./configure setting | ||||
* | bumped version number | Rainer Gerhards | 2008-03-28 | 1 | -0/+2 |
| | |||||
* | - bugfix: regular expressions inside property replacer did not work | Rainer Gerhards | 2008-03-28 | 1 | -6/+8 |
| | | | | properly | ||||
* | bugfix: fixed small memory leak in template regular expressions | Rainer Gerhards | 2008-03-28 | 1 | -2/+4 |
| | |||||
* | added build-in templates | Rainer Gerhards | 2008-03-28 | 1 | -0/+1 |
| | |||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 1 | -0/+4 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | - changed default file output format to include high-precision timestamps | Rainer Gerhards | 2008-03-28 | 1 | -0/+3 |
| | | | | | - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive | ||||
* | updated v3 compatibility doc to cover new compatibility mode | Rainer Gerhards | 2008-03-27 | 1 | -0/+9 |
| | |||||
* | bugfix: $ModDir did invalid bounds checking, potential overlow in | Rainer Gerhards | 2008-03-27 | 1 | -0/+3 |
| | | | | dbgprintf() - thanks to varmojfekoj for the patch | ||||
* | bugfix: QHOUR and HHOUR properties were wrongly calculated | Rainer Gerhards | 2008-03-26 | 1 | -1/+2 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 |
| | |||||
* | preparing for 3.12.4 | Rainer Gerhards | 2008-03-25 | 1 | -8/+21 |
| | |||||
* | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 |
| | | | | quarter-hour logfile rotation | ||||
* | bugfix: internally generated messages had "FROMHOST" property not set | Rainer Gerhards | 2008-03-22 | 1 | -0/+14 |
| | |||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 1 | -0/+2 |
| | | | | Results in reducing code complexity. | ||||
* | changed queue's discard severities default value to 8 (do not discard) to | Rainer Gerhards | 2008-03-22 | 1 | -0/+2 |
| | | | | prevent unintentional message loss | ||||
* | bugfix: some slightly invalid memory accesses | Rainer Gerhards | 2008-03-20 | 1 | -0/+1 |
| | |||||
* | bugfix: fixed some minor memory leaks | Rainer Gerhards | 2008-03-20 | 1 | -0/+1 |
| | |||||
* | bugfix: potential segfault on module unload. Thanks to varmojfekoj for the | Rainer Gerhards | 2008-03-19 | 1 | -0/+2 |
| | | | | patch | ||||
* | bugfix: imklog leaked several hundered KB on each HUP. Thanks to | Rainer Gerhards | 2008-03-19 | 1 | -0/+2 |
| | | | | varmojfekoj for the patch | ||||
* | added flow control options to other input sources | Rainer Gerhards | 2008-03-19 | 1 | -0/+2 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-03-18 | 1 | -0/+2 |
| | |||||
* | preparing for 3.12.3v3-12-3 | Rainer Gerhards | 2008-03-18 | 1 | -1/+5 |
| | |||||
* | bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch | Rainer Gerhards | 2008-03-17 | 1 | -1/+2 |
| | |||||
* | bugfix: duplicate public symbol in omfwd and omgssapi could lead to | Rainer Gerhards | 2008-03-14 | 1 | -0/+2 |
| | | | | 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 | -0/+6 |
| | | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages. | ||||
* | added advanced flow control for congestion cases (mode depending on message | Rainer Gerhards | 2008-03-14 | 1 | -0/+2 |
| | | | | source and its capablity to be delayed without bad side effects) | ||||
* | cleanup | Rainer Gerhards | 2008-03-14 | 1 | -0/+3 |
| | |||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 1 | -0/+2 |
| | | | | work |