Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified action calling using new interface Warning: this version has a | Rainer Gerhards | 2007-07-23 | 1 | -42/+18 |
| | | | | | structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it. | ||||
* | moved file write output module to own set of code files | Rainer Gerhards | 2007-07-22 | 1 | -1090/+8 |
| | |||||
* | added $ModLoad MySQL (dummy) config directive | Rainer Gerhards | 2007-07-22 | 1 | -0/+36 |
| | |||||
* | changed calling interface for doAction() as a reminder for the other | Rainer Gerhards | 2007-07-22 | 1 | -1/+1 |
| | | | | modules | ||||
* | changed interface, now is updated by rule engine | Rainer Gerhards | 2007-07-22 | 1 | -1/+4 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -1460/+21 |
| | |||||
* | moved mysql action to its own code files | Rainer Gerhards | 2007-07-20 | 1 | -234/+7 |
| | |||||
* | moved code for user and wall message action into its own files | Rainer Gerhards | 2007-07-20 | 1 | -172/+2 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 1 | -2/+8 |
| | |||||
* | cleanup | Rainer Gerhards | 2007-07-20 | 1 | -5/+3 |
| | |||||
* | replaced system() calls with something more reasonable. Please note that | Rainer Gerhards | 2007-07-20 | 1 | -53/+37 |
| | | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security. | ||||
* | updated usage() - forgotten when changed -r option | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | removed incompatibility to sysklogd in syslogd -r option parsing | Rainer Gerhards | 2007-07-20 | 1 | -2/+5 |
| | |||||
* | added the capability to continue trying to write log files when the file | Rainer Gerhards | 2007-07-20 | 1 | -0/+7 |
| | | | | | system is full. Functionality based on patch by Martin Schulze to sysklogd package. | ||||
* | fixed another memory leak on HUPing and on exiting rsyslogd again thanks to | Rainer Gerhards | 2007-07-19 | 1 | -3/+8 |
| | | | | varmojfekoj for the patch | ||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -1028/+31 |
| | |||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -134/+136 |
| | |||||
* | fixed minimal memory leak on HUP (caused by templates) thanks to | Rainer Gerhards | 2007-07-18 | 1 | -1/+4 |
| | | | | varmojfekoj for the patch | ||||
* | applied cleanup patch by Peter Vrabec | Rainer Gerhards | 2007-07-18 | 1 | -6/+4 |
| | |||||
* | fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly; | Rainer Gerhards | 2007-07-18 | 1 | -2/+3 |
| | | | | | also fixed but that could grabble $AllowedSender wildcards. Thanks to mildew@gmail.com for the patch | ||||
* | cleaned up code. removed conditional construct where "fromHost" could not | Rainer Gerhards | 2007-07-17 | 1 | -8/+2 |
| | | | | be NULL | ||||
* | improved AllowedSender code and portability - thanks to mildew@gmail.com | Rainer Gerhards | 2007-07-17 | 1 | -1/+9 |
| | |||||
* | added $FailOnChownFailure config parameter | Rainer Gerhards | 2007-07-17 | 1 | -12/+26 |
| | |||||
* | added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup | Rainer Gerhards | 2007-07-17 | 1 | -15/+126 |
| | |||||
* | added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariables | Rainer Gerhards | 2007-07-17 | 1 | -11/+36 |
| | | | | directives | ||||
* | added $DirCreateMode config directive | Rainer Gerhards | 2007-07-17 | 1 | -2/+15 |
| | |||||
* | basic support for creating directories with dynaFiles added | Rainer Gerhards | 2007-07-17 | 1 | -1/+14 |
| | |||||
* | cleaned up code in AddAllowedSender() | Rainer Gerhards | 2007-07-17 | 1 | -107/+112 |
| | |||||
* | dded $ControlCharacterEscapePrefix config parameter | Rainer Gerhards | 2007-07-17 | 1 | -1/+28 |
| | |||||
* | added $EscapeControlCharactersOnReceive config parameter | Rainer Gerhards | 2007-07-17 | 1 | -32/+29 |
| | |||||
* | added new option $DropMsgsWithMaliciousDnsPTRRecords | Rainer Gerhards | 2007-07-16 | 1 | -2/+19 |
| | |||||
* | fully integrated patch from mildew@gmail.com | Rainer Gerhards | 2007-07-16 | 1 | -144/+174 |
| | |||||
* | applied patch by mildew@gmail.com to support IPv6 in $AllowedSenders | Rainer Gerhards | 2007-07-16 | 1 | -94/+360 |
| | |||||
* | integrated patch by Michel Samia to provide regex support for the filter | Rainer Gerhards | 2007-07-16 | 1 | -0/+10 |
| | | | | engine - many thanks! | ||||
* | renamed $RepeatedLineReduction to $RepeatedMsgReduction | Rainer Gerhards | 2007-07-16 | 1 | -2/+2 |
| | |||||
* | implemented $RepeatedLineReduction option | Rainer Gerhards | 2007-07-15 | 1 | -3/+7 |
| | |||||
* | added parsing code for $RepeatedLineReduction and | Rainer Gerhards | 2007-07-15 | 1 | -4/+73 |
| | | | | | $EscapeControlCharacetersOnReceive config file options (but not yet actual feature code yet) | ||||
* | removed no longer needed include | Rainer Gerhards | 2007-07-13 | 1 | -3/+0 |
| | |||||
* | shuffled more defintions; defined new type msg_t for struct msg | Rainer Gerhards | 2007-07-13 | 1 | -90/+76 |
| | |||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -11/+11 |
| | | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file) | ||||
* | begun to better modularize syslogd.c - this is an ongoing project; moved | Rainer Gerhards | 2007-07-13 | 1 | -294/+58 |
| | | | | type definitions to a separate file | ||||
* | dded the -x option to disable hostname dns reslution thanks to varmojfekoj | Rainer Gerhards | 2007-07-13 | 1 | -11/+18 |
| | | | | for the patch | ||||
* | added new properties "syslogfacility-text" and "syslogseverity-text" thanks | Rainer Gerhards | 2007-07-12 | 1 | -1/+74 |
| | | | | to varmojfekoj for the patch | ||||
* | fixed a bug that caused rsyslogd to segfault when TCP listening was | Rainer Gerhards | 2007-07-11 | 1 | -2/+1 |
| | | | | disabled and it terminated | ||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -32/+10 |
| | |||||
* | taking advantage of new build system - in the process of removing SYSV | Rainer Gerhards | 2007-07-10 | 1 | -6/+3 |
| | |||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -8/+8 |
| | | | | the idea | ||||
* | removed a testing aid | Rainer Gerhards | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | re-enabled the "last message repeated n times" feature | Rainer Gerhards | 2007-07-10 | 1 | -135/+251 |
| | |||||
* | added system properties: $NOW, $YEAR, $MONTH, $DAY, $HOUR, $MINUTE | Rainer Gerhards | 2007-07-10 | 1 | -2/+81 |
| |