]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agoMerge pull request #7874 from Habbie/auth-doc-updates dnsdist-1.4.0-beta1
Peter van Dijk [Wed, 5 Jun 2019 21:04:26 +0000 (23:04 +0200)] 
Merge pull request #7874 from Habbie/auth-doc-updates

auth: some doc nits/updates

4 years agoMerge pull request #7868 from omoerbeek/rec-dnstap-to-unix-socket
Otto Moerbeek [Wed, 5 Jun 2019 08:04:56 +0000 (10:04 +0200)] 
Merge pull request #7868 from omoerbeek/rec-dnstap-to-unix-socket

Allow unix domains sockets for dnstap destinations

4 years agoMerge pull request #7873 from mind04/truncate
Peter van Dijk [Tue, 4 Jun 2019 21:39:53 +0000 (23:39 +0200)] 
Merge pull request #7873 from mind04/truncate

Always truncate when the additional records do not fit  in a response

4 years agoauth: sdig manpage: fix formatting; update with new features 7874/head
Peter van Dijk [Tue, 4 Jun 2019 19:25:09 +0000 (21:25 +0200)] 
auth: sdig manpage: fix formatting; update with new features

4 years agoauth: sdig usage: sort options
Peter van Dijk [Tue, 4 Jun 2019 19:17:42 +0000 (21:17 +0200)] 
auth: sdig usage: sort options

4 years agoauth docs: fix link to supermaster/superslave setting
Peter van Dijk [Tue, 4 Jun 2019 19:13:28 +0000 (21:13 +0200)] 
auth docs: fix link to supermaster/superslave setting

4 years agoauth docs: add lmdb backend to backends index
Peter van Dijk [Tue, 4 Jun 2019 19:12:46 +0000 (21:12 +0200)] 
auth docs: add lmdb backend to backends index

4 years agoauth docs: fix underline lengths
Peter van Dijk [Tue, 4 Jun 2019 19:11:14 +0000 (21:11 +0200)] 
auth docs: fix underline lengths

4 years agoauth: add an option to bulk fix the regression tests results 7873/head
Kees Monshouwer [Tue, 4 Jun 2019 18:04:52 +0000 (20:04 +0200)] 
auth: add an option to bulk fix the regression tests results
(use it wisely)

4 years agoauth: always truncate when the additional records do not fit
Kees Monshouwer [Tue, 4 Jun 2019 18:02:24 +0000 (20:02 +0200)] 
auth: always truncate when the additional records do not fit
in a response
fixes #7315

4 years agoMerge pull request #7832 from Habbie/sdig-doh
Peter van Dijk [Tue, 4 Jun 2019 16:34:58 +0000 (18:34 +0200)] 
Merge pull request #7832 from Habbie/sdig-doh

add DoH support to sdig

4 years agoMerge pull request #7869 from Habbie/auth-lua-reuse
Peter van Dijk [Tue, 4 Jun 2019 16:30:58 +0000 (18:30 +0200)] 
Merge pull request #7869 from Habbie/auth-lua-reuse

auth LUA: optionally reuse Lua state

4 years agoallow building sdig without doh support 7832/head
Peter van Dijk [Tue, 21 May 2019 08:30:23 +0000 (10:30 +0200)] 
allow building sdig without doh support

4 years agoCheck for libcurl when tools are enabled
Pieter Lexis [Mon, 20 May 2019 14:44:05 +0000 (16:44 +0200)] 
Check for libcurl when tools are enabled

4 years agoMove libcurl detection to its own function
Pieter Lexis [Mon, 20 May 2019 14:34:53 +0000 (16:34 +0200)] 
Move libcurl detection to its own function

4 years agoadd DoH support to sdig
Peter van Dijk [Sat, 18 May 2019 21:20:37 +0000 (23:20 +0200)] 
add DoH support to sdig

4 years agosdig: report EDNS Padding size
Peter van Dijk [Sat, 18 May 2019 23:37:45 +0000 (01:37 +0200)] 
sdig: report EDNS Padding size

4 years agominicurl enhancements
Peter van Dijk [Sat, 18 May 2019 21:18:33 +0000 (23:18 +0200)] 
minicurl enhancements

* support for adding headers to POST requests
* don't truncate POST data at the first NUL byte
* better error reporting for POST failures (like GET already has)

4 years agominicurl: correct comment
Peter van Dijk [Sat, 18 May 2019 21:18:06 +0000 (23:18 +0200)] 
minicurl: correct comment

