summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* property replacer options space-cc and drop-cc addedRainer Gerhards2006-11-171-2/+22
* escape-cc property replacer option implementedRainer Gerhards2006-11-171-1/+4
* begin support for escape-cc property replacer optionRainer Gerhards2006-11-171-2/+49
* fixed a bug in tcp retry codeRainer Gerhards2006-10-311-1/+2
* removed some left-over dprintf's which were not intended for productionRainer Gerhards2006-09-271-5/+0
* fixed a bug in the property replace which lead to an extra TAB at stringRainer Gerhards2006-09-271-2/+4
* made the field-delimiter inside property replacer (templates) configurableRainer Gerhards2006-09-271-8/+10
* first implementation of option to turn off hostname and tag parsingRainer Gerhards2006-03-131-92/+114
* compiles & runs on Solaris, but not as local loggerRainer Gerhards2006-02-161-2/+1
* now it compiles under solaris, but I could not yet test it (need to findRainer Gerhards2006-02-161-3/+29
* added some missing defines for solaris (solved the copy&paste prob via cvsRainer Gerhards2006-02-161-0/+48
* some changes to support SolarisRainer Gerhards2006-02-161-2/+19
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-101-1/+1
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-101-28/+26
* finished field-based property replacer codeRainer Gerhards2005-12-231-7/+5
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-221-6/+62
* some code-cleanup; syslog-protocol proof-of-concept basically finishedRainer Gerhards2005-11-241-13/+20
* done basic integration of new syslog-protocol properties and emulation ofRainer Gerhards2005-11-241-45/+316
* core parser for syslog-protocol addedRainer Gerhards2005-11-241-32/+388
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-231-6/+2
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-161-8/+8
* added tag to internally-generated messagesRainer Gerhards2005-11-161-1/+2
* added additional code to handle messages with missing hostname. NowRainer Gerhards2005-11-141-4/+35
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-101-1/+40
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-041-2/+2
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-281-2/+2
* made multithreading work under BSDRainer Gerhards2005-10-261-9/+57
* BSD cleanupRainer Gerhards2005-10-251-2/+2
* removed a testing aid that accidently stayed in the codeRainer Gerhards2005-10-251-2/+2
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-251-662/+711
* fixed some issues with TCP senderRainer Gerhards2005-10-251-10/+46
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-251-6/+14
* some minor cosmetic things (preparing for bsd tests)Rainer Gerhards2005-10-251-8/+8
* coming closer to a real dual-threading implementation. Now with queue.Rainer Gerhards2005-10-251-37/+163
* first steps with pthread, crashes at program endRainer Gerhards2005-10-241-34/+120
* some test implementation for mutexes. now testing on different targetRainer Gerhards2005-10-241-4/+39
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-241-91/+142
* made sure no call to exit or die is done once rsyslogd is runningRainer Gerhards2005-10-241-33/+42
* fixed potential race condition with domark(); improved debug outputRainer Gerhards2005-10-201-27/+55
* rsyslogd still shares some code with the sysklogd project. Some patches forRainer Gerhards2005-10-191-9/+49
* made "!progname" fully BSD-compliant; added property "programname"Rainer Gerhards2005-10-191-30/+85
* fixing a bug with the "startswith" comparison mode; more work on BSD-styleRainer Gerhards2005-10-191-9/+31
* added support for BSD-style host blocksRainer Gerhards2005-10-191-48/+171
* mostly finished BSD-style progname blockRainer Gerhards2005-10-181-0/+14
* begin implementing BSD-style program blocksRainer Gerhards2005-10-181-45/+133
* some restructuring, mostly preparation for an eventual move to aRainer Gerhards2005-10-131-135/+166
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-121-29/+44
* updated sample config; better error reporting on allowedSendersRainer Gerhards2005-09-271-0/+13
* added allowedSender support for TCPRainer Gerhards2005-09-271-21/+42
* fixed 'logerror' issue in DBErrorHandler which caused an endless loopMichael Meckelein2005-09-271-1/+3