aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add analysis loggingVsevolod Stakhov2021-11-121-1/+6
|
* [Minor] Allow to get the maximum message sizeVsevolod Stakhov2021-11-121-21/+67
|
* [Minor] Allow to register preloads for external servicesVsevolod Stakhov2021-11-121-0/+9
|
* [Minor] Add default score for cloudmarkVsevolod Stakhov2021-11-121-1/+1
|
* Merge pull request #3976 from moisseev/cloudmarkVsevolod Stakhov2021-11-122-0/+305
|\ | | | | [Feature] Add support of Cloudmark
| * [Feature] Add support of Cloudmarkmoisseev2021-11-122-0/+305
|/ | | | in the external services plugin
* Merge pull request #3974 from HeinleinSupport/fix/ratelimitVsevolod Stakhov2021-11-111-5/+5
|\ | | | | [Fix] ratelimit - symbol per bucket
| * [Fix] ratelimit - symbol per bucketCarsten Rosenberg2021-11-101-5/+5
| |
* | [Fix] Read file maps if they were not pre-read during preloadVsevolod Stakhov2021-11-111-0/+9
| |
* | [Minor] Fix signing with `skip_process` flagVsevolod Stakhov2021-11-112-9/+13
|/
* [Minor] Bimi: Add version to the pathVsevolod Stakhov2021-11-101-1/+1
|
* [Test] Fix automatic training testsVsevolod Stakhov2021-11-103-37/+40
|
* 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
| |
* | Merge pull request #3968 from cpragadeesh/avoid_duplicate_neural_rowsVsevolod Stakhov2021-11-091-10/+10
|\ \ | | | | | | [Minor] Prevent duplicate rows from being inserted into neural traini…
| * | [Minor] Prevent duplicate rows from being inserted into neural training setPragadeesh Chandiran2021-11-081-10/+10
| | |
* | | Merge pull request #3967 from a16bitsysop/386Vsevolod Stakhov2021-11-091-2/+2
|\ \ \ | | | | | | | | [Fix] Further fix for i386 compilation
| * | | [Fix] Further fix for i386 compilationDuncan Bellamy2021-11-081-2/+2
| | | |
* | | | [Minor] Rework fuzzy blocking logicVsevolod Stakhov2021-11-091-30/+44
| | | |
* | | | [Minor] Add potential workaround for the race conditionVsevolod Stakhov2021-11-091-0/+7
| | | |
* | | | [Minor] Add IP informationVsevolod Stakhov2021-11-091-2/+4
|/ / /
* | | [Minor] Fix flag nameVsevolod Stakhov2021-11-081-1/+1
| | |
* | | [Minor] Limit x86_64 assembly to x86_64Vsevolod Stakhov2021-11-081-6/+6
|/ / | | | | | | Issue: #3967
* | [Project] BIMI: Fix helper integration issuesVsevolod Stakhov2021-11-071-4/+16
| |
* | [Minor] Allow to get a port for a specific upstreamVsevolod Stakhov2021-11-073-0/+39
| |
* | Merge pull request #3965 from moisseev/wrapVsevolod Stakhov2021-11-071-1/+2
|\ \ | | | | | | [WebUI] Wrap long IPv6 addresses
| * | [WebUI] Wrap long IPv6 addressesmoisseev2021-11-061-1/+2
| | |
* | | [Feature] BIMI: Add preliminary version of the BIMI pluginVsevolod Stakhov2021-11-062-0/+351
| | | | | | | | | | | | Issue: #3935
* | | [Fix] Restrict x86_64 assembly to x86_64Vsevolod Stakhov2021-11-061-6/+13
|/ / | | | | | | Issue: #3934
* | [Minor] Avoid null dereference on error pathVsevolod Stakhov2021-11-051-0/+6
| |
* | [Minor] Store newlines typeVsevolod Stakhov2021-11-051-1/+1
| |
* | Merge pull request #3964 from bradleydoherty59/configurable-s3-uriVsevolod Stakhov2021-11-052-2/+5
|\ \ | | | | | | [Config] Allow configurable s3 urls
| * | [Config] Allow configurable s3 urlsbradleydoherty592021-11-052-2/+5
|/ /
* | [Minor] Aws: Use enclosing boundaryVsevolod Stakhov2021-11-051-1/+1
| |
* | [Minor] Lua_mimepart: Add `get_enclosing_boundary` methodVsevolod Stakhov2021-11-051-0/+32
| |
* | [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
| | |
* | | Merge pull request #3958 from HeinleinSupport/lua_scanners/spamassassinVsevolod Stakhov2021-11-041-1/+1
|\ \ \ | | | | | | | | [Minor] external_services - spamassassin - fix result matching