summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-2/+2
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-271-16/+15
|\
| * licensing changeRainer Gerhards2012-01-211-16/+15
* | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-131-1/+0
|/
* added $klogConsoleLogLevel directiveRainer Gerhards2009-07-031-1/+2
* now put the new property-based methods to good useRainer Gerhards2009-07-011-4/+6
* RcvFromIP now also a propertyRainer Gerhards2009-07-011-1/+1
* introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-1/+1
* finished transition to using inputName propertyRainer Gerhards2009-06-301-2/+17
* introduced the idea of detached propertiesRainer Gerhards2009-06-291-1/+1
* add support for KLogPathMichael Terry2009-06-291-0/+9
* optimized hostname processingRainer Gerhards2009-06-231-1/+1
* optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-1/+1
* optimized TAG handling in msg objectRainer Gerhards2009-06-181-1/+1
* cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-1/+1
* removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-2/+0
* some performance optimizationsRainer Gerhards2009-06-161-1/+1
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-3/+4
* bugfix: imklog did not compile on freeBSDRainer Gerhards2008-11-241-0/+11
* consolidated time calls during msg object creationRainer Gerhards2008-10-021-1/+0
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-0/+2
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+1
|\
| * bugfix: remove PRI part from kernel message if it is presentRainer Gerhards2008-07-181-0/+1
* | Merge branch 'beta'Rainer Gerhards2008-06-121-2/+2
|\|
| * changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-121-2/+2
* | Merge branch 'beta'Rainer Gerhards2008-05-211-1/+1
|\|
| * bugfix: imklog went into an endless loop if a PRI value was insideRainer Gerhards2008-05-211-1/+1
* | added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-0/+2
* | moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-1/+5
* | Merge branch 'rfc3195'Rainer Gerhards2008-04-161-1/+1
|\ \
| * | more or less finished im3195Rainer Gerhards2008-04-161-1/+1
| |/
* / some more cleanupRainer Gerhards2008-04-161-1/+1
|/
* final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+1
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-38/+38
* provided ability to discard non-kernel messages present in the kernel msg bufferRainer Gerhards2008-04-141-36/+59
* implemented high precision timestamps for the kernel log.Rainer Gerhards2008-04-121-42/+35
* implemented klog driver for BSDRainer Gerhards2008-04-091-4/+3
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-468/+31
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-191-0/+3
* added flow control options to other input sourcesRainer Gerhards2008-03-191-1/+1
* some minor things in regard to portabilityRainer Gerhards2008-03-061-4/+10
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-1/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-12/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* some cleanupRainer Gerhards2008-02-181-16/+0
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-0/+3
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-131-1/+1
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-1/+1
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-3/+3