]> git.ipfire.org Git - thirdparty/dnspython.git/log
thirdparty/dnspython.git
5 years agoAttempt to refactor per-opcode validation. 521/head
Brian Wellington [Fri, 26 Jun 2020 20:59:59 +0000 (13:59 -0700)] 
Attempt to refactor per-opcode validation.

Instead of validating rrsets and sections after parsing them, check the
class/type for each record before parsing it.  This is more generic,
because it moves all of the update logic out of the common code.  It's
also more flexible, as it allows the update logic to specify that
meta-records are empty.

5 years agoRemove hardcoded section names from TextReader.
Brian Wellington [Fri, 26 Jun 2020 19:16:30 +0000 (12:16 -0700)] 
Remove hardcoded section names from TextReader.

5 years agoMinor _WireReader refactoring.
Brian Wellington [Fri, 26 Jun 2020 18:30:29 +0000 (11:30 -0700)] 
Minor _WireReader refactoring.

Instead of parsing the header to determine which Message subclass to
create and passing that message to _WireReader, make _WireReader create
the Message subclass itself.

5 years agoadd message-query.rst
Bob Halley [Fri, 26 Jun 2020 14:57:34 +0000 (07:57 -0700)] 
add message-query.rst

5 years agobasic documentation updates for revised message hierarchy
Bob Halley [Fri, 26 Jun 2020 14:57:06 +0000 (07:57 -0700)] 
basic documentation updates for revised message hierarchy

5 years agomove rrset validation to the end-of-section processing
Bob Halley [Fri, 26 Jun 2020 13:51:04 +0000 (06:51 -0700)] 
move rrset validation to the end-of-section processing

5 years agolint
Bob Halley [Fri, 26 Jun 2020 13:43:42 +0000 (06:43 -0700)] 
lint

5 years agofix cut-and-paste error
Bob Halley [Fri, 26 Jun 2020 13:40:40 +0000 (06:40 -0700)] 
fix cut-and-paste error

5 years agotest class factory and update from_wire()
Bob Halley [Fri, 26 Jun 2020 13:38:24 +0000 (06:38 -0700)] 
test class factory and update from_wire()

5 years agomessage.from_text() should have the same relativize options as other text APIs.
Bob Halley [Fri, 26 Jun 2020 13:35:43 +0000 (06:35 -0700)] 
message.from_text() should have the same relativize options as other text APIs.

5 years agonew message class hierarchy and conversion of wire and text readers
Bob Halley [Fri, 26 Jun 2020 03:13:18 +0000 (20:13 -0700)] 
new message class hierarchy and conversion of wire and text readers

5 years agoset update section globals for convenience; fix formatting
Bob Halley [Fri, 26 Jun 2020 00:14:13 +0000 (17:14 -0700)] 
set update section globals for convenience; fix formatting

5 years agomake sections a list; propertize question, answer, etc.
Bob Halley [Fri, 26 Jun 2020 00:13:05 +0000 (17:13 -0700)] 
make sections a list; propertize question, answer, etc.

5 years agosection enums
Bob Halley [Thu, 25 Jun 2020 23:25:53 +0000 (16:25 -0700)] 
section enums

5 years agomake codecov a bit mellower about pulls
Bob Halley [Thu, 25 Jun 2020 22:08:41 +0000 (15:08 -0700)] 
make codecov a bit mellower about pulls

5 years agoMerge pull request #519 from frenzymadness/master
Bob Halley [Thu, 25 Jun 2020 14:13:23 +0000 (07:13 -0700)] 
Merge pull request #519 from frenzymadness/master

Use `configure=False` in tests to skip reading /etc/resolv.conf

5 years agoUse `configure=False` in tests to skip reading /etc/resolv.conf 519/head
Lumir Balhar [Thu, 25 Jun 2020 07:51:49 +0000 (09:51 +0200)] 
Use `configure=False` in tests to skip reading /etc/resolv.conf

5 years agoFix TTL limiting.
Brian Wellington [Thu, 25 Jun 2020 00:04:59 +0000 (17:04 -0700)] 
Fix TTL limiting.

The message code would convert negative TTL into 0, but the TTL could
never be negative, as it was read with the '!I' format, which reads
unsigned 32 bit integers.  We don't want to change that, since OPT flags
(which are encoded in the TTL) should be treated as unsigned.  Instead,
treat all TTLs > (2^31 - 1) as 0.

5 years agoMinor style changes.
Brian Wellington [Thu, 25 Jun 2020 00:02:29 +0000 (17:02 -0700)] 
Minor style changes.

