summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix copying of sockaddr_un addressesTimo Rothenpieler2022-09-261-6/+8
| | | | | | | | | | They can be very tiny (hence the adjustment of the size assert) and the path can contain intermittent null bytes, so the only choice is to trust the input slen and copy the whole struct. An autobound unix socket uses an abstract address, which starts with a null byte, hence this change is neccesary for such an address getting copied properly.
* [Fix] Bind AF_UNIX DGRAM client connection to annonymous addressTimo Rothenpieler2022-09-261-0/+13
| | | | Fixes #4278
* [Fix] Only check allowed fuzzy worker update ips for non-unix socketsTimo Rothenpieler2022-09-261-0/+3
| | | | | The source will always be localhost, it makes no sense to check for allowed IPs.
* [Fix] Same fix for lua_tcpVsevolod Stakhov2022-09-251-7/+20
|
* [Fix] Fix crash with cname repliesVsevolod Stakhov2022-09-251-14/+27
|
* [Minor] Oops, remove experimentVsevolod Stakhov2022-09-241-7/+0
|
* [Minor] Some neats when working with Unix socketsVsevolod Stakhov2022-09-244-28/+67
|
* [Minor] Plug memory leak on cdb backend closingVsevolod Stakhov2022-09-241-3/+4
|
* [Minor] Add some error reportingVsevolod Stakhov2022-09-241-4/+10
|
* [Minor] Partially restore reverted patchVsevolod Stakhov2022-09-241-0/+1
|
* Revert "[Minor] Try to fix refcounts related crash"Vsevolod Stakhov2022-09-241-3/+2
| | | | This reverts commit 5bae837e5fb282e055a9d80d9d6aaf7eaed9a2d5.
* [Fix] Lua_tcp: Another try to fix closing logicVsevolod Stakhov2022-09-241-1/+24
|
* [Fix] External_relay: Restore the originating hostname checkVsevolod Stakhov2022-09-221-0/+5
| | | | Issue: #4272
* [Minor] Try to fix refcounts related crashVsevolod Stakhov2022-09-191-2/+3
|
* [Minor] Make panic more informantVsevolod Stakhov2022-09-191-2/+10
|
* [Fix] Plug memory leak in regexp destruction with pcre2Vsevolod Stakhov2022-09-181-10/+18
|
* [Fix] Avoid cyclic references in symcache and fix memory leaksVsevolod Stakhov2022-09-175-64/+66
|
* [Minor] Fix warningVsevolod Stakhov2022-09-171-2/+2
|
* [Minor] Dmarc: Move `no_reporting_domains` to `reporting.exclude_domains`Vsevolod Stakhov2022-09-161-8/+18
| | | | This is done for consistency with provision of the backward compatibility
* [Minor] Restore `task:has_urls(true)` behaviourVsevolod Stakhov2022-09-151-4/+18
| | | | Issue: #4124
* [Minor] Try to deal with some deprecationsVsevolod Stakhov2022-09-153-2/+6
|
* Update elastic.luaDmitriy Alekseev2022-09-141-17/+14
|
* [Minor] Add augmentation for aws_s3 pluginVsevolod Stakhov2022-09-111-2/+5
|
* [Minor] Minor debugging improvementsVsevolod Stakhov2022-09-102-10/+19
|
* [Rework] Reiterate on prioritiesVsevolod Stakhov2022-09-1012-15/+15
|
* [Minor] Remove priorities from idempotent filtersVsevolod Stakhov2022-09-1011-14/+14
|
* [Minor] Properly print top symbols by timeoutVsevolod Stakhov2022-09-103-10/+26
|
* [Minor] FIx arc timeoutVsevolod Stakhov2022-09-101-2/+2
|
* [Minor] Register more timeoutsVsevolod Stakhov2022-09-1013-5/+32
|
* [Minor] Register some more timeoutsVsevolod Stakhov2022-09-105-1/+10
|
* [Minor] Slightly improve log messageVsevolod Stakhov2022-09-101-2/+4
|
* [Minor] Add timeout augmentation for external services/av pluginsVsevolod Stakhov2022-09-092-0/+16
|
* [Minor] Declare variable where it is usedVsevolod Stakhov2022-09-051-6/+4
|
* [Feature] Allow to limit write access to fuzzy storage by keyVsevolod Stakhov2022-09-041-1/+50
|
* Merge pull request #4259 from ikedas/header_inserted_at_wrong_posVsevolod Stakhov2022-09-032-48/+34
|\ | | | | [Fix] milter_headers: Header fields may be inserted at wrong position.
| * [Fix] milter_headers: Header fields may be inserted at wrong position.IKEDA Soji2022-09-032-48/+34
| |
* | [Fix] Use space category in ragel automata to resolve space charactersVsevolod Stakhov2022-09-021-1/+1
| | | | | | | | Issue: #4247
* | [Minor] Remove redundant codeVsevolod Stakhov2022-09-011-15/+8
|/
* [Minor] Check ucl object typeVsevolod Stakhov2022-08-271-1/+1
|
* [Fix] Skip cname records when processing SPF recordsVsevolod Stakhov2022-08-261-0/+9
|
* [Minor] SPF: Fix debugging domainVsevolod Stakhov2022-08-261-5/+6
|
* [Fix] Another try to fix add headers compatibility logicVsevolod Stakhov2022-08-231-19/+36
| | | | Issue: #4246
* [Fix] Fix iteration over milter headersVsevolod Stakhov2022-08-231-4/+5
| | | | Issue: #4246
* [Minor] Exclude irrelevant parts from mime_headers regexpVsevolod Stakhov2022-08-221-0/+6
|
* [Minor] Add timeout augmentation to fuzzy_check pluginVsevolod Stakhov2022-08-211-1/+10
|
* [Minor] Add a helper method to get the current DNS timeoutVsevolod Stakhov2022-08-201-0/+24
|
* [Minor] Add utility function for task timeoutsVsevolod Stakhov2022-08-195-19/+46
|
* [Minor] Implement C API to obtain timeouts informationVsevolod Stakhov2022-08-192-0/+50
|
* [Minor] Save all items that causes timeoutsVsevolod Stakhov2022-08-192-2/+28
|
* [Minor] Add some more loggingVsevolod Stakhov2022-08-181-7/+19
|