summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+1
* correcting -q/-Q patch - was invalidRainer Gerhards2009-11-121-2/+2
* bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
* some minor bugfixesRainer Gerhards2009-06-181-6/+7
* removed forgotten debug messageRainer Gerhards2009-06-151-1/+0
* bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-2/+5
* fixed a regression of yesterday's patchRainer Gerhards2009-05-291-1/+1
* fixed copy&paste error in previous commitRainer Gerhards2009-05-291-1/+1
* fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-291-15/+20
* small enhancement: config validation run now exits with code 1 if an error is...Rainer Gerhards2009-05-281-1/+9
* bugfix: internal messages were emitted to whatever file had fd2varmojfekoj2009-05-281-1/+1
* added info if atomic ops are available to rsyslogd -v outputRainer Gerhards2009-01-301-0/+5
* Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-1/+1
|\
| * bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-1/+1
| * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-101-3/+4
* | bugfix: the string "Do Die" was accidently emited upon exit in non-debug modevarmojfekoj2009-01-151-2/+4
* | some legacy options were not correctly processedvarmojfekoj2008-12-101-3/+4
* | consolidated time calls during msg object creationRainer Gerhards2008-10-021-3/+0
* | cleaned up internal debug system code and made it behave better in regard to ...Rainer Gerhards2008-09-261-2/+8
* | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-181-4/+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