| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | cleaned up code. removed conditional construct where "fromHost" could not | Rainer Gerhards | 2007-07-17 | 1 | -8/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | begun to better modularize syslogd.c - this is an ongoing project; moved | Rainer Gerhards | 2007-07-13 | 1 | -294/+58 |
* | dded the -x option to disable hostname dns reslution thanks to varmojfekoj | Rainer Gerhards | 2007-07-13 | 1 | -11/+18 |
* | added new properties "syslogfacility-text" and "syslogseverity-text" thanks | Rainer Gerhards | 2007-07-12 | 1 | -1/+74 |
* | fixed a bug that caused rsyslogd to segfault when TCP listening was | Rainer Gerhards | 2007-07-11 | 1 | -2/+1 |
* | 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 |
* | 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 |
* | removed duplicate (conditional) code | Rainer Gerhards | 2007-07-09 | 1 | -4/+0 |
* | fixed a bug that caused compilation without SYSLOG_INET to fail | Rainer Gerhards | 2007-07-09 | 1 | -14/+27 |
* | optimized memory layout in struct filed when compiled with MySQL support | Rainer Gerhards | 2007-07-06 | 1 | -38/+39 |
* | changed is...() functions with (int) cast for clean BSD compile | Rainer Gerhards | 2007-07-06 | 1 | -23/+23 |
* | improved template processing for dynaFiles; templates are now only looked | Rainer Gerhards | 2007-07-05 | 1 | -11/+14 |
* | fixed a bug that caused a dynaFile selector to stall when there was an open | Rainer Gerhards | 2007-07-05 | 1 | -17/+35 |
* | implemented a cache for selectors with dynamic file names | Rainer Gerhards | 2007-07-05 | 1 | -46/+248 |
* | cleaned up some issues with $FileCreateMode | Rainer Gerhards | 2007-07-04 | 1 | -9/+24 |
* | checks for extra (unexpected) characters in system config file lines have | Rainer Gerhards | 2007-07-04 | 1 | -2/+16 |
* | added $umask and $FileCreateMode config file directives | Rainer Gerhards | 2007-07-04 | 1 | -29/+113 |
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 1 | -73/+73 |
* | added support for dynamic file names in selector lines. Can now be created | Rainer Gerhards | 2007-07-03 | 1 | -29/+201 |
* | fixed bug when obtaining port from /etc/services | Rainer Gerhards | 2007-07-03 | 1 | -3/+2 |
* | restored "-r 0" /etc/service lookup; improved debug output | Rainer Gerhards | 2007-07-02 | 1 | -23/+80 |
* | Applied patch to make rsyslog compile under solaris. thanks to Bartosz | Rainer Gerhards | 2007-07-02 | 1 | -2/+5 |
* | fixed a bug in freeAllSockets() that caused core dump during syslogd | Rainer Gerhards | 2007-06-29 | 1 | -14/+33 |