summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | this shared code have been brought over from the sysklogd CVS.
* 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
| | | | host blocks
* 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
| | | | dual-threading model
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-121-29/+44
| | | | supporting changes to rsyslogd
* 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
|
* completed allowedSender support for UDP (TCP to come next)Rainer Gerhards2005-09-271-38/+106
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-271-50/+91
|
* (working but partial) evening snap for udp_allowed_sendersRainer Gerhards2005-09-261-12/+62
|
* begin support for allowed sendersRainer Gerhards2005-09-261-28/+107
|
* added the "startwith" property-filter comparison operationRainer Gerhards2005-09-261-3/+12
|
* added isequal comparison operation; ability to negat comparison operationsRainer Gerhards2005-09-261-19/+53
| | | | fixed some bugs
* small fix in escapefunction, finishing touches for 1.10.1v1-10-1Rainer Gerhards2005-09-231-8/+4
|
* fixed a problem with MySQL field escapesRainer Gerhards2005-09-231-16/+56
|
* security hardening of the new "call script" actionRainer Gerhards2005-09-221-5/+39
|
* Fixed minor bug in MySQL functions.Michael Meckelein2005-09-221-2/+2
|
* merged bkalkbrenner's execute shell patch - thanks!Rainer Gerhards2005-09-211-10/+42
|
* fixed SO_BSDCOMPAT problem under SUSERainer Gerhards2005-09-191-10/+62
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-21/+102
|
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-30/+187
| | | | yet)
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-23/+42
| | | | cfline()
* prepared for new parse object; now removed allmost all liblogging borrowedRainer Gerhards2005-09-151-59/+63
| | | | code
* fixed probem with my regex merge; added compile time option output to -vRainer Gerhards2005-09-131-0/+10
| | | | option display
* added FROMHOST property to template system - thanks Cristian TestaRainer Gerhards2005-09-131-0/+2
|
* merged Andres Riancho's regex extensions into the code (hopefullyRainer Gerhards2005-09-131-5/+58
| | | | correctly)
* minor doc updatesRainer Gerhards2005-09-131-1/+1
|