Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed typo | Rainer Gerhards | 2008-04-14 | 1 | -1/+1 |
| | |||||
* | implemented high precision timestamps for the kernel log. | Rainer Gerhards | 2008-04-12 | 1 | -0/+2 |
| | | | | | Thanks to Michael Biebl for pointing out that the kernel log did not have them. | ||||
* | implemented klog driver for BSD | Rainer Gerhards | 2008-04-09 | 1 | -0/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-04-08 | 1 | -0/+2 |
| | |||||
* | preparing for 3.17.0 releasev3.17.0 | Rainer Gerhards | 2008-04-08 | 1 | -0/+2 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-04-08 | 1 | -0/+9 |
|\ | | | | | | | | | | | Conflicts: syslogd.c | ||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-08 | 1 | -0/+9 |
| |\ | |||||
| | * | bugfix: some legacy options not correctly interpreted - thanks to | Rainer Gerhards | 2008-04-08 | 1 | -0/+2 |
| | | | | | | | | | | | | varmojfekoj for the patch | ||||
| | * | - 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. | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-08 | 1 | -0/+4 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-08 | 1 | -0/+4 |
| |\| | |||||
| | * | 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. | ||||
* | | | implemented $ActionExecOnlyOnceEveryInterval config directive | Rainer Gerhards | 2008-04-08 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-08 | 1 | -0/+1 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-08 | 1 | -0/+1 |
| |\| | |||||
| | * | bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused) | Rainer Gerhards | 2008-04-08 | 1 | -0/+1 |
| | | | |||||
* | | | added native mail functionality | Rainer Gerhards | 2008-04-08 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-07 | 1 | -1/+10 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html doc/status.html msg.c rsyslog.conf.5 rsyslog.h rsyslogd.8 syslogd.c Conflicts were due to patch being multiple times applied in CVS import. | ||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-07 | 1 | -7/+30 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/status.html rsyslog.conf.5 syslogd.c | ||||
| | * | 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. | ||||
| * | | 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 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | 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 |
| | | | |||||
| * | | added more meaningful error messages to rsyslogd (when some errors happens | Rainer Gerhards | 2008-04-02 | 1 | -0/+2 |
| | | | | | | | | | | | | during startup) | ||||
| * | | file relputil.c deleted, not actually neeeded | Rainer Gerhards | 2008-04-02 | 1 | -0/+2 |
| | | | |||||
| * | | disabled atomic operations for the time being because they introduce some | Rainer Gerhards | 2008-04-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | cross-platform trouble - need to see how to fix this in the best possible way | ||||
| * | | preparing for 3.15.0 release | Rainer Gerhards | 2008-04-01 | 1 | -0/+5 |
| | | | |||||
| * | | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
| * | | bumped version number | Rainer Gerhards | 2008-03-31 | 1 | -0/+2 |
| |/ | |||||
* | | an initial, somewhat working, tester for the mail functionality | Rainer Gerhards | 2008-04-04 | 1 | -1/+19 |
| | | |||||
* | | 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 |
| | | |||||
* | | changed command line processing. -v, -M, -c options are now parsed and | Rainer Gerhards | 2008-04-04 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | processed before all other options. Inter-option dependencies have been relieved. Among others, permits to specify intial module load path via -M only (not the environment) which makes it much easier to work with non-standard module library locations. Thanks to varmojfekoj for suggesting this change. Matches bugzilla bug 55. | ||||
* | | removed the 32 character size limit (from RFC3164) on the tag. This had bad | Rainer Gerhards | 2008-04-04 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | bugfix: some memory leak when queue is runing in disk mode | Rainer Gerhards | 2008-04-03 | 1 | -0/+1 |
| | |