summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow digest type 0 for CDSPeter Thomassen2021-10-203-17/+35
|/ /
* | Merge pull request #710 from paulehoffman/edns-examplesBob Halley2021-10-171-0/+52
|\ \ | | | | | | First attempt at edns.py
| * | Added examples of use_edns()Paul Hoffman2021-10-141-12/+24
| | |
| * | First attempt at edns.pyPaul Hoffman2021-10-131-0/+40
| |/
* | Merge pull request #712 from bwelling/make-query-idBob Halley2021-10-172-2/+10
|\ \ | | | | | | Add id to dns.message.make_query().
| * | Add id to dns.message.make_query().Brian Wellington2021-10-142-2/+10
|/ / | | | | | | Allow the caller to supply a message id when building a query.
* | Improve dns.message.make_query() docs.Brian Wellington2021-10-131-1/+3
| | | | | | | | | | | | | | Update the docs to match the code. Specifically, the docs implied that EDNS was only enabled if use_edns was set, while the code would enable EDNS if any parameter that required EDNS was set and use_edns was not set.
* | Merge pull request #708 from paulehoffman/connected-socketBob Halley2021-10-131-2/+2
|\ \ | |/ |/| Added "connected" to references to socket.socket.
| * Moved "connected" to better spotPaul Hoffman2021-10-131-2/+2
| |
| * Removed the "connected" from UDP sockets (thank you Brian!)Paul Hoffman2021-10-131-2/+2
| |
| * Added "connected" to references to socket.socket.Paul Hoffman2021-10-131-4/+4
|/
* Merge pull request #704 from rthalley/dependabot/pip/flake8-tw-4.0.1Bob Halley2021-10-111-1/+1
|\ | | | | Update flake8 requirement from ^3.7.9 to ^4.0.1
| * Update flake8 requirement from ^3.7.9 to ^4.0.1dependabot[bot]2021-10-111-1/+1
|/ | | | | | | | | | | | | Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.9...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* fix typo and improve dns.message.Message.is_response() doc stringBob Halley2021-10-101-1/+2
|
* add some doc on thread safetyBob Halley2021-10-102-0/+31
|
* Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0Bob Halley2021-10-041-1/+1
|\ | | | | Update pytest-cov requirement from ^2.10.0 to ^3.0.0
| * Update pytest-cov requirement from ^2.10.0 to ^3.0.0dependabot/pip/pytest-cov-tw-3.0.0dependabot[bot]2021-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #696 from rthalley/dependabot/pip/coverage-tw-6.0Bob Halley2021-10-041-1/+1
|\ \ | |/ |/| Update coverage requirement from ^5.1 to ^6.0
| * Update coverage requirement from ^5.1 to ^6.0dependabot/pip/coverage-tw-6.0dependabot[bot]2021-10-041-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.1...6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #693 from ↵Bob Halley2021-09-301-1/+1
|\ | | | | | | | | rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-36.0 Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0
| * 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>