summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* simplified action calling using new interface Warning: this version has aRainer Gerhards2007-07-231-1/+3
| | | | | structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it.
* moved some more modules to their own file setsRainer Gerhards2007-07-221-1/+13
|
* moved mysql action to its own code filesRainer Gerhards2007-07-201-0/+9
|
* moved message object into its own set of filesRainer Gerhards2007-07-191-72/+9
|
* begin designing module interfaceRainer Gerhards2007-07-191-0/+51
|
* 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