summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bumped version numberRainer Gerhards2008-02-162-1/+3
|
* syslog-ng posted a feature sheet, I began to update mineRainer Gerhards2008-02-151-16/+11
|
* preparing for 3.11.2v3-11-2Rainer Gerhards2008-02-154-42/+45
|
* added link to syslog-ng feature sheet (just appeared)Rainer Gerhards2008-02-151-6/+12
|
* made the rsyslog/syslog-ng comparison a bit more readableRainer Gerhards2008-02-151-76/+86
|
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-1510-225/+374
| | | | | - some cleanup - doc improvements
* cleaned up omlibdbi - works nowRainer Gerhards2008-02-152-4/+15
|
* the libdbi problem was actually related to libdbi/distro packages; fixedRainer Gerhards2008-02-152-12/+2
| | | | | that by installing from source, now omlibdbi basically works removed some debug code
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-154-3/+24
| | | | its a compile problem, but have not found it so far.
* created an initial version of omlibdbi (does not yet work)Rainer Gerhards2008-02-144-135/+142
|
* file did not belong into cvs - cleanupRainer Gerhards2008-02-141-142/+0
|
* created a bare template for omlibdbi (dbi output action)Rainer Gerhards2008-02-145-0/+359
|
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-147-41/+143
| | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive
* moved decoding of syslog names to a more appropriate placeRainer Gerhards2008-02-143-92/+99
|
* - improved file polling algorithm for more rapid file data deliveryRainer Gerhards2008-02-143-28/+33
| | | | - some more cleanup
* error handling and cleanup in imfileRainer Gerhards2008-02-142-23/+30
|
* - enhanced file monitor docRainer Gerhards2008-02-143-42/+99
| | | | - implemented $InputFilePollInterval config directive
* created initial doc for imfile pluginRainer Gerhards2008-02-134-318/+400
|
* added new featuresRainer Gerhards2008-02-132-3/+8
|
* some cleanupRainer Gerhards2008-02-132-4/+3
|
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-134-26/+117
| | | | | could not happen in production - added the ability to persist current read location for the file monitor
* added ability to monitor file accross rotationRainer Gerhards2008-02-134-81/+2060
|
* removed some left-over unnecessary dbgprintf'sRainer Gerhards2008-02-131-10/+0
|
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-136-26/+51
| | | | | | in additon to logmsg() - a first, rough implementation of imfile that is able to read files (but does not persist or handle rotation or whatever)
* interface change for logmsg()Rainer Gerhards2008-02-131-1/+1
|
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-134-11/+8
|
* cleaned up imfile.cRainer Gerhards2008-02-131-283/+19
|
* fixed some bugs that prevented compile in debug modeRainer Gerhards2008-02-131-2/+4
|
* bumped version numberRainer Gerhards2008-02-132-1/+3
|
* added some code to expr.c - not yet to be usedRainer Gerhards2008-02-132-2/+131
|
* preparing for 3.11.1v3-11-1Rainer Gerhards2008-02-121-4/+4
|
* fixed man errors thanks to Michael BieblRainer Gerhards2008-02-124-3/+2
|
* - improved diagnostic information for abort casesRainer Gerhards2008-02-126-19/+73
| | | | | - some initial effort for malloc/free debugging support - bugfix: using dynafile actions caused rsyslogd abort
* changed to new bugzilla; removed some no-longer-valid informationRainer Gerhards2008-02-122-36/+10
|
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-125-17/+25
| | | | | | direct queue mode. Now fixed. Tracker was http://sourceforge.net/tracker/index.php?func=detail&aid=1886931&group_ id=123448&atid=696552
* clarified dependency of control character property replacer options toRainer Gerhards2008-02-122-3/+17
| | | | $EscapeControlCharactersOnReceive
* bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properlyRainer Gerhards2008-02-121-1/+1
| | | | initialized
* reduced volume of debug outputRainer Gerhards2008-02-125-20/+10
|
* added new 2.0.2 stable release to status docRainer Gerhards2008-02-121-2/+1
|
* cosmetic...Rainer Gerhards2008-02-121-2/+1
|
* fixed bug that caused invalid treatment of tabs (HT) in rsyslog.confRainer Gerhards2008-02-122-2/+7
|
* somewhat improved performance of rsCStr objRainer Gerhards2008-02-123-17/+25
|
* fixed a bug in stringbuf.c related to STRINGBUF_TRIM_ALLOCSIZE, whichRainer Gerhards2008-02-121-5/+23
| | | | | wasn't supposed to be used with rsyslog. Put a warning message up that tells this feature is not tested and probably not worth the effort.
* applied patch from Michael Biebl that fixed my doc change from yesterdayRainer Gerhards2008-02-122-2/+2
| | | | which was somewhat incomplete
* added author infoRainer Gerhards2008-02-121-0/+1
|
* done a bit more cleanup on the "rsyslog way of doing things"Rainer Gerhards2008-02-121-17/+7
|
* Some major changes in the code. The SNMP Session is now stored in theAndre Lorbach2008-02-111-51/+96
| | | | | | | instance data. So this means we open and close the session only once per session. If sending fails, we reinit the snmp session, so suspend and resume is now fully and correctly supported. May need some more testing against tcp based snmp receivers.
* a bit more rsyslog-likeRainer Gerhards2008-02-111-11/+4
|
* Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_sendAndre Lorbach2008-02-112-8/+113
| | | | failed. Also added documentation to the omsnmp module.
* done some more work on omsnmp to bring it fully in line with recent rsyslogRainer Gerhards2008-02-112-36/+30
| | | | developments