summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* cleaned up code. removed conditional construct where "fromHost" could notRainer Gerhards2007-07-171-8/+2
* improved AllowedSender code and portability - thanks to mildew@gmail.comRainer Gerhards2007-07-171-1/+9
* added $FailOnChownFailure config parameterRainer Gerhards2007-07-171-12/+26
* added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroupRainer Gerhards2007-07-171-15/+126
* added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariablesRainer Gerhards2007-07-171-11/+36
* added $DirCreateMode config directiveRainer Gerhards2007-07-171-2/+15
* basic support for creating directories with dynaFiles addedRainer Gerhards2007-07-171-1/+14
* cleaned up code in AddAllowedSender()Rainer Gerhards2007-07-171-107/+112
* dded $ControlCharacterEscapePrefix config parameterRainer Gerhards2007-07-171-1/+28
* added $EscapeControlCharactersOnReceive config parameterRainer Gerhards2007-07-171-32/+29
* added new option $DropMsgsWithMaliciousDnsPTRRecordsRainer Gerhards2007-07-161-2/+19
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-144/+174
* applied patch by mildew@gmail.com to support IPv6 in $AllowedSendersRainer Gerhards2007-07-161-94/+360
* integrated patch by Michel Samia to provide regex support for the filterRainer Gerhards2007-07-161-0/+10
* renamed $RepeatedLineReduction to $RepeatedMsgReductionRainer Gerhards2007-07-161-2/+2
* implemented $RepeatedLineReduction optionRainer Gerhards2007-07-151-3/+7
* added parsing code for $RepeatedLineReduction andRainer Gerhards2007-07-151-4/+73
* removed no longer needed includeRainer Gerhards2007-07-131-3/+0
* shuffled more defintions; defined new type msg_t for struct msgRainer Gerhards2007-07-131-90/+76
* - removed some now-unused fields from struct filedRainer Gerhards2007-07-131-11/+11
* begun to better modularize syslogd.c - this is an ongoing project; movedRainer Gerhards2007-07-131-294/+58
* dded the -x option to disable hostname dns reslution thanks to varmojfekojRainer Gerhards2007-07-131-11/+18
* added new properties "syslogfacility-text" and "syslogseverity-text" thanksRainer Gerhards2007-07-121-1/+74
* fixed a bug that caused rsyslogd to segfault when TCP listening wasRainer Gerhards2007-07-111-2/+1
* removed SYSV preprocessor macro; replaced with autotools equivalentRainer Gerhards2007-07-111-32/+10
* taking advantage of new build system - in the process of removing SYSVRainer Gerhards2007-07-101-6/+3
* upgrading to autotools build system - thank Peter Vrabec for patches andRainer Gerhards2007-07-101-8/+8
* removed a testing aidRainer Gerhards2007-07-101-2/+1
* re-enabled the "last message repeated n times" featureRainer Gerhards2007-07-101-135/+251
* added system properties: $NOW, $YEAR, $MONTH, $DAY, $HOUR, $MINUTERainer Gerhards2007-07-101-2/+81
* removed duplicate (conditional) codeRainer Gerhards2007-07-091-4/+0
* fixed a bug that caused compilation without SYSLOG_INET to failRainer Gerhards2007-07-091-14/+27
* optimized memory layout in struct filed when compiled with MySQL supportRainer Gerhards2007-07-061-38/+39
* changed is...() functions with (int) cast for clean BSD compileRainer Gerhards2007-07-061-23/+23
* improved template processing for dynaFiles; templates are now only lookedRainer Gerhards2007-07-051-11/+14
* fixed a bug that caused a dynaFile selector to stall when there was an openRainer Gerhards2007-07-051-17/+35
* implemented a cache for selectors with dynamic file namesRainer Gerhards2007-07-051-46/+248
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-041-9/+24
* checks for extra (unexpected) characters in system config file lines haveRainer Gerhards2007-07-041-2/+16
* added $umask and $FileCreateMode config file directivesRainer Gerhards2007-07-041-29/+113
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-73/+73
* added support for dynamic file names in selector lines. Can now be createdRainer Gerhards2007-07-031-29/+201
* fixed bug when obtaining port from /etc/servicesRainer Gerhards2007-07-031-3/+2
* restored "-r 0" /etc/service lookup; improved debug outputRainer Gerhards2007-07-021-23/+80
* Applied patch to make rsyslog compile under solaris. thanks to BartoszRainer Gerhards2007-07-021-2/+5
* fixed a bug in freeAllSockets() that caused core dump during syslogdRainer Gerhards2007-06-291-14/+33
* reviewing TCP IPv6, done some changes, also some other minor text changes.Rainer Gerhards2007-06-281-36/+57
* use of port 0 as indicator for "default port" re-enabledRainer Gerhards2007-06-281-9/+25
* applied Peter Vrabec's IPv6 TCP patch - many thanks! :)Rainer Gerhards2007-06-281-115/+187
* done more IPv6 work, fixed memory leak on HUP due to new port stringbufferRainer Gerhards2007-06-281-44/+93