aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Avoid overwriting whitelisted_signers_mapReto Kupferschmid2021-12-241-0/+2
|
* [Minor] Use unhex utilityVsevolod Stakhov2021-12-211-5/+2
|
* [Minor] Add unhex utilityVsevolod Stakhov2021-12-211-0/+15
|
* [Minor] Enable redis periodics for the fuzzy workerVsevolod Stakhov2021-12-201-1/+1
|
* [Minor] Antivirus: Improve parts selectionVsevolod Stakhov2021-12-151-2/+3
|
* [Minor] Dmarc: Fold header using specific newline typeVsevolod Stakhov2021-12-141-2/+2
|
* [Minor] Fix schema and add size in all casesVsevolod Stakhov2021-12-091-1/+3
|
* [Fix] Output service parts as wellVsevolod Stakhov2021-12-091-4/+16
|
* [Minor] Dmarc_report: Fix automatic dates fillingVsevolod Stakhov2021-12-071-5/+9
|
* [Feature] Lua_magic: Add a sane CSV heuristicVsevolod Stakhov2021-12-031-1/+65
|
* [Minor] Fix ip validity checkVsevolod Stakhov2021-12-021-1/+1
|
* [Minor] Remove unused functionVsevolod Stakhov2021-11-291-15/+2
|
* [Feature] Lua_mime: Add schema for message transferVsevolod Stakhov2021-11-271-0/+72
|
* [Minor] Lua_mime: Flatten headers arrayVsevolod Stakhov2021-11-271-2/+15
|
* [Minor] Pet luacheck temporarilyVsevolod Stakhov2021-11-251-1/+1
|
* [Feature] Add public suffic compilation utilityVsevolod Stakhov2021-11-251-0/+83
| | | | Issue: #3984
* [Test] Add unit test for message to ucl functionVsevolod Stakhov2021-11-241-3/+6
|
* [Minor] Slightly rework the table fillingVsevolod Stakhov2021-11-241-23/+35
|
* [Minor] Remove redundent MIME from/recipients. Add from_ip.bradleydoherty592021-11-231-5/+1
|
* [Minor] Store Envelope (SMTP) information on structured task as task.envelope.bradleydoherty592021-11-231-0/+13
|
* [Test] Fix neural plugin testsPragadeesh Chandiran2021-11-221-4/+4
|
* [Minor] Mx check: Emit quit commandVsevolod Stakhov2021-11-211-2/+2
| | | | Issue: #3966
* [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-161-0/+1
|
* Merge pull request #3980 from cpragadeesh/roc_implementationVsevolod Stakhov2021-11-151-5/+156
|\ | | | | [Feature] Add ROC based threshold estimation for neural network plugin
| * [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-151-5/+156
| |
* | [Minor] Allow headers addition if configuredVsevolod Stakhov2021-11-121-0/+13
| |
* | [Minor] Add analysis loggingVsevolod Stakhov2021-11-121-1/+6
| |
* | [Minor] Allow to get the maximum message sizeVsevolod Stakhov2021-11-121-21/+67
| |
* | [Minor] Add default score for cloudmarkVsevolod Stakhov2021-11-121-1/+1
| |
* | [Feature] Add support of Cloudmarkmoisseev2021-11-122-0/+305
| | | | | | | | in the external services plugin
* | [Minor] Fix signing with `skip_process` flagVsevolod Stakhov2021-11-111-4/+0
|/
* Merge pull request #3969 from HeinleinSupport/fix/lua_cfg_transformVsevolod Stakhov2021-11-091-4/+10
|\ | | | | [Fix] lua_cfg_transform - silly break breaks actions
| * [Fix] lua_cfg_transform - silly break break actionsCarsten Rosenberg2021-11-081-4/+10
| |
* | [Minor] Fix flag nameVsevolod Stakhov2021-11-081-1/+1
| |
* | [Minor] Store newlines typeVsevolod Stakhov2021-11-051-1/+1
| |
* | [Minor] Aws: Use enclosing boundaryVsevolod Stakhov2021-11-051-1/+1
| |
* | [Minor] Add boundary to the structured representation of the partsVsevolod Stakhov2021-11-051-0/+1
| |
* | [Minor] Pet luacheckVsevolod Stakhov2021-11-041-8/+13
| |
* | Merge pull request #3960 from HeinleinSupport/lua_scanners/icapVsevolod Stakhov2021-11-041-95/+345
|\ \ | | | | | | lua_scanners/icap
| * | [Minor] lua_scanners - icap - restart from scratch on requery / stop early ↵Carsten Rosenberg2021-11-041-0/+3
| | | | | | | | | | | | on failed header
| * | [Minor] lua_scanners - icap - follow Connection header directiveCarsten Rosenberg2021-11-041-26/+45
| | | | | | | | | | | | - Kaspersky Scan Engine 2.0 (ICAP) support
| * | [Minor] lua_scanners - icap - lua lintingCarsten Rosenberg2021-11-021-8/+7
| | |
| * | [Minor] lua_scanners - icap - fix result cachingCarsten Rosenberg2021-11-021-5/+15
| | |
| * | [Minor] lua_scanners - icap - use Allow 204 againCarsten Rosenberg2021-11-021-4/+5
| | |
| * | [Minor] lua_scanners - icap - update commentsCarsten Rosenberg2021-11-021-35/+56
| | |
| * | [Minor] lua_scanners - icap - analyse HTTP return headersCarsten Rosenberg2021-11-021-29/+76
| | |
| * | [Minor] lua_scanners - icap - add SSL supportCarsten Rosenberg2021-11-011-20/+26
| | |
| * | [Minor] lua_scanners - icap - add request / http header support (McAfee Web ↵Carsten Rosenberg2021-11-011-32/+176
| | | | | | | | | | | | Gateway support)
* | | Merge pull request #3959 from HeinleinSupport/fix/lua_cfg_transformVsevolod Stakhov2021-11-041-1/+3
|\ \ \ | | |/ | |/| [Fix] lua_cfg_transform - actions without score (discard)
| * | [Fix] lua_cfg_transform - actions without score (discard)Carsten Rosenberg2021-11-041-1/+3
| | |