4 years agomake LUA state reuse optional 7869/head
Peter van Dijk [Mon, 3 Jun 2019 20:52:49 +0000 (22:52 +0200)] 
make LUA state reuse optional

4 years agoMerge pull request #7852 from Habbie/sqlite-wal
Peter van Dijk [Tue, 4 Jun 2019 11:47:33 +0000 (13:47 +0200)] 
Merge pull request #7852 from Habbie/sqlite-wal

sqlite3: make journal mode configurable; default to WAL

4 years agoMerge pull request #7867 from mnordhoff/patch-3
Peter van Dijk [Tue, 4 Jun 2019 11:13:32 +0000 (13:13 +0200)] 
Merge pull request #7867 from mnordhoff/patch-3

profile.rst: Remove GOST

4 years agoMerge pull request #7870 from omoerbeek/stubquery-fix-arg
Peter van Dijk [Tue, 4 Jun 2019 11:09:59 +0000 (13:09 +0200)] 
Merge pull request #7870 from omoerbeek/stubquery-fix-arg

stubquery: Fix handling of optional type arg.

4 years agoMerge pull request #7864 from rgacogne/coverity-201905
Peter van Dijk [Tue, 4 Jun 2019 11:05:27 +0000 (13:05 +0200)] 
Merge pull request #7864 from rgacogne/coverity-201905

Fix warnings reported by Coverity

4 years agoMerge pull request #7861 from neheb/lato
Remi Gacogne [Tue, 4 Jun 2019 10:23:01 +0000 (12:23 +0200)] 
Merge pull request #7861 from neheb/lato

Check if -latomic is needed instead of hardcoding

4 years agoMerge pull request #7859 from pieterlexis/auth-rm-disable-tcp
Peter van Dijk [Tue, 4 Jun 2019 10:14:55 +0000 (12:14 +0200)] 
Merge pull request #7859 from pieterlexis/auth-rm-disable-tcp

auth: Remove disable-tcp option

4 years agoignore __pycache__ dirs 7852/head
Peter van Dijk [Mon, 27 May 2019 20:46:26 +0000 (22:46 +0200)] 
ignore __pycache__ dirs

4 years agoignore sqlite WAL files
Peter van Dijk [Mon, 27 May 2019 20:46:17 +0000 (22:46 +0200)] 
ignore sqlite WAL files

4 years agosqlite3: make journal mode configurable; default to WAL
Peter van Dijk [Mon, 27 May 2019 12:26:16 +0000 (14:26 +0200)] 
sqlite3: make journal mode configurable; default to WAL

4 years agoMerge pull request #7865 from rgacogne/auth-curl-global-init
Peter van Dijk [Tue, 4 Jun 2019 09:57:23 +0000 (11:57 +0200)] 
Merge pull request #7865 from rgacogne/auth-curl-global-init

auth: Initialize cURL before starting any thread

4 years agoCheck syntax during configuration and add fix docs. 7868/head
Otto Moerbeek [Tue, 4 Jun 2019 09:49:37 +0000 (11:49 +0200)] 
Check syntax during configuration and add fix docs.

4 years agostubquery: Fix handling of optional type arg. 7870/head
Otto Moerbeek [Tue, 4 Jun 2019 09:22:40 +0000 (11:22 +0200)] 
stubquery: Fix handling of optional type arg.

4 years agoUse sizeof when initializing NSECBitmapGenerator::res 7864/head
Remi Gacogne [Tue, 4 Jun 2019 07:28:50 +0000 (09:28 +0200)] 
Use sizeof when initializing NSECBitmapGenerator::res

4 years agoreuse AuthLua4 object
Peter van Dijk [Mon, 3 Jun 2019 16:00:09 +0000 (18:00 +0200)] 
reuse AuthLua4 object

4 years agoAllow unix domains sockets for dnstap destinations
Otto Moerbeek [Mon, 3 Jun 2019 14:15:19 +0000 (16:15 +0200)] 
Allow unix domains sockets for dnstap destinations

4 years agoMerge pull request #7853 from Marlinc/dnsdist-prometheus-histogram
Remi Gacogne [Mon, 3 Jun 2019 13:03:30 +0000 (15:03 +0200)] 
Merge pull request #7853 from Marlinc/dnsdist-prometheus-histogram

dnsdist: Support Prometheus latency histograms

4 years agoMake the TCPNameserver a unique pointer 7859/head
Pieter Lexis [Tue, 28 May 2019 12:17:44 +0000 (14:17 +0200)] 
Make the TCPNameserver a unique pointer

