summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | provide some bug fixes and performance enhancemnts. Also required changes to klogd.c to support the new interface.
* 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
|
* some more compression code...Rainer Gerhards2006-11-301-102/+34
|
* on the way to implement on-the-wire zip compression (not yet complete)Rainer Gerhards2006-11-301-36/+152
|
* 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
| | | | code
* fixed a bug in the property replace which lead to an extra TAB at stringRainer Gerhards2006-09-271-2/+4
| | | | end if field extraction was used.
* 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
| | | | out how to disable stock syslogd on this platform ;))
* 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
| | | | even when -o command line option was given
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-101-28/+26
| | | | a TIMESTAMP
* 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
| | | | This is untested so far (the evening came quicker than anticipated ;))
* 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
| | | | properties missing in either legacy and syslog-protocol format
* 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
| | | | timestamps in internally-generated messages
* 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
| | | | | checking for invalid characters in hostname and, if present, assuming TAG.
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-101-1/+40
| | | | | missing hostnames and then returns correct hostname (sender then) and TAG
* 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
| | | | bug in make install, where rfc3195d was not installed.
* 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
| | | | platforms
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-241-91/+142
|