aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2739 from McKayJT/dkim-sign-ed25519Vsevolod Stakhov2019-02-0427-556/+908
|\
| * add tests for dkim signatures with milterJohn McKay2019-02-026-0/+162
| * add milter multiple signature supportJohn McKay2019-02-021-4/+27
| * flatten prepare_dkim_signing resultsJohn McKay2019-02-023-67/+50
| * debug2 -> debug_tasklessJohn McKay2019-02-021-2/+2
| * mark cache tests as broken until can fix for ciJohn McKay2019-02-021-0/+1
| * don't use 3.6+ python re syntax in multiple testJohn McKay2019-02-021-1/+1
| * Remove unused variableJohn McKay2019-02-021-1/+0
| * keys from config and http arrayizedJohn McKay2019-02-024-85/+112
| * Add tests for multiple signaturesJohn McKay2019-02-022-0/+44
| * Add multiple signature support.John McKay2019-02-025-15/+65
| * Refactor dkim private key loadsJohn McKay2019-02-023-422/+302
| * Add tests for key cache invalidationJohn McKay2019-02-022-0/+57
| * Add ed25519 signing testsJohn McKay2019-02-024-0/+56
| * Initial eddsa signing implementationJohn McKay2019-02-021-74/+135
| * expose ed25519 private to public keyJohn McKay2019-02-023-2/+11
* | [Minor] Rspamadm: Store intermediate message in a tableVsevolod Stakhov2019-02-041-53/+59
* | [Minor] Fuzzy_check: Fix issue when cached element has no shinglesVsevolod Stakhov2019-02-041-1/+4
* | Merge pull request #2741 from moisseev/patch-2Vsevolod Stakhov2019-02-031-1/+1
|\ \ | |/ |/|
| * [Minor] Allow "application/vnd.ms-excel" for "csv" filesAlexander Moisseev2019-02-031-1/+1
|/
* [Minor] Add warning about conflictin local filesVsevolod Stakhov2019-02-011-0/+18
* Merge pull request #2740 from moisseev/patch-1Vsevolod Stakhov2019-02-011-1/+1
|\
| * [Minor] Allow "text/rtf" for rtf filesAlexander Moisseev2019-02-011-1/+1
* | [Minor] Try better to keep cached records aliveVsevolod Stakhov2019-02-012-12/+18
* | [Minor] Plug potential memory leak with ISO-8859-16 converterVsevolod Stakhov2019-02-011-0/+3
* | [Minor] LRU: Mark fresh node as immportal to avoid its early evictionVsevolod Stakhov2019-02-011-2/+8
|/
* [Fix] Core: Fix headers folding on the last tokenVsevolod Stakhov2019-01-311-1/+27
* [Minor] Lua_task: Copy key when setting cache entries to avoid GC raceVsevolod Stakhov2019-01-311-1/+2
* [Fix] HTML: Fix HTML comments with many dashesVsevolod Stakhov2019-01-301-1/+1
* [Minor] Mime_types: Fix whitelistVsevolod Stakhov2019-01-301-1/+2
* [Minor] Core: Further try to reduce FP rate for uspoofVsevolod Stakhov2019-01-301-0/+4
* [Minor] Core: Treat meaningless actions as hamVsevolod Stakhov2019-01-301-2/+2
* Merge pull request #2735 from HeinleinSupport/mime_typesVsevolod Stakhov2019-01-305-0/+41
|\
| * [Minor] mime_types - add filename whitelistCarsten Rosenberg2019-01-295-0/+41
|/
* Merge pull request #2737 from moisseev/mime_typesVsevolod Stakhov2019-01-291-1/+1
|\
| * [Minor] mime_types: Add "text/plain" CT for "csv" extensionAlexander Moisseev2019-01-291-1/+1
* | [Feature] Core: Support telephone URLsVsevolod Stakhov2019-01-292-16/+150
* | [Minor] Lua_util: Fix single character obfuscation checksVsevolod Stakhov2019-01-291-15/+0
* | [Rules] OMOGRAPH_URL: Avoid extra calls for repeated urlsVsevolod Stakhov2019-01-291-4/+9
* | [Minor] Core: Improve url findings in queriesVsevolod Stakhov2019-01-291-1/+1
* | [Minor] Elastic: Switch off coroutines as they are unstableVsevolod Stakhov2019-01-291-19/+19
* | [Minor] Allow to debug lua threadsVsevolod Stakhov2019-01-292-40/+119
|/
* [Minor] Fix log messageVsevolod Stakhov2019-01-281-2/+2
* Merge pull request #2736 from HeinleinSupport/lua_scannersVsevolod Stakhov2019-01-283-19/+59
|\
| * [Minor] lua_scanners - icap check empty keyCarsten Rosenberg2019-01-261-1/+3
| * [Minor] lua_scanners - match detected type and files in archivesCarsten Rosenberg2019-01-261-10/+33
| * [Minor] lua_scanners - oletools - complete threats in extended modeCarsten Rosenberg2019-01-261-2/+2
| * [Minor] lua_scanners - icap - Kaspersky support (empty header, multiple viruses)Carsten Rosenberg2019-01-261-6/+21
* | Merge pull request #2734 from moisseev/midVsevolod Stakhov2019-01-281-10/+12
|\ \
| * | [Fix] MID module: Fix DKIM domain matchingAlexander Moisseev2019-01-281-10/+12