Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: generic action parameters parsed via new config system | Rainer Gerhards | 2011-08-01 | 2 | -2/+3 |
| | |||||
* | milestone: queue object now has a param handler for new conf interface | Rainer Gerhards | 2011-07-22 | 5 | -41/+178 |
| | | | | ... and action queue defs use this new interface (but not yet the main queues) | ||||
* | milestone: all syntaxes for new config handler implemented | Rainer Gerhards | 2011-07-22 | 3 | -4/+4 |
| | | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system | ||||
* | bugfix: abort in omfile (in brand-new code) | Rainer Gerhards | 2011-07-21 | 2 | -3/+8 |
| | |||||
* | milestone: omfile basically gets its parameters via the new system | Rainer Gerhards | 2011-07-21 | 2 | -0/+2 |
| | | | | | but not all syntax handlers are present (so it does not yet fully work). | ||||
* | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 2 | -7/+7 |
| | |||||
* | milestone: new output plugin interface call added | Rainer Gerhards | 2011-07-21 | 6 | -22/+56 |
| | |||||
* | milestone: done plumbing to call plugin create action instance entry point | Rainer Gerhards | 2011-07-20 | 5 | -43/+30 |
| | |||||
* | milestone: on the way to a new action conf interface to plugins... | Rainer Gerhards | 2011-07-20 | 2 | -9/+70 |
| | |||||
* | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 5 | -84/+27 |
| | |||||
* | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 2 | -10/+7 |
| | |||||
* | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 3 | -3/+74 |
| | |||||
* | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 1 | -0/+2 |
| | |||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 3 | -2/+44 |
| | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | ||||
* | bugfix: misaddressing in config handler | Rainer Gerhards | 2011-07-15 | 1 | -1/+1 |
| | | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me. | ||||
* | more cleanup | Rainer Gerhards | 2011-07-15 | 3 | -9/+12 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2011-07-15 | 4 | -382/+2 |
| | | | | preparing for a new, higher performance, variant object type | ||||
* | Merge branch 'master-newconf' | Rainer Gerhards | 2011-07-12 | 29 | -4233/+359 |
|\ | | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c | ||||
| * | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 2 | -85/+17 |
| | | |||||
| * | more cleanup, working on emergency config system | Rainer Gerhards | 2011-07-11 | 3 | -16/+59 |
| | | |||||
| * | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 1 | -1/+2 |
| | | |||||
| * | even more cleanup ;) | Rainer Gerhards | 2011-07-11 | 2 | -105/+0 |
| | | |||||
| * | more cleanup... | Rainer Gerhards | 2011-07-11 | 7 | -259/+0 |
| | | |||||
| * | more cleanup | Rainer Gerhards | 2011-07-11 | 7 | -919/+0 |
| | | |||||
| * | cleanup, removing now unused code | Rainer Gerhards | 2011-07-11 | 15 | -2625/+0 |
| | | |||||
| * | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 5 | -307/+18 |
| | | |||||
| * | cosmetic updates | Rainer Gerhards | 2011-07-08 | 1 | -4/+2 |
| | | |||||
| * | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 3 | -2/+140 |
| | | |||||
| * | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 4 | -24/+14 |
| | | |||||
| * | milestone/[PARTWORK]: implemented "CONTAINS" | Rainer Gerhards | 2011-07-08 | 1 | -1/+1 |
| | | |||||
| * | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 4 | -10/+62 |
| | | |||||
| * | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 5 | -16/+31 |
| | | |||||
| * | milestone:/[PARTWORK]: config is processed using new parser, except... | Rainer Gerhards | 2011-07-06 | 3 | -33/+81 |
| | | | | | | | | ... for "if" filters (more work to come, probably lots of more work... ;)) | ||||
| * | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵ | Rainer Gerhards | 2011-07-06 | 2 | -1/+107 |
| | | | | | | | | handled | ||||
* | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-07-11 | 1 | -12/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
| * | | issue a warning if old omusrmsg action syntax is used | Rainer Gerhards | 2011-07-06 | 1 | -0/+1 |
| | | | |||||
| * | | cosmetic: reformatted some code | Rainer Gerhards | 2011-06-30 | 1 | -12/+5 |
| | | | | | | | | | | | | so that more fits on a single screen --> useful for analysis | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2011-07-06 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
| * | | issue a warning if old omusrmsg action syntax is used | Rainer Gerhards | 2011-07-06 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-06-27 | 6 | -43/+112 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c tools/omfile.c | ||||
| * | | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2011-06-21 | 2 | -5/+8 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | added support for obtaining timestamp from system for imuxsock | Rainer Gerhards | 2011-06-20 | 2 | -35/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This permits to read the time a message was submitted to the system log socket. Most importantly, this is provided in microsecond resolution. So we are able to obtain high precision timestampis even for messages that were - as is usual - not formatted with them. This also simplifies things in regard to local time calculation in chroot environments. Many thanks to Lennart Poettering for suggesting this feature, providing some guidance on implementing it and coordinating getting the necessary support into the Linux kernel. | ||||
| * | | | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2011-06-16 | 4 | -6/+34 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * \ \ \ | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2011-06-14 | 2 | -0/+7 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c | ||||
| * \ \ \ \ | Merge branch 'v4-devel' into v5-devel | Rainer Gerhards | 2011-06-14 | 1 | -0/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c | ||||
| | * \ \ \ \ | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2011-06-14 | 1 | -0/+3 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2011-05-11 | 1 | -2/+6 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2011-05-09 | 2 | -11/+23 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c tests/Makefile.am tests/tcpflood.c | ||||
| | * | | | | | | | | bugfix: a slightly more informative error message when a TCP | Rainer Gerhards | 2011-05-02 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connections is aborted | ||||
| | * | | | | | | | | bugfix: PRI was invalid on Solaris for message from local log socket | Corey Smith | 2011-03-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: root <root@localhost.localdomain> |