summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Allow digest type 0 for CDSPeter Thomassen2021-10-202-13/+16
* Add id to dns.message.make_query().Brian Wellington2021-10-141-2/+6
* Improve dns.message.make_query() docs.Brian Wellington2021-10-131-1/+3
* 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
* fix typo and improve dns.message.Message.is_response() doc stringBob Halley2021-10-101-1/+2
* change the RFC cite for CERTBob Halley2021-09-211-1/+1
* Add new certificate types in CERT recordKiran Pawar2021-09-211-0/+10
* Correct a typo in dns/asyncbackend.pyFelix Yan2021-08-171-1/+1
* Add support for RFC 6742 types.Brian Wellington2021-07-138-11/+208
* If a negative response has an SOA in the authority section, thenBob Halley2021-07-111-5/+46
* avoid compatibility warnings for python 3.12Bob Halley2021-07-102-4/+4
* The APLItem constructor should make sure that the address fieldBob Halley2021-07-051-1/+1
* Add want_origin parameter to zone to_text() and to_file().Bob Halley2021-06-131-3/+22
* 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-183-3/+25
* Fix two problems with dns.xfr.make_query():Bob Halley2021-05-181-2/+4
* Added serial to inbound_xfr argumentsHidde van der Heide2021-05-182-2/+2
* Prevent import failure when /etc/protocols is unavailable.Marius Bakke2021-05-061-3/+7
* Lint passBob Halley2021-05-028-10/+10
* Return error trace in LifetimeTimeoutBob Halley2021-04-242-15/+38
* Add entries to the resolution errors list in a few error cases that were omit...Bob Halley2021-04-231-2/+6
* Update SVCB to the current spec.Brian Wellington2021-04-211-33/+44
* Fix repr() of GSS-TSIG key [Issue #657]Bob Halley2021-04-171-3/+6
* Fix AMTRELAY type code.Brian Wellington2021-03-161-1/+1
* Add missing dns.rdtypes.util imports [Issue #648].processing_order_fixBob Halley2021-03-095-0/+5
* Merge pull request #645 from rthalley/windows_asyncio_fixBob Halley2021-02-263-2/+22
|\
| * asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-253-2/+22
* | Add custome exceptions.Brian Wellington2021-02-251-4/+24
* | Add more tests.Brian Wellington2021-02-251-1/+10
* | Checkpoint ZONEMD support.Brian Wellington2021-02-244-0/+146
|/
* Merge pull request #634 from bwelling/refactor-dnssecBob Halley2021-02-181-152/+141
|\
| * DNSSEC refactoring.Brian Wellington2021-02-121-152/+141
* | make `name in zone` consistent with `zone[name]`kimbo2021-02-161-2/+3
|/
* change fname to namekimbo2021-02-111-1/+1
* async StreamSockets were erronously subclassing the abstract DatagramSocketBob Halley2021-01-313-3/+3
* Abstract methods should raise NotImplementedError, not return NoneBob Halley2021-01-311-4/+10
* Ensure that DS digest length is consistent with digest typePeter Thomassen2021-01-181-0/+18
* Add missing items to rdtypes/ANY/__init__.pyBob Halley2021-01-131-0/+2
* Add missing items to rdtypes/IN/__init__.pyPeter Thomassen2021-01-131-0/+2
* post 2.1.0 versioningBob Halley2021-01-071-2/+2
* Set 2.1.0 version.Bob Halley2021-01-071-2/+2
* Merge pull request #617 from peterthomassen/masterBob Halley2021-01-0511-13/+22
|\
| * Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-0511-13/+22
* | use methods with appropriate rcode/opcode typecasting in Message.to_text()Bob Halley2021-01-041-4/+2
* | Cast flags and ednsflags to int when calling dns.rcode.from_flags() andBob Halley2021-01-041-2/+2
* | _WireReader.read() should make flags a dns.flags.Flag [Issue #606]Bob Halley2021-01-041-1/+1
* | Add missing base classes to __init__.Bob Halley2021-01-041-0/+4
|/