Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | applied patch from Michel Samia to fix compilation when NOT compiled for | Rainer Gerhards | 2007-07-26 | 2 | -1/+9 |
| | | | | pthreads | ||||
* | fixed a situation where rsyslogd could create zombie processes thanks to | Rainer Gerhards | 2007-07-26 | 1 | -1/+1 |
| | | | | mildew for the patch | ||||
* | introduced getWriteFDForSelect() module API | Rainer Gerhards | 2007-07-25 | 11 | -6/+70 |
| | |||||
* | brought emergency logging to a somewhat cleaner state | Rainer Gerhards | 2007-07-25 | 1 | -47/+15 |
| | |||||
* | moved some references to module data from syslogd.c to modules | Rainer Gerhards | 2007-07-25 | 5 | -38/+23 |
| | |||||
* | moved code to output module | Rainer Gerhards | 2007-07-25 | 3 | -15/+14 |
| | |||||
* | use new dbgPrintInstInfo() interface | Rainer Gerhards | 2007-07-25 | 1 | -41/+1 |
| | |||||
* | added new function dbgPrintInstInfo() to omod interface | Rainer Gerhards | 2007-07-25 | 9 | -0/+85 |
| | |||||
* | changed calling interface for freeInstance() - need to work with dual | Rainer Gerhards | 2007-07-25 | 3 | -7/+13 |
| | | | | buffers in order to change output modules one by one | ||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 13 | -492/+478 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | bumping version number | Rainer Gerhards | 2007-07-25 | 2 | -2/+4 |
| | |||||
* | preparing for 1.17.3v1-17-3 | Rainer Gerhards | 2007-07-25 | 2 | -5/+5 |
| | |||||
* | added fix for startup permission checks - thanks to Michel Samia | Rainer Gerhards | 2007-07-25 | 1 | -0/+2 |
| | |||||
* | fixed a bug that caused rsyslogd to segfault on exit (and probably also on | Rainer Gerhards | 2007-07-25 | 2 | -1/+13 |
| | | | | | | | HUP), when there was an unsent message in a selector that required forwarding and the dns lookup failed for that selector (yes, it was pretty unlikely to happen;)) thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch | ||||
* | hardned syslogd for a very unusual low memory condition | Rainer Gerhards | 2007-07-24 | 1 | -2/+7 |
| | |||||
* | removed previous emergency logging system on startup, because it is not | Rainer Gerhards | 2007-07-24 | 1 | -21/+1 |
| | | | | | compatible with the new modules; need to re-implement the full functionality, currently stderr is used | ||||
* | applied patch from Michel Samia which solved problems when compiling | Rainer Gerhards | 2007-07-24 | 1 | -3/+7 |
| | | | | without Internet support | ||||
* | TypeName is now pulled from the module itself | Rainer Gerhards | 2007-07-24 | 3 | -11/+16 |
| | |||||
* | removed no-longer-used TESTING conditional compilation | Rainer Gerhards | 2007-07-24 | 1 | -51/+3 |
| | |||||
* | added freeInstance() call to output module interface; re-structured | Rainer Gerhards | 2007-07-24 | 8 | -129/+146 |
| | | | | ressource release code in syslogd.c | ||||
* | removed F_UNUSED and cleaned up action-disabling handling | Rainer Gerhards | 2007-07-24 | 9 | -86/+89 |
| | |||||
* | major task: made sure no selector_t is created for selector lines that can | Rainer Gerhards | 2007-07-24 | 8 | -99/+125 |
| | | | | | not be successfully loaded. That forced me to change a lot of code, with potential for trouble. | ||||
* | applied patch from varmojfekoj to solve small mem leak | Rainer Gerhards | 2007-07-24 | 2 | -1/+21 |
| | |||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 17 | -76/+298 |
| | |||||
* | changed action calling sequence to module interface/structure | Rainer Gerhards | 2007-07-24 | 7 | -10/+10 |
| | |||||
* | changed select action config reader to use module interface | Rainer Gerhards | 2007-07-24 | 6 | -34/+50 |
| | |||||
* | fixed wrong credits - last patch was by mildew -- sorry for that ;) | Rainer Gerhards | 2007-07-24 | 11 | -135/+146 |
| | |||||
* | moved selector action config parsing for shell action to omshell | Rainer Gerhards | 2007-07-24 | 3 | -13/+37 |
| | |||||
* | moved selector action parsing for MySQL to ommysql | Rainer Gerhards | 2007-07-24 | 4 | -87/+119 |
| | |||||
* | moved selector action parsing for F_FORW to omfwd | Rainer Gerhards | 2007-07-24 | 3 | -170/+200 |
| | |||||
* | fixed a small memory leak when HUPing syslogd. The allowed sender list now | Rainer Gerhards | 2007-07-24 | 2 | -0/+35 |
| | | | | gets freed. thanks varmojfekoj to for the patch. | ||||
* | continued working on modularization; begun to create interface for | Rainer Gerhards | 2007-07-23 | 17 | -277/+690 |
| | | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules. | ||||
* | fixed a memory leak in config file parsing thanks to varmojfekoj for the | Rainer Gerhards | 2007-07-23 | 4 | -14/+22 |
| | | | | patch | ||||
* | added warning for other coders | Rainer Gerhards | 2007-07-23 | 1 | -1/+4 |
| |