Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - removed a memory leak that could occur if timegenerated was used in RFC | Rainer Gerhards | 2007-07-20 | 1 | -0/+4 | |
| | | | | | | 3164 format in templates - did some preparation in msg.c for advanced multithreading - placed the hooks, but not yet any active code | |||||
* | replaced system() calls with something more reasonable. Please note that | Rainer Gerhards | 2007-07-20 | 1 | -0/+7 | |
| | | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security. | |||||
* | prepared doc set for 1.17.1 releasev1-17-1 | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 | |
| | ||||||
* | added the capability to continue trying to write log files when the file | Rainer Gerhards | 2007-07-20 | 1 | -2/+5 | |
| | | | | | 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 | -0/+2 | |
| | | | | varmojfekoj for the patch | |||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -0/+2 | |
| | ||||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -0/+1 | |
| | ||||||
* | fixed minimal memory leak on HUP (caused by templates) thanks to | Rainer Gerhards | 2007-07-18 | 1 | -0/+3 | |
| | | | | varmojfekoj for the patch | |||||
* | applied cleanup patch by Peter Vrabec | Rainer Gerhards | 2007-07-18 | 1 | -0/+5 | |
| | ||||||
* | fixed a bug which caused install to install program under wrong name | Rainer Gerhards | 2007-07-18 | 1 | -0/+2 | |
| | ||||||
* | bumped version number to 1.17.0 | Rainer Gerhards | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | added $FailOnChownFailure config parameter | Rainer Gerhards | 2007-07-17 | 1 | -0/+1 | |
| | ||||||
* | 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/+3 | |
| | | | | directives | |||||
* | added $DirCreateMode config directive | Rainer Gerhards | 2007-07-17 | 1 | -0/+2 | |
| | ||||||
* | cleaned up code in AddAllowedSender() | Rainer Gerhards | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | dded $ControlCharacterEscapePrefix config parameter | Rainer Gerhards | 2007-07-17 | 1 | -0/+1 | |
| | ||||||
* | added $EscapeControlCharactersOnReceive config parameter | Rainer Gerhards | 2007-07-17 | 1 | -1/+3 | |
| | ||||||
* | added new option $DropMsgsWithMaliciousDnsPTRRecords | Rainer Gerhards | 2007-07-16 | 1 | -0/+1 | |
| | ||||||
* | mentioned mildew@gmail.com's patch | Rainer Gerhards | 2007-07-16 | 1 | -0/+5 | |
| | ||||||
* | integrated patch by Michel Samia to provide regex support for the filter | Rainer Gerhards | 2007-07-16 | 1 | -0/+2 | |
| | | | | engine - many thanks! | |||||
* | added parsing code for $RepeatedLineReduction and | Rainer Gerhards | 2007-07-15 | 1 | -0/+3 | |
| | | | | | $EscapeControlCharacetersOnReceive config file options (but not yet actual feature code yet) | |||||
* | fixed typos | Rainer Gerhards | 2007-07-13 | 1 | -4/+1 | |
| | ||||||
* | I just needed to add a small fact about today's date - seems to be a good | Rainer Gerhards | 2007-07-13 | 1 | -1/+1 | |
| | | | | one for a brand-new build system ;) | |||||
* | preparing for release 1.16.0 | Rainer Gerhards | 2007-07-13 | 1 | -1/+4 | |
| | ||||||
* | made "make dist" work | Rainer Gerhards | 2007-07-13 | 1 | -0/+3 | |
| | ||||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -0/+3 | |
| | | | | | - 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 | -39/+2 | |
| | | | | type definitions to a separate file | |||||
* | dded the -x option to disable hostname dns reslution thanks to varmojfekoj | Rainer Gerhards | 2007-07-13 | 1 | -0/+4 | |
| | | | | for the patch | |||||
* | fixed a bug that caused rsyslogd to segfault when TCP listening was | Rainer Gerhards | 2007-07-11 | 1 | -0/+2 | |
| | | | | disabled and it terminated | |||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -0/+1 | |
| | ||||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -0/+956 | |
the idea |