summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added $include config directiveRainer Gerhards2007-08-012-6/+39
* - some more code cleanupRainer Gerhards2007-08-015-55/+47
* fixed typoRainer Gerhards2007-08-011-1/+1
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-017-48/+28
* - 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-313-23/+46
* - all cfsysline directives now use new table-driven cfsysline system exceptRainer Gerhards2007-07-314-52/+37
* omfile.c now uses the new table-driven cfsysline systemRainer Gerhards2007-07-315-15/+102
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-318-41/+141
* - added interface to register a cfsysline command handler (basicRainer Gerhards2007-07-314-5/+54
* - changed modInit() interface to contain pointer to host-function queryRainer Gerhards2007-07-3114-10/+66
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-316-27/+29
* - fixed a typo that caused the default template for MySQL to be wrong.Rainer Gerhards2007-07-311-1/+1
* added some more functions to linkedList classRainer Gerhards2007-07-313-5/+84
* added a generic linked list object (files linkedlist.h/c)Rainer Gerhards2007-07-314-1/+178
* - added doCustomHdlr() to cfsysline.c - this completes implementingRainer Gerhards2007-07-313-9/+39
* moved debug printf code out of init() into its own functionRainer Gerhards2007-07-312-68/+79
* - fixed bug in objomsr.c that caused program to abort in debug mode with anRainer Gerhards2007-07-311-1/+1
* moved code to open config file into separate function processConfFile()Rainer Gerhards2007-07-312-90/+113
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-314-35/+46
* added macro to consistently define iRetRainer Gerhards2007-07-315-17/+17
* - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler toRainer Gerhards2007-07-314-44/+70
* - moved the SetCCEscapeCharacter config file directive to cfsysline.c andRainer Gerhards2007-07-313-49/+39
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-315-84/+119
* moved doGetGID() to cfsysline.cRainer Gerhards2007-07-313-35/+49
* fixed insufficient memory allocation in addAction() and its helpers. TheRainer Gerhards2007-07-302-22/+47
* moved doBinaryOption() and doGetGUID() to cfsysline.cRainer Gerhards2007-07-305-116/+152
* - fixed a memory leak in syslogd/init() that happend when the config fileRainer Gerhards2007-07-302-2/+4
* fixed a mem leak in OMSRdestruct - freeing the object itself was forgottenRainer Gerhards2007-07-302-0/+3
* fixed a bug that caused ommysql to always complain about missing templatesRainer Gerhards2007-07-302-0/+7
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-305-4/+212
* bumping up version numberRainer Gerhards2007-07-301-2/+2
* preparing for 1.17.5v1-17-5Rainer Gerhards2007-07-304-6/+15
* fixed a problem with shutting down the worker thread and freeing theRainer Gerhards2007-07-292-5/+18
* added a bit more information about modulesRainer Gerhards2007-07-281-0/+43
* fixed a missing file bug - thanks to Andrea Montanari for reporting thisRainer Gerhards2007-07-282-1/+4
* removed selector_t f references from output modulesRainer Gerhards2007-07-278-40/+37
* removed left-over debug printfRainer Gerhards2007-07-271-1/+0
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-2714-225/+276
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-276-4/+190
* prepared doc for 1.17.4v1-17-4Rainer Gerhards2007-07-273-4/+44
* preparing for 1.17.4 releaseRainer Gerhards2007-07-271-1/+1
* forgot to undo some changes - now doneRainer Gerhards2007-07-271-5/+0
* removed debug codeRainer Gerhards2007-07-271-2/+0
* undone last change - was not a good idea. Designed a smarter interface.Rainer Gerhards2007-07-272-28/+0
* added IDs to selector_tRainer Gerhards2007-07-262-1/+33
* - changed doAction() interface to contain the full message stringRainer Gerhards2007-07-269-213/+28
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-2612-97/+153
* - removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.cRainer Gerhards2007-07-267-44/+32
* - removed references to f_un from omfile.cRainer Gerhards2007-07-262-131/+130