summaryrefslogtreecommitdiffstats
path: root/grammar
Commit message (Collapse)AuthorAgeFilesLines
* cleanupRainer Gerhards2012-09-121-1/+1
|
* Merge branch 'v6-devel'Rainer Gerhards2012-09-121-1/+1
|\ | | | | | | | | | | Conflicts: grammar/grammar.y grammar/lexer.l
| * forward-compatibility patch for $ruleset processingRainer Gerhards2012-09-122-0/+5
| | | | | | | | | | v7 needs a different handling, it's easer in the long term if we introduce this in v6 as well. Non-intrusive change.
* | new ruleengine: properly handle $ruleset directiveRainer Gerhards2012-09-122-2/+7
| |
* | new ruleengine: fix memory leaks & a little cleanupRainer Gerhards2012-09-102-8/+5
| |
* | new ruleengine: more cleanupRainer Gerhards2012-09-103-210/+3
| |
* | new ruleengine: properly freeing stmt treeRainer Gerhards2012-09-063-4/+52
| |
* | new ruleengine: restore action iterator functionalityRainer Gerhards2012-09-062-3/+3
| |
* | new ruleengine: implement rainerscript execution engineRainer Gerhards2012-09-063-2/+3
| |
* | new ruleengine: legacy action object properly constructedRainer Gerhards2012-09-043-6/+28
| |
* | new ruleengine: v6+ action object properly constructedRainer Gerhards2012-09-043-1/+20
| |
* | new ruleengine: PROP and PRI legacy filter structures properly createdRainer Gerhards2012-09-044-23/+112
| |
* | new ruleengine: skeleton for reading conf file in placeRainer Gerhards2012-09-042-35/+14
| | | | | | | | code still does not work, actual functions not implemented
* | new ruleengine: script block correctly builtRainer Gerhards2012-09-044-47/+83
| |
* | Merge branch 'master' into master-newrulesetRainer Gerhards2012-09-041-1/+2
|\ \
| * | Free configuration objects after useMiloslav Trmač2012-09-041-1/+2
| |/ | | | | | | Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* | new ruleengine: add &-operator (legacy action list)Rainer Gerhards2012-09-043-7/+11
| |
* | new ruleengine: first code for stmt handlingRainer Gerhards2012-09-044-21/+110
| |
* | new ruleengine: first shot at grammarRainer Gerhards2012-09-032-15/+27
|/
* add capability to configure outname for constant (inside template)Rainer Gerhards2012-08-251-6/+4
| | | | also some cleanup
* milestone: LIST-type templates work, but no all options yet presentRainer Gerhards2012-08-252-6/+21
|
* milestone: base plumbing for LIST-type templates mostly in placeRainer Gerhards2012-08-253-7/+72
|
* add base plumbing for template() config object to grammarRainer Gerhards2012-08-243-2/+23
|
* milestone: module() can load module in legacy modeRainer Gerhards2012-06-201-1/+0
|
* bugfix: small static memory leak in expression based filtersRainer Gerhards2012-06-141-0/+1
| | | | function names were not freed upon config shutdown
* fixing memory leaks in expression-based filtersRainer Gerhards2012-06-142-0/+75
| | | | most recently added by re_match() function
* re_match() function now also executesRainer Gerhards2012-06-131-4/+16
| | | | | things now basically work. however, there is at least a (small) memory leak and the code needs to be further reviewed
* milestone: regex is compiled from script based filterRainer Gerhards2012-06-122-3/+60
|
* Merge branch 'master-regexp'Rainer Gerhards2012-06-122-2/+18
|\
| * first experiments with regexp'es in RainerScriptRainer Gerhards2012-05-292-2/+18
| |
* | bugfix: expression-based filters with AND/OR could segfaultRainer Gerhards2012-06-111-2/+4
| | | | | | | | | | | | | | | | due to a problem with boolean shortcut operations. From the user's perspective, the segfault is almost non-deterministic (it occurs when a shortcut is used). Thanks to Lars Peterson for providing the initial bug report and his support in solving it.
* | regression fix: last memleak bugfix caused abort in some situationsRainer Gerhards2012-06-051-1/+3
| | | | | | | | | | The problem was introduced by the fix I did roughly an hour ago. Obviously, no released version is affected.
* | restructured cfsysline handling a bitRainer Gerhards2012-06-051-3/+2
| | | | | | | | so that we have cleaner code
* | cosmetic: removed autoconf warning messagesRainer Gerhards2012-06-041-4/+4
|/
* bugfix: number conversion in expression evaluation was not always correctRainer Gerhards2012-04-231-2/+4
| | | | | was invalid when the property was no string. Currently all props are strings, so this bug never could hit in practice.
* conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-012-2/+1
|
* added support for v6 config system to omfwdRainer Gerhards2011-10-111-2/+2
|
* bugfix: facility local<x> was not correctly interpreted in legacy filtersRainer Gerhards2011-09-281-1/+1
| | | | | Was only accepted if it was the first PRI in a multi-filter PRI. Thanks to forum user Mark for bringing this to our attention.
* bugfix: config parser did not support properties with dashes in themRainer Gerhards2011-09-151-1/+1
| | | | ...inside property-based filters. Thanks to Gerrit Seré for reporting this.
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-223-3/+48
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* need to handle legacy-legacy omusrmsg format stricterRainer Gerhards2011-07-221-1/+1
| | | | otherwise, the grammar for if-constructs was broken
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-222-1/+131
| | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
* omusrmsg now supports the new config systemRainer Gerhards2011-07-211-1/+1
|
* bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-213-1/+7
|
* fixing minor memory leaksRainer Gerhards2011-07-212-1/+46
|
* milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-2/+3
|
* milestone: size syntax implementedRainer Gerhards2011-07-191-0/+48
|
* milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-192-0/+3
|
* milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-192-4/+76
|
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-193-0/+184
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...