There's no need to pass start=0 to range().  Use += when possible.
Replace multiple comparisons with in.

5 years agolint nanonameserver
Bob Halley [Wed, 24 Jun 2020 17:17:45 +0000 (10:17 -0700)] 
lint nanonameserver

5 years agoMerge pull request #515 from bwelling/nanonameserver
Bob Halley [Wed, 24 Jun 2020 17:14:44 +0000 (10:14 -0700)] 
Merge pull request #515 from bwelling/nanonameserver

Add more functionality to nanonameserver.

5 years agoFix cut-and-paste error. 515/head
Brian Wellington [Wed, 24 Jun 2020 17:04:24 +0000 (10:04 -0700)] 
Fix cut-and-paste error.

5 years agoClose extra UDP sockets more quickly.
Brian Wellington [Wed, 24 Jun 2020 17:01:13 +0000 (10:01 -0700)] 
Close extra UDP sockets more quickly.

If any UDP sockets are left open due to the corresponding TCP ports
being in use, close them.

5 years agoMerge pull request #516 from rthalley/dependabot/pip/mypy-tw-0.782
Bob Halley [Wed, 24 Jun 2020 16:10:15 +0000 (09:10 -0700)] 
Merge pull request #516 from rthalley/dependabot/pip/mypy-tw-0.782

Update mypy requirement from ^0.781 to ^0.782

5 years agoRemove unused code.
Brian Wellington [Wed, 24 Jun 2020 16:09:54 +0000 (09:09 -0700)] 
Remove unused code.

5 years agoUpdate mypy requirement from ^0.781 to ^0.782 516/head
dependabot[bot] [Wed, 24 Jun 2020 05:43:45 +0000 (05:43 +0000)] 
Update mypy requirement from ^0.781 to ^0.782

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.781...v0.782)

Signed-off-by: dependabot[bot] <support@github.com>
5 years agoAdd more functionality to nanonameserver.
Brian Wellington [Tue, 23 Jun 2020 23:46:48 +0000 (16:46 -0700)] 
Add more functionality to nanonameserver.

- When no port is specified, pick the same port for UDP and TCP, so that
TCP fallback can be tested.

- Change handlers to get a single Request object instead of individual
parameters.  The Request object contains the message, peer, and
connection_type previously passed, and also adds the local address and
wire format message.  Additionally, it provides convenient properties
for accessing the question.

5 years agomake read_resolv_conf() tests work on win32 too
Bob Halley [Tue, 23 Jun 2020 15:14:22 +0000 (08:14 -0700)] 
make read_resolv_conf() tests work on win32 too

5 years agomerge mostly redundant resolv.conf test into existing test
Bob Halley [Tue, 23 Jun 2020 15:02:49 +0000 (08:02 -0700)] 
merge mostly redundant resolv.conf test into existing test

5 years agotest resolv.conf settings
Bob Halley [Tue, 23 Jun 2020 14:49:32 +0000 (07:49 -0700)] 
test resolv.conf settings

5 years agotest CH A
Bob Halley [Tue, 23 Jun 2020 14:25:03 +0000 (07:25 -0700)] 
test CH A

5 years agoadd coverage badge
Bob Halley [Tue, 23 Jun 2020 02:14:12 +0000 (19:14 -0700)] 
add coverage badge

5 years agopoetry works; test all extras
Bob Halley [Tue, 23 Jun 2020 02:14:03 +0000 (19:14 -0700)] 
poetry works; test all extras

5 years agotry using poetry on travis
Bob Halley [Tue, 23 Jun 2020 02:09:42 +0000 (19:09 -0700)] 
try using poetry on travis

5 years agotry again to get a later pytest on travis python 3.6 and 3.7
Bob Halley [Tue, 23 Jun 2020 01:58:56 +0000 (18:58 -0700)] 
try again to get a later pytest on travis python 3.6 and 3.7

5 years agotry to get a later pytest on travis python 3.6 and 3.7
Bob Halley [Tue, 23 Jun 2020 01:55:39 +0000 (18:55 -0700)] 
try to get a later pytest on travis python 3.6 and 3.7

5 years agocompute and load coverage from travis
Bob Halley [Tue, 23 Jun 2020 01:47:07 +0000 (18:47 -0700)] 
compute and load coverage from travis

