]> source.dussan.org Git - rspamd.git/log
rspamd.git
2 years ago[Rules] Fix symbol for DKIM temporary failure 4077/head
Anton Yuzhaninov [Tue, 15 Feb 2022 14:33:08 +0000 (14:33 +0000)]
[Rules] Fix symbol for DKIM temporary failure

There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL.

2 years ago[Minor] Add an example for the lua_maps usage
Vsevolod Stakhov [Mon, 14 Feb 2022 21:10:35 +0000 (21:10 +0000)]
[Minor] Add an example for the lua_maps usage

2 years ago[Fix] When checking for phishing, we need to convert punicode -> UTF8, not vice versa
Vsevolod Stakhov [Sun, 13 Feb 2022 12:56:43 +0000 (12:56 +0000)]
[Fix] When checking for phishing, we need to convert punicode -> UTF8, not vice versa

Previosly, Rspamd has checked for `xn--` signature just to convert it back to `xn--` form.
According to the expected results, it should do the opposite conversion.

Issue: #4065

2 years ago[Minor] Improve error reporting
Vsevolod Stakhov [Sun, 13 Feb 2022 12:46:44 +0000 (12:46 +0000)]
[Minor] Improve error reporting

Issue: #4076

2 years ago[Fix] Fix http maps shared memory cache cleanup
Vsevolod Stakhov [Sat, 12 Feb 2022 13:03:15 +0000 (13:03 +0000)]
[Fix] Fix http maps shared memory cache cleanup

It must be initiated by active http worker as it really has the shm object
available.

2 years ago[Minor] Store map pointer in a backend structure
Vsevolod Stakhov [Sat, 12 Feb 2022 13:02:59 +0000 (13:02 +0000)]
[Minor] Store map pointer in a backend structure

2 years ago[Minor] Add more logging for the shm cache for the maps
Vsevolod Stakhov [Sat, 12 Feb 2022 12:42:12 +0000 (12:42 +0000)]
[Minor] Add more logging for the shm cache for the maps

2 years agoMerge pull request #4074 from citrin/clickhouse
Vsevolod Stakhov [Thu, 10 Feb 2022 20:09:03 +0000 (20:09 +0000)]
Merge pull request #4074 from citrin/clickhouse

[Fix] ClickHouse cleanup of old partitions

2 years agoMerge pull request #4070 from moisseev/lua-stat
Vsevolod Stakhov [Thu, 10 Feb 2022 20:07:36 +0000 (20:07 +0000)]
Merge pull request #4070 from moisseev/lua-stat

[Minor] Disable Received tokens

2 years agoMerge pull request #4069 from moisseev/webui
Vsevolod Stakhov [Thu, 10 Feb 2022 20:07:20 +0000 (20:07 +0000)]
Merge pull request #4069 from moisseev/webui

[Minor] WebUI CSS: Drop ancient gradient syntaxes

2 years ago[Fix] ClickHouse cleanup of old partitions 4074/head
Anton Yuzhaninov [Thu, 10 Feb 2022 10:05:08 +0000 (10:05 +0000)]
[Fix] ClickHouse cleanup of old partitions

If /var/lib/rspamd/clickhouse_retention_run is missing or has no
number cleanup was not performed because of a following Lua error:

lua_periodic_callback_error: call to periodic script (registered at clickhouse.lua:1531) failed: /usr/share/rspamd/plugins/clickhouse.lua:991: attempt to compare number with nil; trace: [1]:{/usr/share/rspamd/plugins/clickhouse.lua:1069 - <unknown> [Lua]};

2 years ago[Minor] Disable Received tokens 4070/head
moisseev [Thu, 10 Feb 2022 08:53:58 +0000 (11:53 +0300)]
[Minor] Disable Received tokens

2 years ago[Minor] WebUI CSS: Drop ancient gradient syntaxes 4069/head
moisseev [Thu, 10 Feb 2022 08:08:50 +0000 (11:08 +0300)]
[Minor] WebUI CSS: Drop ancient gradient syntaxes

2 years agoMerge pull request #4067 from citrin/nitpick
Vsevolod Stakhov [Wed, 9 Feb 2022 20:03:23 +0000 (20:03 +0000)]
Merge pull request #4067 from citrin/nitpick

[Minor] Remove repeated strcmp(key, "score")

2 years agoMerge pull request #4066 from citrin/lua-tests-gc
Vsevolod Stakhov [Wed, 9 Feb 2022 20:02:43 +0000 (20:02 +0000)]
Merge pull request #4066 from citrin/lua-tests-gc