4 years agoMerge pull request #7538 from omoerbeek/rec-dnstap
Otto Moerbeek [Mon, 3 Jun 2019 11:37:37 +0000 (13:37 +0200)] 
Merge pull request #7538 from omoerbeek/rec-dnstap

Rec dnstap

4 years agoprofile.rst: Remove GOST 7867/head
Matt Nordhoff [Sat, 1 Jun 2019 03:19:25 +0000 (03:19 +0000)] 
profile.rst: Remove GOST

4 years agodnsdist: Add Prometheus latency histogram support 7853/head
Marlin Cremers [Fri, 31 May 2019 14:21:18 +0000 (16:21 +0200)] 
dnsdist: Add Prometheus latency histogram support

4 years agoMerge pull request #7863 from Marlinc/patch-1
Remi Gacogne [Fri, 31 May 2019 13:08:46 +0000 (15:08 +0200)] 
Merge pull request #7863 from Marlinc/patch-1

dnsdist: Move PoolAvailableRule to rules section

4 years agoauth: Initialize cURL before starting any thread 7865/head
Remi Gacogne [Fri, 31 May 2019 08:16:00 +0000 (10:16 +0200)] 
auth: Initialize cURL before starting any thread

If `curl_global_init()` was not called prior to any call to
`curl_easy_init()`, it will be automatically called.
The documentation states that:

> This may be lethal in multi-threaded cases, since
> curl_global_init is not thread-safe, and it may result in
> resource problems because there is no corresponding cleanup.

4 years agoCheck if -latomic is needed instead of hardcoding 7861/head
Rosen Penev [Tue, 28 May 2019 17:49:21 +0000 (10:49 -0700)] 
Check if -latomic is needed instead of hardcoding

This avoids having a huge list of platforms which can change over time.

4 years agoMerge pull request #7856 from neheb/op
Remi Gacogne [Wed, 29 May 2019 15:07:56 +0000 (17:07 +0200)] 
Merge pull request #7856 from neheb/op

Don't initialize and deinitialize with OpenSSL >= 1.1

4 years agoDon't close the random device on EINTR
Remi Gacogne [Wed, 29 May 2019 14:05:25 +0000 (16:05 +0200)] 
Don't close the random device on EINTR

4 years agoHandle short reads from our random device
Remi Gacogne [Wed, 29 May 2019 14:00:35 +0000 (16:00 +0200)] 
Handle short reads from our random device

Reported by Coverity (CID 1401626).

4 years agodnsdist: Move PoolAvailableRule to rules section 7863/head
Marlin Cremers [Wed, 29 May 2019 14:32:06 +0000 (16:32 +0200)] 
dnsdist: Move PoolAvailableRule to rules section

4 years agoMerge pull request #7819 from pieterlexis/circleci-coverity
Pieter Lexis [Wed, 29 May 2019 14:04:54 +0000 (16:04 +0200)] 
Merge pull request #7819 from pieterlexis/circleci-coverity

Do coverity builds once a day via circleci

4 years agoauth: Use the correct type while reading from the control channel
Remi Gacogne [Wed, 29 May 2019 13:46:53 +0000 (15:46 +0200)] 
auth: Use the correct type while reading from the control channel

4 years agoauth: Check the result of safeGetBBDomainInfo in Bind2Backend::searchRecords()
Remi Gacogne [Wed, 29 May 2019 13:41:55 +0000 (15:41 +0200)] 
auth: Check the result of safeGetBBDomainInfo in Bind2Backend::searchRecords()

There should be no way for it to fail here since we iterate on known
domains, but better safe than sorry.
Reported by Coverity (CID 1401684).

4 years agoauth: Initialize DNSPacket::d_ednsRawPacketSizeLimit
Remi Gacogne [Wed, 29 May 2019 13:39:13 +0000 (15:39 +0200)] 
auth: Initialize DNSPacket::d_ednsRawPacketSizeLimit

That prevents it from being used uninitialized, for example after
DNSPakcet::noparse() has been used.
Reported by Coverity (CID 1401683).

4 years agoauth: Use mkstemp() to generate a temporary file name
Remi Gacogne [Wed, 29 May 2019 13:33:58 +0000 (15:33 +0200)] 
auth: Use mkstemp() to generate a temporary file name

Reported by Coverity (CID 1401682).

4 years agoixfrutils: Check the return value of rename()
Remi Gacogne [Wed, 29 May 2019 13:02:13 +0000 (15:02 +0200)] 
ixfrutils: Check the return value of rename()