5 years agoThe cached _all_slots technique of the earlier pickle fix didn't work for
Bob Halley [Tue, 23 Jun 2020 01:07:25 +0000 (18:07 -0700)] 
The cached _all_slots technique of the earlier pickle fix didn't work for
GenericRdata or for directly imported types.  This fix just computes the
all slots relatively efficiently every __getstate__().

5 years agoimport dns.dnssec
Brian Wellington [Mon, 22 Jun 2020 23:58:45 +0000 (16:58 -0700)] 
import dns.dnssec

5 years agomove note part to a better place
Bob Halley [Mon, 22 Jun 2020 23:18:01 +0000 (16:18 -0700)] 
move note part to a better place

5 years agoMerge pull request #513 from rthalley/dependabot/pip/mypy-tw-0.781
Bob Halley [Mon, 22 Jun 2020 13:49:16 +0000 (06:49 -0700)] 
Merge pull request #513 from rthalley/dependabot/pip/mypy-tw-0.781

Update mypy requirement from ^0.780 to ^0.781

5 years agoUpdate mypy requirement from ^0.780 to ^0.781 513/head
dependabot[bot] [Mon, 22 Jun 2020 05:44:40 +0000 (05:44 +0000)] 
Update mypy requirement from ^0.780 to ^0.781

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.780...v0.781)

Signed-off-by: dependabot[bot] <support@github.com>
5 years agoset versioning to dev
Bob Halley [Sat, 20 Jun 2020 21:14:49 +0000 (14:14 -0700)] 
set versioning to dev

5 years agoadd wheel v2.0.0rc1
Bob Halley [Sat, 20 Jun 2020 17:44:26 +0000 (10:44 -0700)] 
add wheel

5 years agoadd twine to dev tools
Bob Halley [Sat, 20 Jun 2020 17:40:31 +0000 (10:40 -0700)] 
add twine to dev tools

5 years agoprep rc doc
Bob Halley [Sat, 20 Jun 2020 17:37:02 +0000 (10:37 -0700)] 
prep rc doc

5 years agoimprove resolver coverage
Bob Halley [Sat, 20 Jun 2020 14:38:16 +0000 (07:38 -0700)] 
improve resolver coverage

5 years agoremove differences.md as doco has fuller description
Bob Halley [Sat, 20 Jun 2020 14:12:49 +0000 (07:12 -0700)] 
remove differences.md as doco has fuller description

5 years agoremove linux jobs as coverage does not fuse
Bob Halley [Sat, 20 Jun 2020 14:10:55 +0000 (07:10 -0700)] 
remove linux jobs as coverage does not fuse

5 years agotry a different type for NoData test to make azure happier
Bob Halley [Sat, 20 Jun 2020 14:01:49 +0000 (07:01 -0700)] 
try a different type for NoData test to make azure happier

5 years agotry a different type for NoData test to make azure happier
Bob Halley [Sat, 20 Jun 2020 13:44:54 +0000 (06:44 -0700)] 
try a different type for NoData test to make azure happier

5 years agotry azure update again
Bob Halley [Sat, 20 Jun 2020 13:39:13 +0000 (06:39 -0700)] 
try azure update again

5 years agotry a much more complicated azure job
Bob Halley [Sat, 20 Jun 2020 13:36:06 +0000 (06:36 -0700)] 
try a much more complicated azure job

5 years agobind our UDP socket
Bob Halley [Sat, 20 Jun 2020 01:17:40 +0000 (18:17 -0700)] 
bind our UDP socket

5 years agoimprove TSIG coverage
Bob Halley [Fri, 19 Jun 2020 21:47:53 +0000 (14:47 -0700)] 
improve TSIG coverage

5 years agoRemove hmac_md5(), as it was added for backwards compatibility when we
Bob Halley [Fri, 19 Jun 2020 20:50:14 +0000 (13:50 -0700)] 
Remove hmac_md5(), as it was added for backwards compatibility when we
switched to using sign() back in 2010.

5 years agoimprove coverage
Bob Halley [Fri, 19 Jun 2020 18:21:18 +0000 (11:21 -0700)] 
improve coverage

5 years agoadd coverage
Bob Halley [Fri, 19 Jun 2020 18:15:15 +0000 (11:15 -0700)] 
add coverage

5 years agoadd comment about is-response checking for DDNS
Bob Halley [Fri, 19 Jun 2020 18:15:06 +0000 (11:15 -0700)] 
add comment about is-response checking for DDNS

5 years agoimprove coverage
Bob Halley [Fri, 19 Jun 2020 18:14:34 +0000 (11:14 -0700)] 
improve coverage

