summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix test failures due to valid OPT TTL fields being outside the bounds of TTLssoa_interval_fixBob Halley2021-11-141-10/+5
|
* Allow unsigned 32 bit values for SOA refresh, retry, and expire [#724].Bob Halley2021-11-145-20/+69
|
* Handle DHCP servers returning domains prefixed by dot [#687].Bob Halley2021-11-072-0/+15
|
* update RD=0 example now that we have a flags parameterBob Halley2021-11-071-5/+6
|
* Merge pull request #719 from paulehoffman/rd=0-exampleBob Halley2021-11-071-0/+10
|\ | | | | Extended the example to include one with RD=0
| * Extended the example to include one with RD=0Paul Hoffman2021-11-021-0/+10
| |
* | Merge pull request #718 from paulehoffman/examples-docBob Halley2021-11-022-0/+11
|\ \ | | | | | | Added small section to the manual about examples
| * | Added small section to the manual about examplesPaul Hoffman2021-11-022-0/+11
| |/
* | Merge pull request #720 from bwelling/make-query-flagsBob Halley2021-11-022-2/+11
|\ \ | | | | | | Add flags to dns.message.make_query().
| * | Add flags to dns.message.make_query().Brian Wellington2021-11-022-2/+11
|/ /
* | add setup.cfg to sdistBob Halley2021-10-261-1/+2
| |
* | poetry style kittingBob Halley2021-10-262-1/+25
| |
* | Distinguish between the two causes of NoResolverConfiguration in the ↵Bob Halley2021-10-251-2/+2
| | | | | | | | exception string
* | Merge pull request #694 from rthalley/continue_on_errorBob Halley2021-10-252-91/+172
|\ \ | | | | | | Continue on error
| * | Simplify; add a MessageError class.continue_on_errorBob Halley2021-10-242-50/+54
| | |
| * | add test of continue_on_errorBob Halley2021-10-231-1/+38
| | |
| * | change error format to have current instead of last goodBob Halley2021-10-231-10/+9
| | |
| * | draft continue_on_errorBob Halley2021-10-231-62/+103
| | |
* | | Validate resolver nameservers when set [Issue #699].Bob Halley2021-10-244-17/+18
|/ /
* | Merge pull request #703 from rthalley/cmp_fixBob Halley2021-10-205-15/+180
|\ \ | | | | | | Fix #698 and #702, problems caused by _cmp() giving the wrong result in some cases
| * | _cmp() raised NoRelativeRdataOrdering in abs vs. abs casecmp_fixBob Halley2021-10-141-3/+5
| | |
| * | Allow relative rdata comparisons for now, but disallow in the future.Bob Halley2021-10-142-37/+114
| | |
| * | fix ordering issue with relative rdatasBob Halley2021-10-141-4/+4
| | |
| * | fix accidental reversion of message.py typo fixBob Halley2021-10-111-1/+2
| | |
| * | Fix #698 and #702, problems caused by _cmp() giving the wrongBob Halley2021-10-115-11/+96
| |/ | | | | | | | | result in certain comparisons of rdata with relative and absolute names.
* | Merge pull request #713 from peterthomassen/20211020_cds_rfc8078_deleteBob Halley2021-10-203-17/+35
|\ \ | | | | | | Allow digest type 0 for CDS
| * | 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