summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0dependabot[bot]2021-09-301-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...35.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* change the RFC cite for CERTBob Halley2021-09-211-1/+1
|
* Merge pull request #692 from kpawar89/cert_typesBob Halley2021-09-211-0/+10
|\ | | | | Add new certificate types in CERT record
| * Add new certificate types in CERT recordKiran Pawar2021-09-211-0/+10
|/ | | | | Consider new certificate types as defined in https://datatracker.ietf.org/doc/html/rfc4398
* Merge pull request #678 from felixonmars/patch-1Bob Halley2021-08-171-1/+1
|\ | | | | Correct a typo in dns/asyncbackend.py
| * Correct a typo in dns/asyncbackend.pyFelix Yan2021-08-171-1/+1
|/
* Merge pull request #676 from bwelling/rfc6742Bob Halley2021-07-1713-11/+278
|\ | | | | Add support for RFC 6742 types.
| * Add support for RFC 6742 types.Brian Wellington2021-07-1313-11/+278
|/ | | | This adds the NID, L32, L64, and LP types.
* Merge pull request #673 from rthalley/zone_for_name_additionsBob Halley2021-07-132-6/+120
|\ | | | | zone_for_name() improvements
| * If a negative response has an SOA in the authority section, thenBob Halley2021-07-112-6/+120
| | | | | | | | | | | | | | zone_for_name() will now use it to make the search more efficient. zone_for_name() now has an optional lifetime parameter which limits the total time that can be spent resolving.
* | Merge pull request #675 from rthalley/dependabot/pip/idna-gte-2.1-and-lt-4.0Bob Halley2021-07-131-1/+1
|\ \ | |/ |/| Update idna requirement from ^2.1 to >=2.1,<4.0
| * Update idna requirement from ^2.1 to >=2.1,<4.0dependabot[bot]2021-07-131-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.1...v3.2) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* avoid compatibility warnings for python 3.12Bob Halley2021-07-102-4/+4
|
* The APLItem constructor should make sure that the address fieldBob Halley2021-07-052-1/+9
| | | | is not too long for unknown address families. [#672]
* Do some basic xfr checks with an unversioned zone too.Bob Halley2021-07-051-0/+20
|
* Merge pull request #671 from rthalley/dependabot/pip/mypy-tw-0.910Bob Halley2021-06-241-1/+1
|\ | | | | Update mypy requirement from ^0.902 to ^0.910
| * Update mypy requirement from ^0.902 to ^0.910dependabot[bot]2021-06-231-1/+1
|/ | | | | | | | | | | | | 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.902...v0.910) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #669 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.20Bob Halley2021-06-161-1/+1
|\ | | | | Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20
| * Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20dependabot[bot]2021-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.19.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | remove old CI stuffBob Halley2021-06-152-76/+0
| |
* | add skip rule to testResolverNoNameserversBob Halley2021-06-151-0/+2
|/
* Point build status link at the actions page.Bob Halley2021-06-131-1/+1
|
* Add want_origin parameter to zone to_text() and to_file().Bob Halley2021-06-133-3/+204
| | | | [Issue #654]
* switch build status badgeBob Halley2021-06-111-1/+1
|
* Try to skip dangling CNAME tests if systemd-resolved is running. [Issue #658]Bob Halley2021-06-112-0/+25
|
* Create python-package.ymlBob Halley2021-06-111-0/+34
| | | try out github actions
* Merge pull request #668 from rthalley/dependabot/pip/mypy-tw-0.902Bob Halley2021-06-111-1/+1
|\ | | | | Update mypy requirement from ^0.901 to ^0.902
| * Update mypy requirement from ^0.901 to ^0.902dependabot[bot]2021-06-111-1/+1
|/ | | | | | | | | | | | | 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.901...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #667 from rthalley/dependabot/pip/mypy-tw-0.901Bob Halley2021-06-091-1/+1
|\ | | | | Update mypy requirement from ^0.812 to ^0.901
| * Update mypy requirement from ^0.812 to ^0.901dependabot[bot]2021-06-091-1/+1
|/ | | | | | | | | | | | | 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.812...v0.901) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* remove or comment out some prints in testsBob Halley2021-05-235-9/+4
|
* Remove debugging prints from xfr code.Bob Halley2021-05-231-3/+0
|
* Another try at not hardwiring class IN in dns.xfr.make_query()Bob Halley2021-05-201-4/+4
|
* Eliminate the need for a serial parameter to inbound_xfr()Bob Halley2021-05-184-3/+40
|
* Fix two problems with dns.xfr.make_query():Bob Halley2021-05-181-2/+4
| | | | | | | | 1) We always used class IN instead of using the class of the txn manager. 2) We directly appended to the authority section instead of using find_rrset(), which meant that our changes were not indexed and would break if other code tried to use find_rrset() to find what we added.
* Merge pull request #666 from hvanderheide/masterBob Halley2021-05-182-2/+2
|\ | | | | Added serial to inbound_xfr arguments
| * Added serial to inbound_xfr argumentsHidde van der Heide2021-05-182-2/+2
|/
* update with 2.2.0 changes so farBob Halley2021-05-101-2/+9
|
* Merge pull request #664 from rthalley/dependabot/pip/sphinx-tw-4.0.0Bob Halley2021-05-101-1/+1
|\ | | | | Update sphinx requirement from ^3.0.0 to ^4.0.0
| * Update sphinx requirement from ^3.0.0 to ^4.0.0dependabot[bot]2021-05-101-1/+1
|/ | | | | | | | Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #663 from mbakke/rdtypes_import_fixBob Halley2021-05-071-3/+7
|\ | | | | Prevent import failure when /etc/protocols is unavailable.
| * Prevent import failure when /etc/protocols is unavailable.Marius Bakke2021-05-061-3/+7
|/ | | | | | | Fixes #662. * dns/rdtypes/IN/WKS.py: Wrap TCP and UDP protocol lookups in try...except.
* Lint passBob Halley2021-05-029-10/+11
|
* Merge pull request #661 from rthalley/lifetime_timeoutBob Halley2021-05-024-16/+100
|\ | | | | Return error trace in LifetimeTimeout
| * Test LifeTimeout and NoNameservers excetpions.lifetime_timeoutBob Halley2021-05-011-0/+61
| |
| * If a message handler returned None, do not yield it to the caller.Bob Halley2021-05-011-1/+1
| | | | | | | | | | This is a bit cleaner than yielding it and having the caller throw an exception trying to treat it as a message.
| * Return error trace in LifetimeTimeoutBob Halley2021-04-242-15/+38
|/
* Add entries to the resolution errors list in a few error cases that were ↵Bob Halley2021-04-231-2/+6
| | | | omitted.
* Add new test data to manifestBob Halley2021-04-221-1/+1
|
* Merge pull request #659 from bwelling/svcb-updatesBob Halley2021-04-228-64/+274
|\ | | | | Update SVCB to the current spec.