summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | | | bugfix: unset statement always worked on message var, even if local var was g...Rainer Gerhards2013-10-231-9/+21
* | | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-233-8/+3
* | | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
* | | | refactor: align jsonFind() calling interface with recent changesRainer Gerhards2013-10-232-5/+5
* | | | minor cleanupRainer Gerhards2013-10-231-2/+0
* | | | refactor: remove now no-longer needed functionsRainer Gerhards2013-10-233-99/+0
* | | | refactor get.*PropVal() series of functionsRainer Gerhards2013-10-232-35/+25
* | | | remove no longer necessary casesRainer Gerhards2013-10-231-6/+2
* | | | fix potential segfault introduced by last refactoringRainer Gerhards2013-10-231-2/+5
* | | | refactor: simplify JSON variable accessRainer Gerhards2013-10-233-31/+22
* | | | refactor: use common code for message property description processingRainer Gerhards2013-10-226-77/+122
* | | | refactor: somewhat simplify property-name-to-id mappingRainer Gerhards2013-10-212-21/+4
* | | | work a bit toward string handling unificationRainer Gerhards2013-10-213-62/+48
* | | | prep work to support one-char variable namepacesRainer Gerhards2013-10-211-6/+6
|/ / /
* | | regression fix: global variable access did not workRainer Gerhards2013-10-211-2/+2
* | | regression fix: global variables could not be accessed via scriptRainer Gerhards2013-10-211-1/+1
* | | cleanup: remove (no longer?) needed structure memberRainer Gerhards2013-10-211-4/+0
* | | fix compiler warningRainer Gerhards2013-10-181-1/+1
* | | refactor property-based filter decodingRainer Gerhards2013-10-182-105/+0
* | | slight optimizations: avoid unnecessary writesRainer Gerhards2013-10-181-2/+4
* | | include invalid property name in property filter error messageRainer Gerhards2013-10-181-4/+4
* | | remove obsolete functionRainer Gerhards2013-10-182-21/+0
* | | bugfix: potential misadressing when trimming cstr'sRainer Gerhards2013-10-181-1/+1
* | | cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+4
* | | Merge branch 'master-lookup'Rainer Gerhards2013-10-138-1/+449
|\ \ \
| * | | reload lookup tables on HUPRainer Gerhards2013-07-162-2/+53
| * | | add base plumbing for (later) dynamic table reloadRainer Gerhards2013-07-162-9/+22
| * | | milestone: basic lookup() functionality is presentRainer Gerhards2013-07-102-8/+54
| * | | milestone: completed string lookup table load (naive version)Rainer Gerhards2013-07-103-1/+60
| * | | milestone: read in lookup table file & json parse itRainer Gerhards2013-07-092-0/+78
| * | | milestone: lookup table ready for actual load (but load not yet done)Rainer Gerhards2013-07-096-9/+60
| * | | milestone: add lookup_table stmt to RainerScriptRainer Gerhards2013-07-094-5/+44
| * | | add lookup table sekeleton to build systemRainer Gerhards2013-07-054-0/+111
* | | | change main/ruleset queue defaults to be more enterprise-likeRainer Gerhards2013-10-042-9/+11
* | | | omfwd: new action parameter "maxErrorMessages" addedRainer Gerhards2013-09-301-0/+2
* | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-2/+6
|\ \ \ \
| * | | | mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-261-2/+6
* | | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-263-47/+68
|\| | | |
| * | | | mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-252-0/+17
| * | | | simplify STRUCTURED-DATA representation in msg objectRainer Gerhards2013-09-252-19/+23
| * | | | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)Rainer Gerhards2013-09-232-0/+7
| * | | | expose so-far msg-internal method to query structured dataRainer Gerhards2013-09-232-22/+12
| * | | | mmrfc5424addhmac milestone: do not process non-rfc5424 messagesRainer Gerhards2013-09-232-10/+12
* | | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-261-1/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | remove no-longer needed data itemRainer Gerhards2013-09-251-1/+0
| |/ / /
* | | | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-174-3/+54
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-132-3/+21
|\| | |
| * | | bugfix: segfault on startup if TCP TLS was used but no cert or key setRainer Gerhards2013-09-132-1/+13
| * | | Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-1361-869/+5925
| |\ \ \
| | * | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-122-3/+1