summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: colon after date should be ignored, but was not.Rainer Gerhards2008-09-121-4/+9
* bugfix: option value for legacy -a option could not be specifiedMarius Tomaschewski2008-09-101-1/+1
* bugfix: incorrect default discard severity could cause message lossRainer Gerhards2008-09-101-1/+1
* bugfix: misspelled config directive + bumped version numberRainer Gerhards2008-08-121-1/+1
* added new poperty replacer option, added missing documentationRainer Gerhards2008-07-181-4/+4
* fixed typo in source commentRyo Fujita2008-07-161-2/+2
* perparing for klog debugRainer Gerhards2008-04-281-6/+5
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-1/+1
|\
| * our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-091-1/+1
* | enhanced legacy syslog parser to handle slightly malformed messagesRainer Gerhards2008-04-111-3/+10
* | some cleanupRainer Gerhards2008-04-111-1/+0
* | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-8/+12
|/
* Merge branch 'beta'Rainer Gerhards2008-04-081-2/+3
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-2/+3
| |\
| | * bugfix: some legacy options not correctly interpreted - thanks toRainer Gerhards2008-04-081-1/+1
| | * - bugfixes in legacy options processing, credits to varmojfekojRainer Gerhards2008-04-081-1/+2
* | | implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-0/+3
* | | Merge branch 'beta'Rainer Gerhards2008-04-071-3/+1
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-071-4/+1
| |\|
| | * cleanup; var object was not dereferenced on terminationRainer Gerhards2008-04-071-4/+1
| | * fixed segfault when using expression based-filtersRainer Gerhards2008-04-071-2/+2
| | * bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-3/+4
| | * bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-41/+40
| | * removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-13/+9
| | * bugfix: memory leaks in script engineRainer Gerhards2008-04-031-3/+12
| * | bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-3/+4
| * | bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-41/+40
| * | removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-13/+9
| * | bugfix: memory leaks in script engineRainer Gerhards2008-04-031-3/+12
| * | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-2/+40
| |/
* | bugfix: segfault in expression-based filter - so far untestedRainer Gerhards2008-04-041-3/+4
* | cleanupRainer Gerhards2008-04-041-6/+4
* | bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-42/+44
* | changed command line processing. -v, -M, -c options are now parsed andRainer Gerhards2008-04-041-65/+186
* | removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-13/+9
* | added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-16/+7
* | bugfix: memory leaks in script engineRainer Gerhards2008-04-031-3/+12
* | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-2/+40
|/
* some cleanupRainer Gerhards2008-03-281-36/+1
* provided more generic URLRainer Gerhards2008-03-281-1/+1
* added build-in templatesRainer Gerhards2008-03-281-4/+4
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-5/+11
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-3/+6
* - changed default for "last message repeated n times", which is now off byRainer Gerhards2008-03-271-42/+105
* small cleanupRainer Gerhards2008-03-251-1/+1
* bugfix: continue parsing if tag is oversize (discard oversize part) -Rainer Gerhards2008-03-251-0/+5
* bugfix: internally generated messages had "FROMHOST" property not setRainer Gerhards2008-03-221-0/+1
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-43/+0
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-1/+1
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-3/+23