summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* removed references to f_un from omshell.cRainer Gerhards2007-07-261-5/+6
* removed references to f_un from omfwd.cRainer Gerhards2007-07-262-102/+99
* - removed references to f_un from ommysql.cRainer Gerhards2007-07-263-75/+66
* - changed doAction() interface to include module data pointerRainer Gerhards2007-07-269-54/+29
* - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs moreRainer Gerhards2007-07-263-372/+370
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-2610-19/+102
* applied patch from Michel Samia to fix compilation when NOT compiled forRainer Gerhards2007-07-262-1/+9
* fixed a situation where rsyslogd could create zombie processes thanks toRainer Gerhards2007-07-261-1/+1
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-2511-6/+70
* brought emergency logging to a somewhat cleaner stateRainer Gerhards2007-07-251-47/+15
* moved some references to module data from syslogd.c to modulesRainer Gerhards2007-07-255-38/+23
* moved code to output moduleRainer Gerhards2007-07-253-15/+14
* use new dbgPrintInstInfo() interfaceRainer Gerhards2007-07-251-41/+1
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-259-0/+85
* changed calling interface for freeInstance() - need to work with dualRainer Gerhards2007-07-253-7/+13
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-2513-492/+478
* bumping version numberRainer Gerhards2007-07-252-2/+4
* preparing for 1.17.3v1-17-3Rainer Gerhards2007-07-252-5/+5
* added fix for startup permission checks - thanks to Michel SamiaRainer Gerhards2007-07-251-0/+2
* fixed a bug that caused rsyslogd to segfault on exit (and probably also onRainer Gerhards2007-07-252-1/+13
* hardned syslogd for a very unusual low memory conditionRainer Gerhards2007-07-241-2/+7