Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added new property replacer option "time-subseconds" | Rainer Gerhards | 2008-06-06 | 1 | -1/+2 |
| | | | | enables to query just the subsecond part of a high-precision timestamp | ||||
* | enhanced property replacer to support multiple regex matches | Rainer Gerhards | 2008-06-04 | 1 | -0/+1 |
| | |||||
* | capability for replacement text in no match regex case added | Rainer Gerhards | 2008-05-30 | 1 | -0/+5 |
| | | | | | | implemented in property replacer: if a regular expression does not match, it can now either return "**NO MATCH** (default, as before), a blank property or the full original property text | ||||
* | enhanced property replacer's regex to support submatches | Rainer Gerhards | 2008-05-29 | 1 | -1/+7 |
| | | | | | | | - enabled Posix ERE expressions inside the property replacer (previously BRE was permitted only) - provided ability to specify that a regular expression submatch shall be used inside the property replacer | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | applied patch from Tiziano Müller to remove some compiler warnings | Rainer Gerhards | 2008-04-11 | 1 | -0/+2 |
| | | |||||
* | | some cleanup | Rainer Gerhards | 2008-04-11 | 1 | -1/+1 |
|/ | |||||
* | extracted regexp functionality to its own dynamically loadable module | Rainer Gerhards | 2008-03-07 | 1 | -6/+1 |
| | |||||
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 1 | -0/+10 |
| | | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin | ||||
* | added some code to expr.c - not yet to be used | Rainer Gerhards | 2008-02-13 | 1 | -2/+1 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -1/+19 |
| | |||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 1 | -4/+4 |
| | | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort. | ||||
* | patches and docu update for 1.19.3v1-19-3 | Michael Meckelein | 2007-08-31 | 1 | -0/+2 |
| | |||||
* | moved action object out of syslogd.c to its own fileset (action.c/h) | Rainer Gerhards | 2007-08-06 | 1 | -0/+5 |
| | |||||
* | - I found out that we finally have problems with the (somewhat recursive) | Rainer Gerhards | 2007-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | call to logerror() that many of the modules do. I have not tried it, but I think things will become wild when we compile without pthread support. Threading prevents full recursion, so we have not seen any bad effects so far. However, the problems that I experienced in ommysl (that caused me to re-structure startWorker()) are actually rooted in this issue. I first thought to fix it via a module interace, but I now came to the conclusion that it is not more effort and much cleaner to do an internal error buffering class. This is implemented in errbuf.c/h. - I just noticed that this is not actually an error buf, but the core of an input module for all internal messages. As such, I implement it now as iminternal.c/h. Of course, there is no input module interface yet designed, but that doesn't matter. Worst-case, I need to re-write the im, best case I can use the im (at least partly) to define the interface. - added a few functions to the linkedlist class - error messages during startup are now buffered - so we do no longer need to think about how emergency logging might work. Actually, these are logged to whatever is instatiated in the log file. This enhances the chance that we will be able to drop the error message somewhere it is seen. | ||||
* | moved file write output module to own set of code files | Rainer Gerhards | 2007-07-22 | 1 | -0/+5 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 1 | -0/+4 |
| | |||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -0/+1 |
| | |||||
* | fixed minimal memory leak on HUP (caused by templates) thanks to | Rainer Gerhards | 2007-07-18 | 1 | -0/+1 |
| | | | | varmojfekoj for the patch | ||||
* | some more unsigned char conversions... | Rainer Gerhards | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | added support for dynamic file names in selector lines. Can now be created | Rainer Gerhards | 2007-07-03 | 1 | -2/+2 |
| | | | | with templates. | ||||
* | property replacer options space-cc and drop-cc added | Rainer Gerhards | 2006-11-17 | 1 | -0/+2 |
| | |||||
* | made the field-delimiter inside property replacer (templates) configurable | Rainer Gerhards | 2006-09-27 | 1 | -1/+2 |
| | |||||
* | added support for field-based text extraction in the property replacer. | Rainer Gerhards | 2005-12-22 | 1 | -4/+5 |
| | | | | This is untested so far (the evening came quicker than anticipated ;)) | ||||
* | fixed a problem with MySQL field escapes | Rainer Gerhards | 2005-09-23 | 1 | -1/+4 |
| | |||||
* | merged Andres Riancho's regex extensions into the code (hopefully | Rainer Gerhards | 2005-09-13 | 1 | -0/+10 |
| | | | | correctly) | ||||
* | memory leak fixed | Rainer Gerhards | 2005-02-22 | 1 | -0/+1 |
| | |||||
* | property option drop-last-lf added; some doc in test.conf | Rainer Gerhards | 2004-12-08 | 1 | -1/+3 |
| | |||||
* | fixed the bug, template engine should now work | Rainer Gerhards | 2004-11-25 | 1 | -1/+2 |
| | |||||
* | everything in place now to support writing to SQL | Rainer Gerhards | 2004-11-23 | 1 | -0/+8 |
| | |||||
* | now includes sql option in template to escape quote chracters | Rainer Gerhards | 2004-11-23 | 1 | -0/+5 |
| | |||||
* | fixing upload error - template parser also ok | Rainer Gerhards | 2004-11-19 | 1 | -1/+3 |
| | |||||
* | MsgObjNearlyCompleted | Rainer Gerhards | 2004-11-18 | 1 | -2/+8 |
| | |||||
* | ComingCloser | Rainer Gerhards | 2004-11-17 | 1 | -1/+18 |
| | |||||
* | begin templates | Rainer Gerhards | 2004-11-17 | 1 | -0/+15 |