5 years agoimprove coverage
Bob Halley [Fri, 19 Jun 2020 18:14:12 +0000 (11:14 -0700)] 
improve coverage

5 years agowe did not check label-too-long in a few text cases
Bob Halley [Fri, 19 Jun 2020 18:13:49 +0000 (11:13 -0700)] 
we did not check label-too-long in a few text cases

5 years agoimprove e164 coverage
Bob Halley [Fri, 19 Jun 2020 16:56:28 +0000 (09:56 -0700)] 
improve e164 coverage

5 years agoimprove set coverage
Bob Halley [Fri, 19 Jun 2020 16:56:13 +0000 (09:56 -0700)] 
improve set coverage

5 years agomore EDNS coverage
Bob Halley [Fri, 19 Jun 2020 16:26:50 +0000 (09:26 -0700)] 
more EDNS coverage

5 years agoMake _cmp generic for all EDNS Options. It now compares the wire formats
Bob Halley [Fri, 19 Jun 2020 16:23:52 +0000 (09:23 -0700)] 
Make _cmp generic for all EDNS Options.  It now compares the wire formats
of two objects of the same class.

Previously we did type-specific stuff for ECSOption, but we only
checked the padded address info, not the srclen or scopelen, so
different options could compare the same.  Also, it's not clear that
there's any better semantic ordering of options than the wire format,
so we will just go for simplicity and use the generic implementation.

5 years agofix indentation issue that let to pointless extra checking
Bob Halley [Fri, 19 Jun 2020 16:23:16 +0000 (09:23 -0700)] 
fix indentation issue that let to pointless extra checking

5 years agolint
Bob Halley [Fri, 19 Jun 2020 14:56:39 +0000 (07:56 -0700)] 
lint

5 years agomisc rdata coverage improvements
Bob Halley [Fri, 19 Jun 2020 14:53:12 +0000 (07:53 -0700)] 
misc rdata coverage improvements

5 years agomore coverage improvements
Bob Halley [Fri, 19 Jun 2020 14:53:00 +0000 (07:53 -0700)] 
more coverage improvements

5 years agofix cut-and-paste typo
Bob Halley [Fri, 19 Jun 2020 14:48:49 +0000 (07:48 -0700)] 
fix cut-and-paste typo

5 years agoImprove GPOS validity checking.
Bob Halley [Fri, 19 Jun 2020 14:46:16 +0000 (07:46 -0700)] 
Improve GPOS validity checking.

5 years agoCheck previously unchecked things in from_text(), and make from_wire() checks more...
Bob Halley [Fri, 19 Jun 2020 14:16:26 +0000 (07:16 -0700)] 
Check previously unchecked things in from_text(), and make from_wire() checks more precise.

5 years agoimprove async coverage
Bob Halley [Fri, 19 Jun 2020 14:15:08 +0000 (07:15 -0700)] 
improve async coverage

5 years agoeliminate coverage noise
Bob Halley [Fri, 19 Jun 2020 14:14:40 +0000 (07:14 -0700)] 
eliminate coverage noise

5 years agoimprove async coverage
Bob Halley [Fri, 19 Jun 2020 14:14:28 +0000 (07:14 -0700)] 
improve async coverage

5 years agoadd more rdata test coverage
Bob Halley [Thu, 18 Jun 2020 23:15:37 +0000 (16:15 -0700)] 
add more rdata test coverage

5 years agoFix rdata pickling.
Bob Halley [Thu, 18 Jun 2020 23:09:47 +0000 (16:09 -0700)] 
Fix rdata pickling.

Coverage testing showed that while rdatas would pickle and unpickle
apparently successfully, in fact only the slots from the deepest class
in the inheritance chain would be restored.  So, e.g., a restored A rdata
would have an address attribute but no rdclass or rdtype attributes,
and so things like rdata comparison would break.

This change preserves the whole set of slots, from all ancestors as
well as the object, as a dictionary.

5 years agovalidate rdata replace()
Bob Halley [Thu, 18 Jun 2020 16:34:53 +0000 (09:34 -0700)] 
validate rdata replace()

5 years agofurther improve entropy coverage
Bob Halley [Thu, 18 Jun 2020 16:11:16 +0000 (09:11 -0700)] 
further improve entropy coverage

5 years agoimprove entropy coverage
Bob Halley [Thu, 18 Jun 2020 16:07:04 +0000 (09:07 -0700)] 
improve entropy coverage