[Minor] Tune Lua GC for Lua unit tests

2 years ago[Minor] Remove repeated strcmp(key, "score") 4067/head
Anton Yuzhaninov [Tue, 8 Feb 2022 21:29:03 +0000 (21:29 +0000)]
[Minor] Remove repeated strcmp(key, "score")

2 years ago[Minor] Tune Lua GC for Lua unit tests 4066/head
Anton Yuzhaninov [Tue, 8 Feb 2022 21:22:34 +0000 (21:22 +0000)]
[Minor] Tune Lua GC for Lua unit tests

Fixes sporadic unit test failures (on Mac OS X).

2 years ago[Minor] Off by one
Vsevolod Stakhov [Tue, 8 Feb 2022 09:05:35 +0000 (09:05 +0000)]
[Minor] Off by one

2 years ago[Minor] Fix a corner case
Vsevolod Stakhov [Mon, 7 Feb 2022 22:08:29 +0000 (22:08 +0000)]
[Minor] Fix a corner case

2 years ago[CritFix] Fix upstreams name resolution when there is also a port
Vsevolod Stakhov [Mon, 7 Feb 2022 22:06:25 +0000 (22:06 +0000)]
[CritFix] Fix upstreams name resolution when there is also a port

This fix is intended to address the case when Rspamd queries for a hostname with
a port part when re-resolving upstreams addresses via the upstreams module.

Found by: @slavkoja
Confirmed by: @moisseev

2 years ago[Rework] Make `rspamadm dmarc_report` default behaviour more sane
Vsevolod Stakhov [Sun, 6 Feb 2022 20:15:46 +0000 (20:15 +0000)]
[Rework] Make `rspamadm dmarc_report` default behaviour more sane

Issue: #4062

2 years ago[Fix] Rework unshedule DNS request function
Vsevolod Stakhov [Sat, 5 Feb 2022 12:28:30 +0000 (12:28 +0000)]
[Fix] Rework unshedule DNS request function

2 years ago[Minor] Improve logging logic
Vsevolod Stakhov [Fri, 4 Feb 2022 20:42:31 +0000 (20:42 +0000)]
[Minor] Improve logging logic

2 years ago[Minor] Do not trigger obfuscated archive on undetecde 8bit characters
Vsevolod Stakhov [Thu, 3 Feb 2022 23:00:26 +0000 (23:00 +0000)]
[Minor] Do not trigger obfuscated archive on undetecde 8bit characters

2 years agoMerge pull request #4056 from fatalbanana/remove_result_fix
Vsevolod Stakhov [Wed, 2 Feb 2022 20:11:04 +0000 (20:11 +0000)]
Merge pull request #4056 from fatalbanana/remove_result_fix

[Fix] Lua: task:remove_result didn't work in some cases

2 years ago[Fix] Lua: task:remove_result didn't work in some cases 4056/head
Andrew Lewis [Wed, 2 Feb 2022 10:14:29 +0000 (12:14 +0200)]
[Fix] Lua: task:remove_result didn't work in some cases

2 years agoMerge pull request #4055 from fatalbanana/remove_result_test
Vsevolod Stakhov [Tue, 1 Feb 2022 20:44:29 +0000 (20:44 +0000)]
Merge pull request #4055 from fatalbanana/remove_result_test

[Test] task:remove_symbol() on grouped virtual symbol

2 years ago[Test] task:remove_symbol() on grouped virtual symbol 4055/head
Andrew Lewis [Tue, 1 Feb 2022 11:09:19 +0000 (13:09 +0200)]
[Test] task:remove_symbol() on grouped virtual symbol

2 years agoMerge pull request #4052 from twesterhever/rbl-dbl-helo-ptr-replyto
Vsevolod Stakhov [Mon, 31 Jan 2022 20:03:36 +0000 (20:03 +0000)]
Merge pull request #4052 from twesterhever/rbl-dbl-helo-ptr-replyto

[Feature] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL as well

