summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-23/+42
* prepared for new parse object; now removed allmost all liblogging borrowedRainer Gerhards2005-09-151-59/+63
* fixed probem with my regex merge; added compile time option output to -vRainer Gerhards2005-09-131-0/+10
* 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
* minor doc updatesRainer Gerhards2005-09-131-1/+1
* added DISCARD action to selector linesRainer Gerhards2005-09-091-2/+24
* initial implementation of the counted string class completed (but so farRainer Gerhards2005-09-091-5/+10
* begin adding counted string class - does NOT compile yet!Rainer Gerhards2005-09-071-17/+17
* fixed a minor bug in usage()Branchpoint_Stable_1-0Rainer Gerhards2005-09-071-2/+2
* improved rsyslogd startup and shutdown messagesRainer Gerhards2005-08-171-12/+24
* made an error message appear if database action used in non-db buildRainer Gerhards2005-08-121-1/+9
* restructured makefile, because debian make has different syntax...Rainer Gerhards2005-08-091-0/+2
* allowed to specify the udp listening port on command lineRainer Gerhards2005-08-051-15/+27
* mysql connect error messages enhanced (now go to the log themselves)Rainer Gerhards2005-08-041-3/+7
* close to 0.9.5 - multiple instances are supported nowRainer Gerhards2005-08-011-2/+5
* support for multiple instances enhanced - still some minor issuesRainer Gerhards2005-08-011-3/+6
* -o option added (omit local log socket)Rainer Gerhards2005-08-011-3/+12
* fixed the issue where rsyslogd dumped core when an invalid template nameRainer Gerhards2005-07-291-5/+32
* fixed 'the semicolon bug' in the write database action. Also fixed a bugRainer Gerhards2005-07-291-11/+28
* some minor cleanup (mostly doc) in preparation for 0.9.4Rainer Gerhards2005-07-251-9/+18
* changed the syslog sender so that it works well with stunnelRainer Gerhards2005-07-221-10/+52
* rsyslogd improved startup message, doc updates to reflect changesRainer Gerhards2005-07-201-17/+8
* fixed a wrong default message formatRainer Gerhards2005-07-201-2/+10
* useful tcp sender finished (at least it looks so, testing might reveal aRainer Gerhards2005-07-201-2/+27