Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | created an initial version of omlibdbi (does not yet work) | Rainer Gerhards | 2008-02-14 | 4 | -135/+142 |
| | |||||
* | file did not belong into cvs - cleanup | Rainer Gerhards | 2008-02-14 | 1 | -142/+0 |
| | |||||
* | created a bare template for omlibdbi (dbi output action) | Rainer Gerhards | 2008-02-14 | 5 | -0/+359 |
| | |||||
* | - added new facility and severity syntaxes to cfsysline handler | Rainer Gerhards | 2008-02-14 | 7 | -41/+143 |
| | | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive | ||||
* | moved decoding of syslog names to a more appropriate place | Rainer Gerhards | 2008-02-14 | 3 | -92/+99 |
| | |||||
* | - improved file polling algorithm for more rapid file data delivery | Rainer Gerhards | 2008-02-14 | 3 | -28/+33 |
| | | | | - some more cleanup | ||||
* | error handling and cleanup in imfile | Rainer Gerhards | 2008-02-14 | 2 | -23/+30 |
| | |||||
* | - enhanced file monitor doc | Rainer Gerhards | 2008-02-14 | 3 | -42/+99 |
| | | | | - implemented $InputFilePollInterval config directive | ||||
* | created initial doc for imfile plugin | Rainer Gerhards | 2008-02-13 | 4 | -318/+400 |
| | |||||
* | added new features | Rainer Gerhards | 2008-02-13 | 2 | -3/+8 |
| | |||||
* | some cleanup | Rainer Gerhards | 2008-02-13 | 2 | -4/+3 |
| | |||||
* | - fixed a race condition in DoDie() - cosmetic issue in debugging mode, | Rainer Gerhards | 2008-02-13 | 4 | -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 rotation | Rainer Gerhards | 2008-02-13 | 4 | -81/+2060 |
| | |||||
* | removed some left-over unnecessary dbgprintf's | Rainer Gerhards | 2008-02-13 | 1 | -10/+0 |
| | |||||
* | - introduced a new, more powerful, message submission interface submitMsg() | Rainer Gerhards | 2008-02-13 | 6 | -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 Gerhards | 2008-02-13 | 1 | -1/+1 |
| | |||||
* | changed interface of logmsg() to make it more straightforward | Rainer Gerhards | 2008-02-13 | 4 | -11/+8 |
| | |||||
* | cleaned up imfile.c | Rainer Gerhards | 2008-02-13 | 1 | -283/+19 |
| | |||||
* | fixed some bugs that prevented compile in debug mode | Rainer Gerhards | 2008-02-13 | 1 | -2/+4 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-02-13 | 2 | -1/+3 |
| | |||||
* | added some code to expr.c - not yet to be used | Rainer Gerhards | 2008-02-13 | 2 | -2/+131 |
| | |||||
* | preparing for 3.11.1v3-11-1 | Rainer Gerhards | 2008-02-12 | 1 | -4/+4 |
| | |||||
* | fixed man errors thanks to Michael Biebl | Rainer Gerhards | 2008-02-12 | 4 | -3/+2 |
| | |||||
* | - improved diagnostic information for abort cases | Rainer Gerhards | 2008-02-12 | 6 | -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 information | Rainer Gerhards | 2008-02-12 | 2 | -36/+10 |
| | |||||
* | bugfix: discard action and backup actions did not work due to problem in | Rainer Gerhards | 2008-02-12 | 5 | -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 to | Rainer Gerhards | 2008-02-12 | 2 | -3/+17 |
| | | | | $EscapeControlCharactersOnReceive | ||||
* | bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properly | Rainer Gerhards | 2008-02-12 | 1 | -1/+1 |
| | | | | initialized | ||||
* | reduced volume of debug output | Rainer Gerhards | 2008-02-12 | 5 | -20/+10 |
| | |||||
* | added new 2.0.2 stable release to status doc | Rainer Gerhards | 2008-02-12 | 1 | -2/+1 |
| | |||||
* | cosmetic... | Rainer Gerhards | 2008-02-12 | 1 | -2/+1 |
| | |||||
* | fixed bug that caused invalid treatment of tabs (HT) in rsyslog.conf | Rainer Gerhards | 2008-02-12 | 2 | -2/+7 |
| | |||||
* | somewhat improved performance of rsCStr obj | Rainer Gerhards | 2008-02-12 | 3 | -17/+25 |
| | |||||
* | fixed a bug in stringbuf.c related to STRINGBUF_TRIM_ALLOCSIZE, which | Rainer Gerhards | 2008-02-12 | 1 | -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 yesterday | Rainer Gerhards | 2008-02-12 | 2 | -2/+2 |
| | | | | which was somewhat incomplete | ||||
* | added author info | Rainer Gerhards | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | done a bit more cleanup on the "rsyslog way of doing things" | Rainer Gerhards | 2008-02-12 | 1 | -17/+7 |
| | |||||
* | Some major changes in the code. The SNMP Session is now stored in the | Andre Lorbach | 2008-02-11 | 1 | -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-like | Rainer Gerhards | 2008-02-11 | 1 | -11/+4 |
| | |||||
* | Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_send | Andre Lorbach | 2008-02-11 | 2 | -8/+113 |
| | | | | failed. Also added documentation to the omsnmp module. | ||||
* | done some more work on omsnmp to bring it fully in line with recent rsyslog | Rainer Gerhards | 2008-02-11 | 2 | -36/+30 |
| | | | | developments | ||||
* | some doc enhancements, including a template for module descriptions | Rainer Gerhards | 2008-02-11 | 4 | -2/+66 |
| | |||||
* | doc fixes thanks to Peter Vrabec | Rainer Gerhards | 2008-02-11 | 3 | -8/+3 |
| | |||||
* | fixed typo | Rainer Gerhards | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | adapted omsnmp to the rsyslog way of handling "exceptions" | Rainer Gerhards | 2008-02-11 | 1 | -26/+13 |
| | |||||
* | replaced sprintf with more secure snprintf calls | Andre Lorbach | 2008-02-11 | 1 | -13/+2 |
| | |||||
* | some cosmetic cleanup | Rainer Gerhards | 2008-02-11 | 1 | -23/+12 |
| | |||||
* | some cleanup on logerrorVar() | Rainer Gerhards | 2008-02-11 | 2 | -0/+3 |
| | |||||
* | Added debug function logerrorVar, which can have variable number of | Andre Lorbach | 2008-02-11 | 2 | -6/+32 |
| | | | | | parameters. Replaced debug prints in omsnmp with logerrorVar where needed. | ||||
* | Added missing variable checks in modExit and CODESTARTmodExit | Andre Lorbach | 2008-02-11 | 1 | -0/+22 |
| |