Reported by Coverity (CID 1401680).

4 years agotools: Don't de-reference the end iterator
Remi Gacogne [Wed, 29 May 2019 12:54:42 +0000 (14:54 +0200)] 
tools: Don't de-reference the end iterator

Reported by Coverity (CID 1401654140167114016781401691).

4 years agodnsbulktest: Correctly set the default value for the 'www' param
Remi Gacogne [Wed, 29 May 2019 12:46:15 +0000 (14:46 +0200)] 
dnsbulktest: Correctly set the default value for the 'www' param

Reported by Coverity (CID 1401667).

4 years agodnstcpbench: Initialize the members of BenchQuery
Remi Gacogne [Wed, 29 May 2019 12:44:35 +0000 (14:44 +0200)] 
dnstcpbench: Initialize the members of BenchQuery

No impact except making Coverity happy (CID 1401666).

4 years agoCheck the result of the dynamic pointer cast in getSerialFromRecords()
Remi Gacogne [Wed, 29 May 2019 12:42:46 +0000 (14:42 +0200)] 
Check the result of the dynamic pointer cast in getSerialFromRecords()

Reported by Coverity (CID 1401665).

4 years agoauth: Always initialize the BindBackend's transaction ID
Remi Gacogne [Wed, 29 May 2019 12:34:48 +0000 (14:34 +0200)] 
auth: Always initialize the BindBackend's transaction ID

Reported by Coverity (CID 1401661).

4 years agoauth: Check the return of getNext() in LdapBackend::getDomainInfo()
Remi Gacogne [Wed, 29 May 2019 12:25:25 +0000 (14:25 +0200)] 
auth: Check the return of getNext() in LdapBackend::getDomainInfo()

Reported by Coverity (CID 1401649).

4 years agodumresp: Use the correct return type for recvfrom()
Remi Gacogne [Wed, 29 May 2019 12:19:27 +0000 (14:19 +0200)] 
dumresp: Use the correct return type for recvfrom()

Otherwise we can't correctly process error codes.
Reported by Coverity (CID 1401645).

4 years agoauth: Properly initialize a new BindBackend domain (kind, ctime)
Remi Gacogne [Wed, 29 May 2019 10:26:04 +0000 (12:26 +0200)] 
auth: Properly initialize a new BindBackend domain (kind, ctime)

Reported by Coverity (CID 1401635).

4 years agoauth: Check that the domain exists in pdnsutil check-zone
Remi Gacogne [Wed, 29 May 2019 09:48:47 +0000 (11:48 +0200)] 
auth: Check that the domain exists in pdnsutil check-zone

Reported by Coverity (CID 1401633).

4 years agoLMDB: Initialize d_cursor in the base ctor
Remi Gacogne [Wed, 29 May 2019 09:45:12 +0000 (11:45 +0200)] 
LMDB: Initialize d_cursor in the base ctor

It's always properly initialized in the derived classes so far,
but let's make sure it stays that way.
Also make sure we don't call mdb_cursor_close() on a nullptr
cursor after being moved.
Reported by Coverity (CID 1401632).

4 years agodnsbulktest: Explicitely check that find() returned 0
Remi Gacogne [Wed, 29 May 2019 09:35:35 +0000 (11:35 +0200)] 
dnsbulktest: Explicitely check that find() returned 0

std::string::find() will return 0 if the line starts with '.', but
it was not obvious from the existing code whether we tested for 0
or a string::npos since we treated the return value as a boolean.
Reported by Coverity (CID 1401631).

4 years agopcap: Check that we don't read uninitialized memory while parsing
Remi Gacogne [Wed, 29 May 2019 09:31:51 +0000 (11:31 +0200)] 
pcap: Check that we don't read uninitialized memory while parsing

Reported by Coverity (CID 1401629).

4 years agoauth: Check that we could get the zone info in LMDBBackend::replaceRRSet()
Remi Gacogne [Wed, 29 May 2019 08:03:36 +0000 (10:03 +0200)] 
auth: Check that we could get the zone info in LMDBBackend::replaceRRSet()

Reported by Coverity (CID 1401628).

4 years agoauth: Initialize the 'res' array of NSECBitmapGenerator
Remi Gacogne [Wed, 29 May 2019 08:03:05 +0000 (10:03 +0200)] 
auth: Initialize the 'res' array of NSECBitmapGenerator

Otherwise coverity wrongly complains that it might be read before
being initialized (CID 1401607).

