Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h | ||||
| * | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 1 | -1/+1 |
| | | |||||
* | | apply default TZ if none is present in legacy timestamp | Rainer Gerhards | 2013-09-02 | 1 | -1/+2 |
| | | |||||
* | | milestone: defaultTZ can be set in msg obj (via imtcp) | Rainer Gerhards | 2013-08-30 | 1 | -0/+1 |
|/ | | | | ... but parser does not yet use it. | ||||
* | cleanup | Rainer Gerhards | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | improved support for --enable-debugless | Rainer Gerhards | 2012-05-29 | 1 | -2/+2 |
| | | | | Now it's probably time to prove the effect in practice... | ||||
* | cleanup: removed unused but set parameters | Rainer Gerhards | 2012-04-23 | 1 | -2/+0 |
| | |||||
* | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-08-30 | 1 | -3/+1 |
| | | | | | | Conflicts: ChangeLog tools/syslogd.c | ||||
* | Added debug output into message parsers needed for bugtracking | Andre Lorbach | 2011-08-12 | 1 | -0/+2 |
| | | | | Changed version to 5.8.5-pre1 | ||||
* | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 1 | -0/+1 |
| | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | fully integrated parser fixes from v4.6.0 | Rainer Gerhards | 2010-02-25 | 1 | -4/+12 |
| | | | | | This also made necessary some parser test case updates. Acutally, the test case was wrong, but I did not notice that before. | ||||
* | finalized parser module calling interface | Rainer Gerhards | 2009-11-04 | 1 | -0/+4 |
| | | | | | looks like we are almost done and need only to add the ruleset parser-specific config options. | ||||
* | moved rfc3164/5424 code to new parser modules | Rainer Gerhards | 2009-11-04 | 1 | -0/+228 |
another milestone commit: the program works, the new interface is used, some more cleanup is needed and the per-ruleset config options are still missing. But we are getting closer... |