summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-031-16/+74
* - added CODE_STD_FINALIZERparseSelectorAct to module-generation macrosRainer Gerhards2007-08-031-16/+19
* some cleanupRainer Gerhards2007-08-021-3/+0
* implemented $ActionExecOnlyWhenPreviousIsSuspended config directiveRainer Gerhards2007-08-021-10/+21
* got a working version of suspension/resumption logic including omfwd.cRainer Gerhards2007-08-021-6/+94
* added resumption logic to rsyslogd (but not yet any module)Rainer Gerhards2007-08-021-4/+18
* added tryResume() API to module interfaceRainer Gerhards2007-08-021-2/+11
* changed doAction() syslogd internal functions to allow for larger data &Rainer Gerhards2007-08-021-3/+10
* enabled functionality to have more than one action per selectorRainer Gerhards2007-08-021-26/+17
* moved cfsysline-calling into cfline() - now a unified interface againRainer Gerhards2007-08-021-18/+11
* enhanced syslogd memory structures to support multiple actions per selectorRainer Gerhards2007-08-021-111/+298
* shuffeled code in cfline() to prepare for a better system of processing theRainer Gerhards2007-08-011-136/+235
* moved definition of selector_t to syslogd.c again, as this now no longer isRainer Gerhards2007-08-011-0/+42
* moved action-describing data fields out of selector_t to its own structure;Rainer Gerhards2007-08-011-118/+199
* prepared code to move action-specifc selector_t data members to their ownRainer Gerhards2007-08-011-53/+74
* - changed name of $Include to $IncludeConfig - sound better as it is moreRainer Gerhards2007-08-011-11/+1
* enhanced $Include to allow inclusion of a complete directoryRainer Gerhards2007-08-011-3/+83
* - applied a patch from mildew to prevent rsyslogd from freezing under heavyRainer Gerhards2007-08-011-2/+17
* added $include config directiveRainer Gerhards2007-08-011-6/+38
* - some more code cleanupRainer Gerhards2007-08-011-14/+14
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-011-28/+9
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-011-21/+8
* - $ResetConfigVariables now also works vir the table-driven sytem. However,Rainer Gerhards2007-07-311-23/+19
* - all cfsysline directives now use new table-driven cfsysline system exceptRainer Gerhards2007-07-311-50/+33
* omfile.c now uses the new table-driven cfsysline systemRainer Gerhards2007-07-311-10/+20
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-31/+2
* - added doCustomHdlr() to cfsysline.c - this completes implementingRainer Gerhards2007-07-311-9/+20
* moved debug printf code out of init() into its own functionRainer Gerhards2007-07-311-68/+77
* moved code to open config file into separate function processConfFile()Rainer Gerhards2007-07-311-90/+112
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-311-23/+34
* added macro to consistently define iRetRainer Gerhards2007-07-311-5/+5
* - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler toRainer Gerhards2007-07-311-36/+16
* - moved the SetCCEscapeCharacter config file directive to cfsysline.c andRainer Gerhards2007-07-311-23/+1
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-75/+14
* moved doGetGID() to cfsysline.cRainer Gerhards2007-07-311-35/+2
* fixed insufficient memory allocation in addAction() and its helpers. TheRainer Gerhards2007-07-301-22/+43
* moved doBinaryOption() and doGetGUID() to cfsysline.cRainer Gerhards2007-07-301-116/+10
* - fixed a memory leak in syslogd/init() that happend when the config fileRainer Gerhards2007-07-301-2/+2
* fixed a problem with shutting down the worker thread and freeing theRainer Gerhards2007-07-291-5/+14
* removed selector_t f references from output modulesRainer Gerhards2007-07-271-7/+7
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-76/+169
* forgot to undo some changes - now doneRainer Gerhards2007-07-271-5/+0
* undone last change - was not a good idea. Designed a smarter interface.Rainer Gerhards2007-07-271-27/+0
* added IDs to selector_tRainer Gerhards2007-07-261-1/+32
* - changed doAction() interface to contain the full message stringRainer Gerhards2007-07-261-183/+10
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-13/+8
* - removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.cRainer Gerhards2007-07-261-8/+0
* - changed doAction() interface to include module data pointerRainer Gerhards2007-07-261-1/+1
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-261-17/+7
* fixed a situation where rsyslogd could create zombie processes thanks toRainer Gerhards2007-07-261-1/+1