2 years ago[Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too 4052/head
twesterhever [Sun, 30 Jan 2022 13:35:57 +0000 (13:35 +0000)]
[Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too

2 years ago[Minor] Try to fix on-termination race
Vsevolod Stakhov [Sun, 30 Jan 2022 12:24:31 +0000 (12:24 +0000)]
[Minor] Try to fix on-termination race

2 years ago[Minor] Fix inversed logic
Vsevolod Stakhov [Sat, 29 Jan 2022 14:02:48 +0000 (14:02 +0000)]
[Minor] Fix inversed logic

2 years ago[Minor] malloc -> g_malloc
Vsevolod Stakhov [Sat, 29 Jan 2022 13:49:34 +0000 (13:49 +0000)]
[Minor] malloc -> g_malloc

2 years ago[Fix] Fix host header usage in lua_http
Vsevolod Stakhov [Sat, 29 Jan 2022 13:44:50 +0000 (13:44 +0000)]
[Fix] Fix host header usage in lua_http

The issue is that `rspamd_http_message_get_http_host` actually returns
non zero-terminated string in the case where `Host` header is found in a
message. Hence, we *cannot* treat it as a zero terminated string.

The proper approach is to use `rspamd_ftok_t` everywhere for strings
but the change will be too intrusive, since it also involves many libraries,
e.g. `rdns` and others.

The current approach is much simplier: just copy a string into a temporary
buffer ensuring that it is zero terminated in all the cases.

Issue: #4051

2 years ago[Minor] Sigh, reverse loop is bloody hard in C
Vsevolod Stakhov [Sat, 29 Jan 2022 13:08:38 +0000 (13:08 +0000)]
[Minor] Sigh, reverse loop is bloody hard in C

2 years ago[Fix] Do not forget to clear pointers on IOC reset
Vsevolod Stakhov [Sat, 29 Jan 2022 12:46:18 +0000 (12:46 +0000)]
[Fix] Do not forget to clear pointers on IOC reset

2 years ago[Rework] Take disabled flag into account
Vsevolod Stakhov [Sat, 29 Jan 2022 12:39:47 +0000 (12:39 +0000)]
[Rework] Take disabled flag into account

Issue: #4025

2 years ago[Rework] Allow to set a different behaviour for actions from settings
Vsevolod Stakhov [Sat, 29 Jan 2022 12:27:41 +0000 (12:27 +0000)]
[Rework] Allow to set a different behaviour for actions from settings

Issue: #4025

2 years agoMerge pull request #4049 from StSturge/feature/configdump_symbol_detail
Vsevolod Stakhov [Fri, 28 Jan 2022 19:47:25 +0000 (19:47 +0000)]
Merge pull request #4049 from StSturge/feature/configdump_symbol_detail

[Minor] rspamadm configdump: parsing fixes and output enhancements

2 years agoFix build error with conflicting definition between .h and .c 4049/head
ssturges [Thu, 27 Jan 2022 23:35:29 +0000 (18:35 -0500)]
Fix build error with conflicting definition between .h and .c

2 years agoAddress PR review comments
ssturges [Thu, 27 Jan 2022 22:14:57 +0000 (17:14 -0500)]
Address PR review comments

2 years ago[Minor] Improve documentation
Vsevolod Stakhov [Wed, 26 Jan 2022 20:58:56 +0000 (20:58 +0000)]
[Minor] Improve documentation

2 years agoMerge pull request #4047 from a16bitsysop/ppc64le
Vsevolod Stakhov [Tue, 25 Jan 2022 21:19:28 +0000 (21:19 +0000)]
Merge pull request #4047 from a16bitsysop/ppc64le

[Feature] Allow hyperscan for ppc64, as vectorscan now suports it.

2 years ago[Feature] Allow hyperscan for ppc64, as vectorscan now suports it. 4047/head
Duncan Bellamy [Sat, 22 Jan 2022 11:41:53 +0000 (11:41 +0000)]
[Feature] Allow hyperscan for ppc64, as vectorscan now suports it.

2 years ago[Enhancement] Add rspamadm configdump option --symbol-detail which provides a consoli...
ssturges [Tue, 25 Jan 2022 18:39:09 +0000 (13:39 -0500)]
[Enhancement] Add rspamadm configdump option --symbol-detail which provides a consolidated output of every setting for a symbol across all configuration locations.

2 years ago[Fix] Support definition of ungrouped symbol in conf file, use group info from lua...
ssturges [Tue, 25 Jan 2022 18:37:10 +0000 (13:37 -0500)]
[Fix] Support definition of ungrouped symbol in conf file, use group info from lua or other conf file

2 years ago[Minor] Oops, fix refactoring aftermath
Vsevolod Stakhov [Mon, 24 Jan 2022 19:48:52 +0000 (19:48 +0000)]
[Minor] Oops, fix refactoring aftermath

2 years ago[Minor] Fix a name and the description of bogus `user` field in the task
Vsevolod Stakhov [Mon, 24 Jan 2022 19:04:26 +0000 (19:04 +0000)]
[Minor] Fix a name and the description of bogus `user` field in the task

2 years ago[Minor] Remove redundant abs call
Vsevolod Stakhov [Sun, 23 Jan 2022 19:47:48 +0000 (19:47 +0000)]
[Minor] Remove redundant abs call

2 years ago[Fix] Unschedule DNS request when clearing IO channel
Vsevolod Stakhov [Sat, 22 Jan 2022 12:29:51 +0000 (12:29 +0000)]
[Fix] Unschedule DNS request when clearing IO channel

2 years ago[Minor] Use raw more intentionally in a client
Vsevolod Stakhov [Fri, 21 Jan 2022 21:08:16 +0000 (21:08 +0000)]
[Minor] Use raw more intentionally in a client

--raw flag now means raw **input**, and there is a special flag to emit
reply in ucl. Previously, `--raw` and `--ucl` had the same meaning which
was stupid. Now `--raw` is an input flag whilst `--ucl` is an output flag
as intended.

2 years ago[Minor] Rbl: The default behaviour must be bypass
Vsevolod Stakhov [Wed, 19 Jan 2022 21:14:07 +0000 (21:14 +0000)]
[Minor] Rbl: The default behaviour must be bypass

2 years ago[Minor] Rbl: Fix require symbols option
Vsevolod Stakhov [Wed, 19 Jan 2022 21:01:10 +0000 (21:01 +0000)]
[Minor] Rbl: Fix require symbols option

2 years ago[Minor] Remove sequential algorithm as it is not actually a rotation alg
Vsevolod Stakhov [Tue, 18 Jan 2022 21:26:27 +0000 (21:26 +0000)]
[Minor] Remove sequential algorithm as it is not actually a rotation alg

Sequential rotation was used just to rotate all upstreams in the loop (e.g.
when you need to do some action for all upstreams). Allowing to specify it as
a user defined algorithm was a mistake as it breaks upstreams API expectations.
See #4043

2 years ago[Minor] Place obfuscated check properly to count u16 characters and not u8
Vsevolod Stakhov [Mon, 17 Jan 2022 21:26:40 +0000 (21:26 +0000)]
[Minor] Place obfuscated check properly to count u16 characters and not u8

2 years ago[Minor] Fix for random monitored
Vsevolod Stakhov [Sun, 16 Jan 2022 20:20:34 +0000 (20:20 +0000)]
[Minor] Fix for random monitored

Reported by: @moisseev

2 years ago[Minor] Improve logic to select a random monitored mode for RBLs
Vsevolod Stakhov [Sat, 15 Jan 2022 12:57:50 +0000 (12:57 +0000)]
[Minor] Improve logic to select a random monitored mode for RBLs

2 years ago[Minor] Add missing namespace
Vsevolod Stakhov [Sat, 15 Jan 2022 12:28:15 +0000 (12:28 +0000)]
[Minor] Add missing namespace

2 years ago[Minor] Composites: Always register composite symbols
Vsevolod Stakhov [Sat, 15 Jan 2022 12:25:02 +0000 (12:25 +0000)]
[Minor] Composites: Always register composite symbols

2 years ago[Minor] Deal with unknown weight more carefully to avoid special meaning of 0
Vsevolod Stakhov [Sat, 15 Jan 2022 12:24:25 +0000 (12:24 +0000)]
[Minor] Deal with unknown weight more carefully to avoid special meaning of 0

The special unknown weight must be NAN not 0.0

2 years ago[Minor] Improve logging
Vsevolod Stakhov [Thu, 13 Jan 2022 20:54:39 +0000 (20:54 +0000)]
[Minor] Improve logging

2 years ago[Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 points
Vsevolod Stakhov [Thu, 13 Jan 2022 20:45:14 +0000 (20:45 +0000)]
[Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 points

2 years ago[Minor] Mime_types: Insert MIME_OBFUSCATED_ARCHIVE symbol
Vsevolod Stakhov [Thu, 13 Jan 2022 20:44:57 +0000 (20:44 +0000)]
[Minor] Mime_types: Insert MIME_OBFUSCATED_ARCHIVE symbol

2 years ago[Minor] Add knobs to check if an archive was obfuscated
Vsevolod Stakhov [Thu, 13 Jan 2022 20:44:37 +0000 (20:44 +0000)]
[Minor] Add knobs to check if an archive was obfuscated

2 years ago[Minor] Check archive file names for 'strange' stuff
Vsevolod Stakhov [Wed, 12 Jan 2022 21:04:17 +0000 (21:04 +0000)]
[Minor] Check archive file names for 'strange' stuff

2 years ago[Minor] Damn C++ implicit conversions
Vsevolod Stakhov [Tue, 11 Jan 2022 21:21:43 +0000 (21:21 +0000)]
[Minor] Damn C++ implicit conversions

2 years ago[Minor] Oops, fix foldl call
Vsevolod Stakhov [Tue, 11 Jan 2022 20:59:25 +0000 (20:59 +0000)]
[Minor] Oops, fix foldl call

2 years ago[Minor] Fix some issues in URI_COUNT_ODD rule
Vsevolod Stakhov [Tue, 11 Jan 2022 20:25:52 +0000 (20:25 +0000)]
[Minor] Fix some issues in URI_COUNT_ODD rule

Issue: #4037

2 years ago[Minor] Set special flag for non A generated html urls
Vsevolod Stakhov [Tue, 11 Jan 2022 20:25:27 +0000 (20:25 +0000)]
[Minor] Set special flag for non A generated html urls

2 years ago[Minor] Add `special` flag for URLs
Vsevolod Stakhov [Tue, 11 Jan 2022 20:25:12 +0000 (20:25 +0000)]
[Minor] Add `special` flag for URLs

2 years ago[Fix] Fix exclude flags setting
Vsevolod Stakhov [Tue, 11 Jan 2022 20:24:51 +0000 (20:24 +0000)]
[Fix] Fix exclude flags setting

2 years ago[Minor] Arc: Do not fail if no AAR header is presented
Vsevolod Stakhov [Mon, 10 Jan 2022 19:57:31 +0000 (19:57 +0000)]
[Minor] Arc: Do not fail if no AAR header is presented

2 years ago[Minor] Arc: Add logic to adjust rejected dmarc policy by ARC trusted forwarding
Vsevolod Stakhov [Sun, 9 Jan 2022 18:00:32 +0000 (18:00 +0000)]
[Minor] Arc: Add logic to adjust rejected dmarc policy by ARC trusted forwarding

2 years ago[Minor] Arc: Use ARC_CHECK as the callback symbol's name
Vsevolod Stakhov [Sun, 9 Jan 2022 17:13:46 +0000 (17:13 +0000)]
[Minor] Arc: Use ARC_CHECK as the callback symbol's name

2 years ago[Minor] Arc: Check AAR on trusted forwarding check
Vsevolod Stakhov [Sun, 9 Jan 2022 12:59:18 +0000 (12:59 +0000)]
[Minor] Arc: Check AAR on trusted forwarding check

2 years ago[Minor] Fix iteration
Vsevolod Stakhov [Sat, 8 Jan 2022 20:44:45 +0000 (20:44 +0000)]
[Minor] Fix iteration

2 years ago[Minor] Arc: Process AAR headers
Vsevolod Stakhov [Sat, 8 Jan 2022 14:43:34 +0000 (14:43 +0000)]
[Minor] Arc: Process AAR headers

2 years ago[Minor] Add authentication results parser function
Vsevolod Stakhov [Sat, 8 Jan 2022 14:34:58 +0000 (14:34 +0000)]
[Minor] Add authentication results parser function

2 years ago[Minor] Arc: Rename bogus variable
Vsevolod Stakhov [Sat, 8 Jan 2022 12:09:01 +0000 (12:09 +0000)]
[Minor] Arc: Rename bogus variable

2 years ago[Minor] Close socket on connect error
Vsevolod Stakhov [Fri, 7 Jan 2022 14:16:24 +0000 (14:16 +0000)]
[Minor] Close socket on connect error

2 years ago[Fix] Add guards to avoid race condition on TCP connection
Vsevolod Stakhov [Fri, 7 Jan 2022 14:12:05 +0000 (14:12 +0000)]
[Fix] Add guards to avoid race condition on TCP connection

2 years ago[Rework] Timeouts are now global per event and not reseted by IO activity
Vsevolod Stakhov [Thu, 6 Jan 2022 15:12:50 +0000 (15:12 +0000)]
[Rework] Timeouts are now global per event and not reseted by IO activity

This actually reproduces old libevent behaviour and it was changed by a big design mistake.
We really want IO timeouts to be fired for the whole set of subsequent events, otherwise it should be
designed in a more configurable way...

2 years ago[Minor] Fix parsing of the very long TXT records
Vsevolod Stakhov [Thu, 6 Jan 2022 15:03:23 +0000 (15:03 +0000)]
[Minor] Fix parsing of the very long TXT records

2 years ago[Fix] Fix expanding of the variables
Vsevolod Stakhov [Thu, 6 Jan 2022 14:47:10 +0000 (14:47 +0000)]
[Fix] Fix expanding of the variables

2 years ago[Fix] Backport PR from libucl
Vsevolod Stakhov [Thu, 6 Jan 2022 14:05:35 +0000 (14:05 +0000)]
[Fix] Backport PR from libucl

https://github.com/vstakhov/libucl/pull/260

2 years ago[Fix] Fix HTTP(s) client timeout
Vsevolod Stakhov [Wed, 5 Jan 2022 21:36:58 +0000 (21:36 +0000)]
[Fix] Fix HTTP(s) client timeout

2 years ago[Minor] Rdns: Fix hash delisting
Vsevolod Stakhov [Wed, 5 Jan 2022 20:08:26 +0000 (20:08 +0000)]
[Minor] Rdns: Fix hash delisting

2 years ago[Minor] Fix format string
Vsevolod Stakhov [Wed, 5 Jan 2022 17:02:39 +0000 (17:02 +0000)]
[Minor] Fix format string

2 years ago[Minor] Use memcpy instead of unaligned access
Vsevolod Stakhov [Wed, 5 Jan 2022 13:51:30 +0000 (13:51 +0000)]
[Minor] Use memcpy instead of unaligned access

2 years ago[Minor] Init xxhash3 state properly
Vsevolod Stakhov [Wed, 5 Jan 2022 13:51:17 +0000 (13:51 +0000)]
[Minor] Init xxhash3 state properly

2 years agoMerge pull request #4033 from rspamd/rdns-tcp-rework
Vsevolod Stakhov [Wed, 5 Jan 2022 11:21:59 +0000 (11:21 +0000)]
Merge pull request #4033 from rspamd/rdns-tcp-rework

Rdns tcp rework

2 years ago[Project] Rdns: Fix various ownership issues rdns-tcp-rework 4033/head
Vsevolod Stakhov [Wed, 5 Jan 2022 11:05:57 +0000 (11:05 +0000)]
[Project] Rdns: Fix various ownership issues

2 years ago[Project] Rdns: Restore the previous EDNS0 size
Vsevolod Stakhov [Wed, 5 Jan 2022 10:00:50 +0000 (10:00 +0000)]
[Project] Rdns: Restore the previous EDNS0 size

2 years ago[Project] Rdns: Add timeout logic for TCP requests
Vsevolod Stakhov [Wed, 5 Jan 2022 10:00:17 +0000 (10:00 +0000)]
[Project] Rdns: Add timeout logic for TCP requests

2 years ago[Project] Rdns: More fixes in TCP handling
Vsevolod Stakhov [Wed, 5 Jan 2022 09:56:25 +0000 (09:56 +0000)]
[Project] Rdns: More fixes in TCP handling

2 years ago[Project] Rdns: Unregister TCP requests
Vsevolod Stakhov [Wed, 5 Jan 2022 08:59:43 +0000 (08:59 +0000)]
[Project] Rdns: Unregister TCP requests

2 years ago[Project] Rdns: Send truncated replies via TCP
Vsevolod Stakhov [Tue, 4 Jan 2022 21:46:40 +0000 (21:46 +0000)]
[Project] Rdns: Send truncated replies via TCP

2 years agoMerge pull request #4031 from dupondje/add_soft_reject
Vsevolod Stakhov [Mon, 3 Jan 2022 21:59:16 +0000 (21:59 +0000)]
Merge pull request #4031 from dupondje/add_soft_reject

[Minor] Add no soft reject selector for metadata exporter

2 years ago[Project] Rdns: Fix TCP stuff cleanup
Vsevolod Stakhov [Mon, 3 Jan 2022 20:55:54 +0000 (20:55 +0000)]
[Project] Rdns: Fix TCP stuff cleanup

2 years ago[Project] Rdns: Add preliminary reading logic for TCP channels
Vsevolod Stakhov [Mon, 3 Jan 2022 17:13:37 +0000 (17:13 +0000)]
[Project] Rdns: Add preliminary reading logic for TCP channels