4 years agoDon't initialize and deinitialize with OpenSSL >= 1.1 7856/head
Rosen Penev [Tue, 28 May 2019 00:41:07 +0000 (17:41 -0700)] 
Don't initialize and deinitialize with OpenSSL >= 1.1

Will not compile without deprecated APIs enabled.

4 years agoMerge pull request #7489 from zeha/webserver-auth
Otto Moerbeek [Tue, 28 May 2019 14:41:20 +0000 (16:41 +0200)] 
Merge pull request #7489 from zeha/webserver-auth

Recursor: allow basic auth for some statistics APIs

4 years agoMerge pull request #7843 from rgacogne/rec-speedups
Otto Moerbeek [Tue, 28 May 2019 14:40:30 +0000 (16:40 +0200)] 
Merge pull request #7843 from rgacogne/rec-speedups

rec: Small speedups in the recursion 'slow' path

4 years agoMerge pull request #7844 from Habbie/auth-regress-docker-daemons
Peter van Dijk [Tue, 28 May 2019 13:37:19 +0000 (15:37 +0200)] 
Merge pull request #7844 from Habbie/auth-regress-docker-daemons

auth: document how to get mysql or postgres from docker

4 years agoMerge pull request #7854 from Habbie/gsql-stou
Peter van Dijk [Tue, 28 May 2019 13:36:11 +0000 (15:36 +0200)] 
Merge pull request #7854 from Habbie/gsql-stou

auth gsql getAllDomains: ignore stou errors

4 years agoMerge pull request #7858 from rgacogne/dnsdist-get-sni-override
Remi Gacogne [Tue, 28 May 2019 12:45:20 +0000 (14:45 +0200)] 
Merge pull request #7858 from rgacogne/dnsdist-get-sni-override

dnsdist: Add missing overrides for ::getServerNameIndication()

4 years agoRemove disable-tcp option
Pieter Lexis [Tue, 28 May 2019 12:17:19 +0000 (14:17 +0200)] 
Remove disable-tcp option

4 years agoMerge pull request #7857 from neheb/arc
Remi Gacogne [Tue, 28 May 2019 09:51:46 +0000 (11:51 +0200)] 
Merge pull request #7857 from neheb/arc

Add latomic to ARC platform

4 years agodnsdist: Add missing overrides for ::getServerNameIndication() 7858/head
Remi Gacogne [Tue, 28 May 2019 09:36:40 +0000 (11:36 +0200)] 
dnsdist: Add missing overrides for ::getServerNameIndication()

4 years agoMerge pull request #7849 from rgacogne/dnsdist-docs-must-resolve
Remi Gacogne [Tue, 28 May 2019 08:38:35 +0000 (10:38 +0200)] 
Merge pull request #7849 from rgacogne/dnsdist-docs-must-resolve

dnsdist: Fix the documentation of the 'mustResolve' parameter

4 years agoAdd latomic to ARC platform 7857/head
Rosen Penev [Tue, 28 May 2019 00:44:36 +0000 (17:44 -0700)] 
Add latomic to ARC platform

Will fail otherwise with linking errors.

4 years agoauth gsql getAllDomains: ignore stou errors 7854/head
Peter van Dijk [Mon, 27 May 2019 20:33:29 +0000 (22:33 +0200)] 
auth gsql getAllDomains: ignore stou errors

Fixes #4475
Fixes #4450

4 years agoMerge pull request #7460 from mind04/updated-masters
Peter van Dijk [Mon, 27 May 2019 13:40:05 +0000 (15:40 +0200)] 
Merge pull request #7460 from mind04/updated-masters

auth: speedup getUpdatedMasters() for the gsql backends

4 years agoMerge pull request #7548 from omoerbeek/syncRes-getAddrs-loop-unroll
Otto Moerbeek [Mon, 27 May 2019 13:11:42 +0000 (15:11 +0200)] 
Merge pull request #7548 from omoerbeek/syncRes-getAddrs-loop-unroll

Eliminate the loop in SyncRes::getAddrs()

4 years agorec: Make sure we don't leak a socket in UDPClientSocks::makeClientSocket() 7843/head
Remi Gacogne [Mon, 27 May 2019 12:48:18 +0000 (14:48 +0200)] 
rec: Make sure we don't leak a socket in UDPClientSocks::makeClientSocket()

4 years agoMerge pull request #7851 from Habbie/builder-no-modules
Peter van Dijk [Mon, 27 May 2019 12:43:12 +0000 (14:43 +0200)] 
Merge pull request #7851 from Habbie/builder-no-modules

