summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* completed object deserializerRainer Gerhards2008-01-081-0/+1
|
* omgssapi createdRainer Gerhards2007-12-281-5/+0
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* applied patch provided by varmojfekoj to support building ommysql in itsRainer Gerhards2007-09-261-4/+0
| | | | own way (now also resides in a plugin subdirectory)
* shuffeled code in cfline() to prepare for a better system of processing theRainer Gerhards2007-08-011-1/+0
| | | | selector_t linked list
* moved definition of selector_t to syslogd.c again, as this now no longer isRainer Gerhards2007-08-011-42/+0
| | | | a global structure
* moved action-describing data fields out of selector_t to its own structure;Rainer Gerhards2007-08-011-20/+1
| | | | | changed code to use this dynamically-allocated structure; this is in preparation for multiple actions per selector
* even more cleanup ;)Rainer Gerhards2007-08-011-28/+21
|
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-0/+1
| | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-1/+4
| | | | modules
* undone last change - was not a good idea. Designed a smarter interface.Rainer Gerhards2007-07-271-1/+0
|
* added IDs to selector_tRainer Gerhards2007-07-261-0/+1
|
* - changed doAction() interface to contain the full message stringRainer Gerhards2007-07-261-5/+0
| | | | - f_iov and its handling has been removed
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-5/+0
| | | | | | | | - replaced (mis) use of f_prevcount in omfwd.c -> now data element in instance data is used for retry counting - removed f->f_type from syslogd.c, omfwd.c - removed f->f_file from omfwd.c, omfile.c - f->f_flags is gone away
* - removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.cRainer Gerhards2007-07-261-13/+0
| | | | | | | - removed f_type from syslogd.c/cflineParseFileName() - fixed bug in omfile.c which could lead to invalid addressing if "-" was given to not sync file - removed f_type from omfile.c
* - removed references to f_un from omfile.cRainer Gerhards2007-07-261-27/+0
| | | | - milestone reached: f->f_un has gone away!
* removed references to f_un from omfwd.cRainer Gerhards2007-07-261-22/+0
|
* - removed references to f_un from ommysql.cRainer Gerhards2007-07-261-14/+0
|
* - changed doAction() interface to include module data pointerRainer Gerhards2007-07-261-1/+1
| | | | | | - removed references to f_un from omusrmsg.c - changed module template for parseSelectorAct() [code reduction, consitency]
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-0/+3
| | | | standard entry points (implemented via preprocessor)
* removed F_UNUSED and cleaned up action-disabling handlingRainer Gerhards2007-07-241-1/+2
|
* moved discard functionality to an output moduleRainer Gerhards2007-07-241-1/+9
|
* changed action calling sequence to module interface/structureRainer Gerhards2007-07-241-1/+1
|
* fixed a very nasty bug in structure creation of struct filed (causedRainer Gerhards2007-07-231-50/+1
| | | | | omusrmsg to be defunct) - many thanks to maharaja for providing the right idea at the right time ;)
* 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