Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -104/+0 |
| | | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. | ||||
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 1 | -9/+1 |
| | | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin | ||||
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 1 | -1/+3 |
| | |||||
* | completed object deserializer | Rainer Gerhards | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 1 | -5/+0 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -4/+0 |
| | | | | own way (now also resides in a plugin subdirectory) | ||||
* | shuffeled code in cfline() to prepare for a better system of processing the | Rainer Gerhards | 2007-08-01 | 1 | -1/+0 |
| | | | | selector_t linked list | ||||
* | moved definition of selector_t to syslogd.c again, as this now no longer is | Rainer Gerhards | 2007-08-01 | 1 | -42/+0 |
| | | | | a global structure | ||||
* | moved action-describing data fields out of selector_t to its own structure; | Rainer Gerhards | 2007-08-01 | 1 | -20/+1 |
| | | | | | changed code to use this dynamically-allocated structure; this is in preparation for multiple actions per selector | ||||
* | even more cleanup ;) | Rainer Gerhards | 2007-08-01 | 1 | -28/+21 |
| | |||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -1/+4 |
| | | | | modules | ||||
* | undone last change - was not a good idea. Designed a smarter interface. | Rainer Gerhards | 2007-07-27 | 1 | -1/+0 |
| | |||||
* | added IDs to selector_t | Rainer Gerhards | 2007-07-26 | 1 | -0/+1 |
| | |||||
* | - changed doAction() interface to contain the full message string | Rainer Gerhards | 2007-07-26 | 1 | -5/+0 |
| | | | | - f_iov and its handling has been removed | ||||
* | - implemented needUDPSocket() interface | Rainer Gerhards | 2007-07-26 | 1 | -5/+0 |
| | | | | | | | | - 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 | 1 | -13/+0 |
| | | | | | | | - 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 | 1 | -27/+0 |
| | | | | - milestone reached: f->f_un has gone away! | ||||
* | removed references to f_un from omfwd.c | Rainer Gerhards | 2007-07-26 | 1 | -22/+0 |
| | |||||
* | - removed references to f_un from ommysql.c | Rainer Gerhards | 2007-07-26 | 1 | -14/+0 |
| | |||||
* | - changed doAction() interface to include module data pointer | Rainer Gerhards | 2007-07-26 | 1 | -1/+1 |
| | | | | | | - removed references to f_un from omusrmsg.c - changed module template for parseSelectorAct() [code reduction, consitency] | ||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 1 | -0/+3 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | removed F_UNUSED and cleaned up action-disabling handling | Rainer Gerhards | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 1 | -1/+9 |
| | |||||
* | changed action calling sequence to module interface/structure | Rainer Gerhards | 2007-07-24 | 1 | -1/+1 |
| | |||||
* | fixed a very nasty bug in structure creation of struct filed (caused | Rainer Gerhards | 2007-07-23 | 1 | -50/+1 |
| | | | | | omusrmsg to be defunct) - many thanks to maharaja for providing the right idea at the right time ;) | ||||
* | simplified action calling using new interface Warning: this version has a | Rainer Gerhards | 2007-07-23 | 1 | -1/+3 |
| | | | | | structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it. | ||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -1/+13 |
| | |||||
* | moved mysql action to its own code files | Rainer Gerhards | 2007-07-20 | 1 | -0/+9 |
| | |||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -72/+9 |
| | |||||
* | begin designing module interface | Rainer Gerhards | 2007-07-19 | 1 | -0/+51 |
| | |||||
* | added $FailOnChownFailure config parameter | Rainer Gerhards | 2007-07-17 | 1 | -0/+4 |
| | |||||
* | added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup | Rainer Gerhards | 2007-07-17 | 1 | -0/+4 |
| | |||||
* | added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariables | Rainer Gerhards | 2007-07-17 | 1 | -0/+1 |
| | | | | directives | ||||
* | added $DirCreateMode config directive | Rainer Gerhards | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | integrated patch by Michel Samia to provide regex support for the filter | Rainer Gerhards | 2007-07-16 | 1 | -1/+2 |
| | | | | engine - many thanks! | ||||
* | implemented $RepeatedLineReduction option | Rainer Gerhards | 2007-07-15 | 1 | -0/+1 |
| | |||||
* | shuffled more defintions; defined new type msg_t for struct msg | Rainer Gerhards | 2007-07-13 | 1 | -0/+16 |
| | |||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -7/+3 |
| | | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file) | ||||
* | fixed forgotten multi-include prevention | Rainer Gerhards | 2007-07-13 | 1 | -0/+5 |
| | |||||
* | begun to better modularize syslogd.c - this is an ongoing project; moved | Rainer Gerhards | 2007-07-13 | 1 | -0/+265 |
type definitions to a separate file |