summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* there was some program text duplicated for whatever reason. It had noRainer Gerhards2007-06-261-298/+0
* fixed code in iovCreate() that broke C's strict aliasing rulesRainer Gerhards2007-06-261-8/+17
* fixed some char/unsigned char warningsRainer Gerhards2007-06-251-8/+9
* integrating Peter Vrabec's IPv6 code for UDP. Gone some way, but needs moreRainer Gerhards2007-06-221-196/+664
* reviewing TODO items and closing those that no longer apply (or areRainer Gerhards2007-06-211-3/+3
* made the max number of tcp sessions configurable via command line switchRainer Gerhards2007-06-211-85/+174
* replaced syslogdPanic() by better code; made more reliable in low-memoryRainer Gerhards2007-06-211-97/+80
* fixed a bug that caused the tag to be missing on internal message (likeRainer Gerhards2007-06-191-5/+8
* added new property "syslogseverity"Rainer Gerhards2007-06-181-1/+1
* added new property replacer property "PRI-text"Rainer Gerhards2007-06-151-24/+50
* fixed a bug that caused compilation on debian to failRainer Gerhards2007-06-151-1/+4
* re-wrote syslog.c from scratch to solve a license compatibility issue,Rainer Gerhards2007-06-141-1/+2
* fixed a compiler warning about strict aliasingRainer Gerhards2007-06-111-2/+2
* changed the way the MySQL API is usedRainer Gerhards2007-01-301-39/+53
* added -e option to turn off message suppressionRainer Gerhards2007-01-301-2/+11
* fixed too-low listen backlog parameterRainer Gerhards2007-01-291-6/+14
* changed -transport-tls framing based on recent IETF WG decisionRainer Gerhards2006-12-191-5/+21
* added compression & -transport-tls framing to tcp senderRainer Gerhards2006-12-071-68/+190
* compression support on the receiver side completedRainer Gerhards2006-12-071-15/+123
* receiver for compressed syslog over tcp almost readyRainer Gerhards2006-12-041-39/+132
* small fix in compressor codeRainer Gerhards2006-11-301-1/+1