5 years agoimprove query coverage
Bob Halley [Thu, 18 Jun 2020 16:00:30 +0000 (09:00 -0700)] 
improve query coverage

5 years agoincrease message coverage
Bob Halley [Thu, 18 Jun 2020 15:55:15 +0000 (08:55 -0700)] 
increase message coverage

5 years agomore tokenizer coverage
Bob Halley [Thu, 18 Jun 2020 15:46:21 +0000 (08:46 -0700)] 
more tokenizer coverage

5 years agomore zone test coverage
Bob Halley [Thu, 18 Jun 2020 15:35:20 +0000 (08:35 -0700)] 
more zone test coverage

5 years agoskip getaddrinfo tests on windows as the originals fail
Bob Halley [Thu, 18 Jun 2020 14:39:13 +0000 (07:39 -0700)] 
skip getaddrinfo tests on windows as the originals fail

5 years agocope with windows getaddrinfo
Bob Halley [Thu, 18 Jun 2020 14:32:02 +0000 (07:32 -0700)] 
cope with windows getaddrinfo

5 years agoadd more info when equivalence test fails to see what is up on windows
Bob Halley [Thu, 18 Jun 2020 14:26:24 +0000 (07:26 -0700)] 
add more info when equivalence test fails to see what is up on windows

5 years agomore resolver override coverage
Bob Halley [Thu, 18 Jun 2020 14:22:31 +0000 (07:22 -0700)] 
more resolver override coverage

5 years agoConstruct socket.gaierror with an errno and a string, as doing just the
Bob Halley [Thu, 18 Jun 2020 14:20:50 +0000 (07:20 -0700)] 
Construct socket.gaierror with an errno and a string, as doing just the
errno doesn't cause the errno field in the exception to be set, and thus
our exceptions were different and less useful than the stock ones.

Adjust gethostbyaddr() to filter addresses like the system one does.

5 years agoMerge pull request #511 from pspacek/ds_algo_mnemonic
Bob Halley [Thu, 18 Jun 2020 12:44:53 +0000 (05:44 -0700)] 
Merge pull request #511 from pspacek/ds_algo_mnemonic

DS: support mnemonic format from RFC 4034 section 5.3

5 years agoDS: support mnemonic format from RFC 4034 section 5.3 511/head
Petr Špaček [Thu, 18 Jun 2020 09:24:10 +0000 (11:24 +0200)] 
DS: support mnemonic format from RFC 4034 section 5.3

5 years agoMerge pull request #510 from bwelling/renderer
Bob Halley [Thu, 18 Jun 2020 03:11:46 +0000 (20:11 -0700)] 
Merge pull request #510 from bwelling/renderer

Simplify renderer code.

5 years agoimprove tokenizer coverage
Bob Halley [Thu, 18 Jun 2020 03:06:35 +0000 (20:06 -0700)] 
improve tokenizer coverage

5 years agoImprove the comment on get_int(), as it is unsigned.
Bob Halley [Thu, 18 Jun 2020 03:04:33 +0000 (20:04 -0700)] 
Improve the comment on get_int(), as it is unsigned.

Add missing base parameter to get_uint32.

Don't copy get_int in get_uint32, just call get_int.

get_uint32 erroneously permitted 4294967296.

remove cut-and-paste origin parameter to get_string() and get_identifier().

5 years agoSimplify renderer code. 510/head
Brian Wellington [Thu, 18 Jun 2020 02:15:07 +0000 (19:15 -0700)] 
Simplify renderer code.

Use context manager to avoid duplicating length checking in many places.
Change the code dealing with EDNS options to avoid lots of seeking by
not rendering directly into the file.

5 years agoOptimize wiredata __getitem__.
Brian Wellington [Wed, 17 Jun 2020 23:08:20 +0000 (16:08 -0700)] 
Optimize wiredata __getitem__.

When getting an item (not a slice), call bytes.__getitem__ directly
rather than creating a new bytes object.

5 years agoTest message encoding with EDNS options.
Brian Wellington [Wed, 17 Jun 2020 22:13:12 +0000 (15:13 -0700)] 
Test message encoding with EDNS options.

5 years agomake passing a socket to async routines actually work
Bob Halley [Wed, 17 Jun 2020 21:05:30 +0000 (14:05 -0700)] 
make passing a socket to async routines actually work

5 years agoTest dns.name.__le__ and __ge__.
Brian Wellington [Wed, 17 Jun 2020 20:32:27 +0000 (13:32 -0700)] 
Test dns.name.__le__ and __ge__.