summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* added $FailOnChownFailure config parameterRainer Gerhards2007-07-171-0/+4
|
* added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroupRainer Gerhards2007-07-171-0/+4
|
* added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariablesRainer Gerhards2007-07-171-0/+1
| | | | directives
* added $DirCreateMode config directiveRainer Gerhards2007-07-171-0/+1
|
* integrated patch by Michel Samia to provide regex support for the filterRainer Gerhards2007-07-161-1/+2
| | | | engine - many thanks!
* implemented $RepeatedLineReduction optionRainer Gerhards2007-07-151-0/+1
|
* shuffled more defintions; defined new type msg_t for struct msgRainer Gerhards2007-07-131-0/+16
|
* - removed some now-unused fields from struct filedRainer Gerhards2007-07-131-7/+3
| | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file)
* fixed forgotten multi-include preventionRainer Gerhards2007-07-131-0/+5
|
* begun to better modularize syslogd.c - this is an ongoing project; movedRainer Gerhards2007-07-131-0/+265
type definitions to a separate file