summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-12-101-3/+4
|\
| * some legacy options were not correctly processedvarmojfekoj2008-12-101-3/+4
* | added ability to drop privilegesRainer Gerhards2008-11-261-3/+40
* | exprimental implementaiton of $PrivDropToUser directiveRainer Gerhards2008-11-191-4/+46
* | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-10/+49
* | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-9/+12
* | fixing segfault caused by all inputs but imudpRainer Gerhards2008-10-091-1/+2
* | reordered imudp processing.Rainer Gerhards2008-10-081-6/+12
* | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-12/+5
* | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-9/+30
* | Merge branch 'master' into perfRainer Gerhards2008-10-061-3/+0
|\|
| * consolidated time calls during msg object creationRainer Gerhards2008-10-021-3/+0
* | Merge branch 'helgrind' into perfRainer Gerhards2008-09-261-2/+8
|\|
| * cleaned up internal debug system code and made it behave better in regard to ...Rainer Gerhards2008-09-261-2/+8
* | Merge branch 'helgrind' into perfRainer Gerhards2008-09-181-4/+3
|\|
| * bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-181-4/+3
* | minor things, mostly improved debug infoRainer Gerhards2008-09-181-5/+3
|/
* consolidated time() calls in rule engineRainer Gerhards2008-09-161-3/+0
* fixing previous patch, time() call was accidently left inRainer Gerhards2008-09-161-2/+2
* performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-161-24/+28
* Merge branch 'beta'Rainer Gerhards2008-09-121-5/+10
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-6/+11
* | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-4/+19
* | removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-41/+38
* | Merge branch 'beta'Rainer Gerhards2008-08-131-1/+1
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-08-131-1/+1
* | some very minor cleanupRainer Gerhards2008-08-121-1/+0
* | added testbed for config errors and fixed a bugRainer Gerhards2008-07-291-7/+13
* | enhanced configuration file error reporting and verificationRainer Gerhards2008-07-291-97/+174
* | begun implementing a diagnostic plugin (not yet completed)Rainer Gerhards2008-07-281-0/+1
|/
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-5/+5
* cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-141-6/+0
* temporary: some debug instrumentation to help find a segfault on freebsdRainer Gerhards2008-07-111-0/+6
* minor: enhanced debug output (PRI now included)Rainer Gerhards2008-07-091-1/+1
* bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-021-1/+0
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-20/+31
* fixed syntax error (typo in var name) and cleaupRainer Gerhards2008-06-101-1/+1
* made rsyslog tickless in the (usual and default) case that repeatedRainer Gerhards2008-06-091-9/+17
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-6/+19
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-12/+12
* Merge branch 'klogd-bug'Rainer Gerhards2008-04-281-6/+5
|\
| * preparation for bughuntRainer Gerhards2008-04-281-6/+5
* | -c option no longer must be the first optionvarmojfekoj2008-04-241-7/+0
|/
* bugfix: a recent change effectively disabled error messagesRainer Gerhards2008-04-181-0/+1
* completed better modularity of runtimeRainer Gerhards2008-04-171-5/+18
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-1/+0
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-17/+20
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-2/+1
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-5/+1
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-5/+2