Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - all cfsysline directives now use new table-driven cfsysline system except | Rainer Gerhards | 2007-07-31 | 4 | -52/+37 |
| | | | | for $ResetConfigVariables | ||||
* | omfile.c now uses the new table-driven cfsysline system | Rainer Gerhards | 2007-07-31 | 5 | -15/+102 |
| | |||||
* | - got the basic code in place to create an in-memory list of cfsysline | Rainer Gerhards | 2007-07-31 | 8 | -41/+141 |
| | | | | handlers (omfile.c used as testing case) -- not yet in active code | ||||
* | - added interface to register a cfsysline command handler (basic | Rainer Gerhards | 2007-07-31 | 4 | -5/+54 |
| | | | | functionality) | ||||
* | - changed modInit() interface to contain pointer to host-function query | Rainer Gerhards | 2007-07-31 | 14 | -10/+66 |
| | | | | method | ||||
* | prepared cfsysline.c for integration into output modules | Rainer Gerhards | 2007-07-31 | 6 | -27/+29 |
| | |||||
* | - fixed a typo that caused the default template for MySQL to be wrong. | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | | | | thanks to mildew for catching this. | ||||
* | added some more functions to linkedList class | Rainer Gerhards | 2007-07-31 | 3 | -5/+84 |
| | |||||
* | added a generic linked list object (files linkedlist.h/c) | Rainer Gerhards | 2007-07-31 | 4 | -1/+178 |
| | |||||
* | - added doCustomHdlr() to cfsysline.c - this completes implementing | Rainer Gerhards | 2007-07-31 | 3 | -9/+39 |
| | | | | functions for canned handlers. | ||||
* | moved debug printf code out of init() into its own function | Rainer Gerhards | 2007-07-31 | 2 | -68/+79 |
| | |||||
* | - fixed bug in objomsr.c that caused program to abort in debug mode with an | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | | | | invalid assertion (in some cases) | ||||
* | moved code to open config file into separate function processConfFile() | Rainer Gerhards | 2007-07-31 | 2 | -90/+113 |
| | |||||
* | - added macro to abort a function and go to finalizer | Rainer Gerhards | 2007-07-31 | 4 | -35/+46 |
| | | | | - added output of config file line number when a parsing error occured | ||||
* | added macro to consistently define iRet | Rainer Gerhards | 2007-07-31 | 5 | -17/+17 |
| | |||||
* | - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to | Rainer Gerhards | 2007-07-31 | 4 | -44/+70 |
| | | | | use it | ||||
* | - moved the SetCCEscapeCharacter config file directive to cfsysline.c and | Rainer Gerhards | 2007-07-31 | 3 | -49/+39 |
| | | | | also generalized it for further use while doing so | ||||
* | - moved umask & file/dir creation mode parsing to cfsysline.c | Rainer Gerhards | 2007-07-31 | 5 | -84/+119 |
| | | | | - added macro for easy and consistent check of iRet return value | ||||
* | moved doGetGID() to cfsysline.c | Rainer Gerhards | 2007-07-31 | 3 | -35/+49 |
| | |||||
* | fixed insufficient memory allocation in addAction() and its helpers. The | Rainer Gerhards | 2007-07-30 | 2 | -22/+47 |
| | | | | | | initial fix and idea was developed by mildew, I fine-tuned it a bit. Thanks a lot for the fix, I'd probably had pulled out my hair to find the bug... | ||||
* | moved doBinaryOption() and doGetGUID() to cfsysline.c | Rainer Gerhards | 2007-07-30 | 5 | -116/+152 |
| | |||||
* | - fixed a memory leak in syslogd/init() that happend when the config file | Rainer Gerhards | 2007-07-30 | 2 | -2/+4 |
| | | | | could not be read - thanks to varmojfekoj for the patch | ||||
* | fixed a mem leak in OMSRdestruct - freeing the object itself was forgotten | Rainer Gerhards | 2007-07-30 | 2 | -0/+3 |
| | | | | - thanks to varmojfekoj for the patch | ||||
* | fixed a bug that caused ommysql to always complain about missing templates | Rainer Gerhards | 2007-07-30 | 2 | -0/+7 |
| | |||||
* | - added cfsysline objects - initial set of functions | Rainer Gerhards | 2007-07-30 | 5 | -4/+212 |
| | | | | - fixed bug in OMSRcreate() - always returned SR_RET_OK | ||||
* | bumping up version number | Rainer Gerhards | 2007-07-30 | 1 | -2/+2 |
| | |||||
* | preparing for 1.17.5v1-17-5 | Rainer Gerhards | 2007-07-30 | 4 | -6/+15 |
| | |||||
* | fixed a problem with shutting down the worker thread and freeing the | Rainer Gerhards | 2007-07-29 | 2 | -5/+18 |
| | | | | | selector_t list - this caused messages to be lost, because the message queue was not properly drained before the selectors got destroyed. | ||||
* | added a bit more information about modules | Rainer Gerhards | 2007-07-28 | 1 | -0/+43 |
| | |||||
* | fixed a missing file bug - thanks to Andrea Montanari for reporting this | Rainer Gerhards | 2007-07-28 | 2 | -1/+4 |
| | | | | problem | ||||
* | removed selector_t f references from output modules | Rainer Gerhards | 2007-07-27 | 8 | -40/+37 |
| | |||||
* | removed left-over debug printf | Rainer Gerhards | 2007-07-27 | 1 | -1/+0 |
| | |||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 14 | -225/+276 |
| | | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully | ||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 6 | -4/+190 |
| | | | | modules | ||||
* | prepared doc for 1.17.4v1-17-4 | Rainer Gerhards | 2007-07-27 | 3 | -4/+44 |
| | |||||
* | preparing for 1.17.4 release | Rainer Gerhards | 2007-07-27 | 1 | -1/+1 |
| | |||||
* | forgot to undo some changes - now done | Rainer Gerhards | 2007-07-27 | 1 | -5/+0 |
| | |||||
* | removed debug code | Rainer Gerhards | 2007-07-27 | 1 | -2/+0 |
| | |||||
* | undone last change - was not a good idea. Designed a smarter interface. | Rainer Gerhards | 2007-07-27 | 2 | -28/+0 |
| | |||||
* | added IDs to selector_t | Rainer Gerhards | 2007-07-26 | 2 | -1/+33 |
| | |||||
* | - changed doAction() interface to contain the full message string | Rainer Gerhards | 2007-07-26 | 9 | -213/+28 |
| | | | | - f_iov and its handling has been removed | ||||
* | - implemented needUDPSocket() interface | Rainer Gerhards | 2007-07-26 | 12 | -97/+153 |
| | | | | | | | | - 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.c | Rainer Gerhards | 2007-07-26 | 7 | -44/+32 |
| | | | | | | | - 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.c | Rainer Gerhards | 2007-07-26 | 2 | -131/+130 |
| | | | | - milestone reached: f->f_un has gone away! | ||||
* | removed references to f_un from omshell.c | Rainer Gerhards | 2007-07-26 | 1 | -5/+6 |
| | |||||
* | removed references to f_un from omfwd.c | Rainer Gerhards | 2007-07-26 | 2 | -102/+99 |
| | |||||
* | - removed references to f_un from ommysql.c | Rainer Gerhards | 2007-07-26 | 3 | -75/+66 |
| | |||||
* | - changed doAction() interface to include module data pointer | Rainer Gerhards | 2007-07-26 | 9 | -54/+29 |
| | | | | | | - removed references to f_un from omusrmsg.c - changed module template for parseSelectorAct() [code reduction, consitency] | ||||
* | - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs more | Rainer Gerhards | 2007-07-26 | 3 | -372/+370 |
| | | | | | | | to that file. But we need to look at it some time later. The move was absolutely necessary so that no access to f->f_un happened in tcpsyslog.c (which was evil) - milestone reache: no more access to f->f_un from non-output modules | ||||
* | - implemented onSelectReadyWrite() interface | Rainer Gerhards | 2007-07-26 | 10 | -19/+102 |
| | | | | - milestone reached: no more access to f->f_un in syslogd.c |