aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_scanners
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Try to fix ICAP scanners by adding use_specific_content_type parameterVsevolod Stakhov2023-10-221-5/+14
| | | | Issue: #4643
* [Fix] Change Date: header location to conform with RFCLyuben Bahtarliev2023-09-221-1/+1
|
* [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵Lyuben Bahtarliev2023-09-121-5/+7
| | | | changes. Remove unnecessary debug message.
* [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-111-2/+6
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-0718-207/+235
|
* [Minor] Add `upstream` fieldVsevolod Stakhov2022-11-281-0/+1
|
* [Rework] Pass upstream when sending TCP requestsVsevolod Stakhov2022-07-0212-49/+24
|
* [Minor] Remove legacy `default` metricVsevolod Stakhov2022-05-271-4/+4
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-2518-19/+19
|
* [Minor] lua_scanner - spamassassin - another try to match all spamd returnsCarsten Rosenberg2022-03-171-11/+10
| | | | fix #4088
* [Minor] lua_scanners - icap - lua lintingCarsten Rosenberg2022-02-271-8/+10
|
* [Minor] lua_scanners - icap - adjust threat_table functionCarsten Rosenberg2022-02-271-41/+34
|
* [Minor] lua_scanners - icap - update compatibilityCarsten Rosenberg2022-02-271-3/+7
|
* [Minor] lua_scanners - icap - add another variant of icap returnCarsten Rosenberg2022-02-271-13/+25
|
* Spelling (#4086)Josh Soref2022-02-224-4/+4
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Antivirus: Improve parts selectionVsevolod Stakhov2021-12-151-2/+3
|
* [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] 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 #3958 from HeinleinSupport/lua_scanners/spamassassinVsevolod Stakhov2021-11-041-1/+1
|\ \ | |/ |/| [Minor] external_services - spamassassin - fix result matching
| * [Minor] external_services - spamassassin - fix result matchingCarsten Rosenberg2021-06-041-1/+1
| |
* | [Fix] lua_scanners - message_min_words logicCarsten Rosenberg2021-08-251-7/+10
| |
* | [Minor] Init pyzordefkev2021-08-101-0/+1
| |
* | [Feature] Allow to save and show attachment name when inserting AV scan resultsVsevolod Stakhov2021-08-0611-90/+151
| |
* | [Minor] Pet luacheck and small improvementsVsevolod Stakhov2021-07-181-9/+16
| |
* | [Feature] Pyzor calculate score dynamicallydefkev2021-07-111-28/+14
| | | | | | | | Count - WL-Count of default_score in percent
* | [Feature] Re-add pyzor supportdefkev2021-07-101-0/+217
|/
* [Minor] kaspersky_se - fix macro detectionCarsten Rosenberg2021-03-301-1/+1
|
* [Fix] Oletools: Another try to fix table sortingVsevolod Stakhov2021-03-221-3/+12
| | | | | Suggested by: @ol3k Ok by: @c-rosenberg
* [Minor] external_services - spamassassin - result matchingCarsten Rosenberg2021-01-071-10/+8
| | | | thx to Marc Dierksen
* [Feature] Vadesecure: Implement settings_outbound feature as recommended by VadeVsevolod Stakhov2020-12-181-0/+21
|
* [Minor] Fix styleVsevolod Stakhov2020-11-251-2/+6
|
* [Minor] Add task uid to ICAP User Agentventulis2020-11-241-4/+5
|
* [Minor] Add disabled and extended ICAP User Agentventulis2020-11-241-1/+12
|
* [Minor] Add Rspamd version to ICAP User Agentventulis2020-11-131-1/+2
|
* [Fix] Fix ClamAV result for cached encrypted file (#3395)Andrew Lewis2020-11-041-1/+2
|
* [Minor] Oletools: Sort cat tableVsevolod Stakhov2020-06-041-6/+8
|