summaryrefslogtreecommitdiffstats
path: root/plugins/omtemplate
Commit message (Collapse)AuthorAgeFilesLines
* fixed regression from last commitRainer Gerhards2010-07-271-0/+1
| | | | config variables were not properly initialized
* milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-5/+16
| | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt).
* moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-2/+2
| | | | first step: adding object-type specifier to config statement table
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
| | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* fixed broken make distcheck due to invalidly stated omtemplate fileRainer Gerhards2009-03-191-1/+1
|
* added output module templateRainer Gerhards2009-03-162-0/+228
so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far...