summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (hopefully) -to be tested- fixed the db semicolon bug. Also build aRainer Gerhards2005-07-201-33/+104
* fixed a small bug that caused compilation to fail on debianv0-9-3Rainer Gerhards2005-07-191-1/+1
* fixing a bug in timestamp parsingRainer Gerhards2005-07-181-48/+80
* very rough first draft of syslog/tcp senderRainer Gerhards2005-07-061-11/+129
* added support to specify destination port in selector line (udp only)Rainer Gerhards2005-07-061-20/+53
* fixed some bugs found in final testing...Rainer Gerhards2005-07-051-5/+4
* forgot to remove a debugging aid - now doneRainer Gerhards2005-07-051-1/+1
* hopefully this is 0.9.2, with tcp listener and full man pages...Rainer Gerhards2005-07-051-66/+146