summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-261-0/+1
|\
| * Merge branch 'v7-stable'Rainer Gerhards2013-10-261-0/+1
| |\
| | * bugfix: memory leak in strlen() RainerScript functionRainer Gerhards2013-10-251-0/+1
| * | Merge branch 'v7-stable'Rainer Gerhards2013-10-251-2/+3
| |\|
* | | Merge branch 'v7-stable-varfree' into master-var-refactorRainer Gerhards2013-10-251-27/+45
|\ \ \
| * | | refactor var desctruction in script engineRainer Gerhards2013-10-251-25/+42
| | |/ | |/|
| * | bugfix: buffer overrun if re_extract function was called for submatch 50Rainer Gerhards2013-10-251-1/+1
| * | bugfix: memleak in re_extract() functionRainer Gerhards2013-10-251-1/+2
* | | refactor regression fix: misadressing during script variable evaluation in de...Rainer Gerhards2013-10-241-1/+1
* | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-231-2/+1
* | | fix refactoring regression: make message and system properties work again in ...Rainer Gerhards2013-10-231-2/+3
* | | improve debug outputRainer Gerhards2013-10-231-2/+2
* | | fix another small memleak introduced during refactoringRainer Gerhards2013-10-231-0/+1
* | | refactor RainerScript variable accessRainer Gerhards2013-10-231-1/+11
* | | refactor: simplify JSON variable accessRainer Gerhards2013-10-231-3/+5
* | | refactor: use common code for message property description processingRainer Gerhards2013-10-221-17/+7
* | | refactor: more simplification in property handlingRainer Gerhards2013-10-211-1/+1
* | | work a bit toward string handling unificationRainer Gerhards2013-10-211-14/+7
| |/ |/|
* | refactor config property filter decoding and fix some memleaksRainer Gerhards2013-10-181-15/+19
* | fix cosmetic memleak when property filter is disabledRainer Gerhards2013-10-181-0/+1
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-181-2/+4
|\|
| * bugfix: invalid property filter was not properly disabled in rulesetRainer Gerhards2013-10-181-2/+3
* | refactor property-based filter decodingRainer Gerhards2013-10-181-0/+106
* | remove unused variablesRainer Gerhards2013-10-181-2/+0
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-181-1/+4
|\|
| * bugfix: segfault if re_extract() function was used and no match foundRainer Gerhards2013-10-181-1/+4
* | Merge branch 'master-lookup'Rainer Gerhards2013-10-131-0/+49
|\ \ | |/ |/|
| * add base plumbing for (later) dynamic table reloadRainer Gerhards2013-07-161-2/+1
| * milestone: basic lookup() functionality is presentRainer Gerhards2013-07-101-0/+50
* | bugfix: array-based ==/!= comparisions lead to invalid resultsRainer Gerhards2013-10-101-3/+4
* | bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-261-1/+1
* | fix regression that caused freeInstance not to be correctly calledRainer Gerhards2013-07-151-1/+1
|/
* bugfix: potential segfault during startup on invalid configRainer Gerhards2013-07-051-49/+60
* bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-241-2/+9
* Merge branch 'v7-stable'Rainer Gerhards2013-04-081-61/+125
|\
| * bugfix: nested if/prifilt conditions did not work properlyRainer Gerhards2013-04-041-61/+127
| * bugfix: script == comparison did not work properly on JSON objectsRainer Gerhards2013-04-041-0/+23
* | add RainerScript re_extract() functionRainer Gerhards2013-03-271-2/+103
* | Fix for glob(3)s that lack GLOB_NOMAGICMartin Carpenter2013-03-211-4/+8
* | Merge branch 'v7-stable' into tmpRainer Gerhards2013-03-201-1/+5
|\|
| * bugfix: RainerScript getenv() function caused segfault when var was not foundPhilippe Muller2013-03-201-1/+5
* | bugfix: segfault in expression optimizerRainer Gerhards2013-03-151-4/+4
* | Merge branch 'v7-stable'Rainer Gerhards2013-03-131-2/+7
|\|
| * bugfix: include files got included in the wrong orderRainer Gerhards2013-02-281-2/+7
* | field() function now supports a string as field delimiterRainer Gerhards2013-02-101-7/+58
* | bugfix: script == comparison did not work properly on JSON objectsRainer Gerhards2013-02-081-0/+23
* | optimize: use binary search on EQ/NEQ array matchesRainer Gerhards2013-01-271-20/+46
* | Merge branch 'v7-stable'Rainer Gerhards2013-01-081-5/+5
|\|
| * bugfix: doGetFileCreateMode() had invalid validity check ;)Chandler Latour2013-01-081-5/+5
* | Merge branch 'v7-stable'Rainer Gerhards2012-12-181-0/+4
|\|