builder: error out when no valid modules are specified

4 years agoAdd some notes explaining why some validations are not relevant in the dnstap case. 7538/head
Otto Moerbeek [Mon, 27 May 2019 12:40:24 +0000 (14:40 +0200)] 
Add some notes explaining why some validations are not relevant in the dnstap case.

4 years agoMerge remote-tracking branch 'origin/master' into rec-dnstap
Otto Moerbeek [Mon, 27 May 2019 12:33:17 +0000 (14:33 +0200)] 
Merge remote-tracking branch 'origin/master' into rec-dnstap

4 years agoUse for (const auto &i : collection) style loops 7548/head
Otto Moerbeek [Mon, 27 May 2019 11:54:35 +0000 (13:54 +0200)] 
Use for (const auto &i : collection) style loops

4 years agobuilder: error out when no valid modules are specified 7851/head
Peter van Dijk [Mon, 27 May 2019 11:11:59 +0000 (13:11 +0200)] 
builder: error out when no valid modules are specified

4 years agodnsdist: Fix the documentation of the 'mustResolve' parameter 7849/head
Remi Gacogne [Mon, 27 May 2019 08:36:40 +0000 (10:36 +0200)] 
dnsdist: Fix the documentation of the 'mustResolve' parameter

4 years agoMerge pull request #7836 from pieterlexis/NOD-in-circleci
Pieter Lexis [Mon, 27 May 2019 08:02:24 +0000 (10:02 +0200)] 
Merge pull request #7836 from pieterlexis/NOD-in-circleci

rec: Enable NOD in circle-ci

4 years agoMerge pull request #7847 from pieterlexis/auth-docs-udp-trunc-fix
Pieter Lexis [Mon, 27 May 2019 08:02:03 +0000 (10:02 +0200)] 
Merge pull request #7847 from pieterlexis/auth-docs-udp-trunc-fix

Mention that udp-truncation-threshold changed in 4.2.0

4 years agoMention that udp-truncation-threshold changed in 4.2.0 7847/head
Pieter Lexis [Fri, 24 May 2019 13:17:22 +0000 (15:17 +0200)] 
Mention that udp-truncation-threshold changed in 4.2.0

4 years agoMerge pull request #7841 from Habbie/rec-tc-trace
Otto Moerbeek [Fri, 24 May 2019 08:35:58 +0000 (10:35 +0200)] 
Merge pull request #7841 from Habbie/rec-tc-trace

recursor: log UDP TC bits during trace

4 years agoMerge pull request #7831 from rgacogne/auth-update-cname-ent
Peter van Dijk [Thu, 23 May 2019 23:44:17 +0000 (01:44 +0200)] 
Merge pull request #7831 from rgacogne/auth-update-cname-ent

 auth: Allow updates to override existing ENT records

4 years agoauth: document how to get mysql or postgres from docker 7844/head
Peter van Dijk [Thu, 23 May 2019 23:34:02 +0000 (01:34 +0200)] 
auth: document how to get mysql or postgres from docker

4 years agoMerge pull request #7842 from aerique/feature/changelog-and-secpoll-for-rec-4.2.0-rc1
aerique [Thu, 23 May 2019 13:21:52 +0000 (15:21 +0200)] 
Merge pull request #7842 from aerique/feature/changelog-and-secpoll-for-rec-4.2.0-rc1

Update changelog and secpoll for rec-4.2.0-rc1 release.

4 years agorec: Don't reset errno in asyncresolve()
Remi Gacogne [Thu, 23 May 2019 10:43:05 +0000 (12:43 +0200)] 
rec: Don't reset errno in asyncresolve()

4 years agorec: Remove useless accounting of FDs in the UDPClientSocks class
Remi Gacogne [Thu, 23 May 2019 10:41:32 +0000 (12:41 +0200)] 
rec: Remove useless accounting of FDs in the UDPClientSocks class

4 years agorec: Speed-up the shuffling of NS entries
Remi Gacogne [Wed, 22 May 2019 15:53:48 +0000 (17:53 +0200)] 
rec: Speed-up the shuffling of NS entries

4 years agolog UDP TC bit during trace 7841/head
Peter van Dijk [Wed, 22 May 2019 14:11:44 +0000 (16:11 +0200)] 
log UDP TC bit during trace

4 years agodo not skip TCP TC logging when not throttling
Peter van Dijk [Wed, 22 May 2019 14:11:33 +0000 (16:11 +0200)] 
do not skip TCP TC logging when not throttling