| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix various typing issues (typos) | Sebastian Wagner | 2022-01-29 | 4 | -5/+5 | |
| | | | | | I stumbled over a few typos and then decided to fix 'em all | |||||
| * | Merge pull request #769 from ↵ | Bob Halley | 2022-01-25 | 2 | -1/+5 | |
| |\ | | | | | | | | | peterthomassen/20220124_tokenizer_concatenate_remaining_identifiers Require 4th field in rdata of TLSA and friends | |||||
| | * | Require trailing field in rdata of TLSA and friends | Peter Thomassen | 2022-01-25 | 2 | -1/+5 | |
| | | | ||||||
| * | | add a few other missing things from the current python set API | Bob Halley | 2022-01-24 | 1 | -0/+48 | |
| | | | ||||||
| * | | Merge pull request #768 from rthalley/absolute_origin_zone_txn_fix | Bob Halley | 2022-01-24 | 1 | -0/+7 | |
| |\ \ | | | | | | | Use the version's origin if the zone doesn't have one yet. [#766] | |||||
| | * | | Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fix | Bob Halley | 2022-01-23 | 1 | -0/+7 | |
| | |/ | ||||||
| * | | Implement dns.set.Set.symmetric_difference() Support. | Joshua M. Keyes | 2022-01-21 | 1 | -0/+24 | |
| |/ | ||||||
| * | Try to appease older unittest | Ishai | 2022-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add resolver edns options | Ishai | 2022-01-10 | 1 | -1/+9 | |
| | | ||||||
| * | skip async DoH tests if no httpx | Bob Halley | 2021-12-21 | 1 | -1/+5 | |
| | | ||||||
| * | Allow unknown digest types [#625] | Bob Halley | 2021-12-20 | 1 | -12/+13 | |
| | | ||||||
| * | add dns.edns.EDECode enum | Bob Halley | 2021-12-19 | 1 | -1/+2 | |
| | | ||||||
| * | edns: implement Extended DNS Error Option support | Tomas Krizek | 2021-12-18 | 1 | -0/+36 | |
| | | | | | | This is quite minimalistic implementation of the Extended DNS Errors (RFC 8914). It just allows access to code and text fields. | |||||
| * | cope with 3.6 exception difference | Bob Halley | 2021-12-07 | 1 | -3/+9 | |
| | | ||||||
| * | cname and other data check in zonefile reader | Bob Halley | 2021-12-02 | 1 | -9/+21 | |
| | | ||||||
| * | First draft of CNAME and other data handling in zones. | Bob Halley | 2021-12-02 | 1 | -8/+133 | |
| | | ||||||
| * | Fix replacement txn bugs in non-versioned zones [#732]. | Bob Halley | 2021-11-28 | 1 | -0/+29 | |
| | | ||||||
| * | basic testing for async DoH | Bob Halley | 2021-11-27 | 1 | -1/+58 | |
| | | ||||||
| * | Node find_rdataset() should set covers when creating [#730] | Bob Halley | 2021-11-26 | 1 | -1/+10 | |
| | | ||||||
| * | Merge pull request #715 from rthalley/rrset-reader | Bob Halley | 2021-11-20 | 1 | -0/+131 | |
| |\ | | | | | rrset-reader PR | |||||
| | * | rrset-reader PR | Bob Halley | 2021-11-01 | 1 | -0/+131 | |
| | | | ||||||
| * | | Merge pull request #723 from rthalley/httpx_if_possible | Bob Halley | 2021-11-20 | 1 | -3/+95 | |
| |\ \ | | | | | | | For DoH, use httpx and with HTTP/2 if we can | |||||
| | * | | incorporate feedback about sessions, optional http1, and http2 availability | Bob Halley | 2021-11-16 | 1 | -4/+18 | |
| | | | | ||||||
| | * | | For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if ↵ | Bob Halley | 2021-11-10 | 1 | -3/+81 | |
| | | | | | | | | | | | | | we have to. | |||||
| * | | | Do not impose 2**31-1 bounds on TTL-like things; impose 2**32-1. | Bob Halley | 2021-11-16 | 3 | -14/+7 | |
| | | | | ||||||
| * | | | remove out-of-date comment | Bob Halley | 2021-11-16 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Add WMI-based method for finding resolver info on Windows.win32util | Bob Halley | 2021-11-09 | 1 | -9/+7 | |
| |/ / | ||||||
| * | | Handle DHCP servers returning domains prefixed by dot [#687]. | Bob Halley | 2021-11-07 | 1 | -0/+10 | |
| | | | ||||||
| * | | Add flags to dns.message.make_query(). | Brian Wellington | 2021-11-02 | 1 | -0/+6 | |
| |/ | ||||||
| * | Merge pull request #694 from rthalley/continue_on_error | Bob Halley | 2021-10-25 | 1 | -1/+41 | |
| |\ | | | | | Continue on error | |||||
| | * | Simplify; add a MessageError class.continue_on_error | Bob Halley | 2021-10-24 | 1 | -3/+6 | |
| | | | ||||||
| | * | add test of continue_on_error | Bob Halley | 2021-10-23 | 1 | -1/+38 | |
| | | | ||||||
| * | | Validate resolver nameservers when set [Issue #699]. | Bob Halley | 2021-10-24 | 3 | -14/+10 | |
| |/ | ||||||
| * | Merge pull request #703 from rthalley/cmp_fix | Bob Halley | 2021-10-20 | 2 | -0/+104 | |
| |\ | | | | | Fix #698 and #702, problems caused by _cmp() giving the wrong result in some cases | |||||
| | * | Allow relative rdata comparisons for now, but disallow in the future. | Bob Halley | 2021-10-14 | 1 | -35/+78 | |
| | | | ||||||
| | * | Fix #698 and #702, problems caused by _cmp() giving the wrong | Bob Halley | 2021-10-11 | 2 | -0/+61 | |
| | | | | | | | | | | | result in certain comparisons of rdata with relative and absolute names. | |||||
| * | | Allow digest type 0 for CDS | Peter Thomassen | 2021-10-20 | 1 | -4/+19 | |
| | | | ||||||
| * | | Add id to dns.message.make_query(). | Brian Wellington | 2021-10-14 | 1 | -0/+4 | |
| |/ | | | | Allow the caller to supply a message id when building a query. | |||||
| * | Add support for RFC 6742 types. | Brian Wellington | 2021-07-13 | 5 | -0/+70 | |
| | | | | | This adds the NID, L32, L64, and LP types. | |||||
| * | If a negative response has an SOA in the authority section, then | Bob Halley | 2021-07-11 | 1 | -1/+74 | |
| | | | | | | | | 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. | |||||
| * | The APLItem constructor should make sure that the address field | Bob Halley | 2021-07-05 | 1 | -0/+8 | |
| | | | | | is not too long for unknown address families. [#672] | |||||
| * | Do some basic xfr checks with an unversioned zone too. | Bob Halley | 2021-07-05 | 1 | -0/+20 | |
| | | ||||||
| * | add skip rule to testResolverNoNameservers | Bob Halley | 2021-06-15 | 1 | -0/+2 | |
| | | ||||||
| * | Add want_origin parameter to zone to_text() and to_file(). | Bob Halley | 2021-06-13 | 2 | -0/+182 | |
| | | | | | [Issue #654] | |||||
| * | Try to skip dangling CNAME tests if systemd-resolved is running. [Issue #658] | Bob Halley | 2021-06-11 | 2 | -0/+25 | |
| | | ||||||
| * | remove or comment out some prints in tests | Bob Halley | 2021-05-23 | 5 | -9/+4 | |
| | | ||||||
| * | Eliminate the need for a serial parameter to inbound_xfr() | Bob Halley | 2021-05-18 | 1 | -0/+15 | |
| | | ||||||
| * | Test LifeTimeout and NoNameservers excetpions.lifetime_timeout | Bob Halley | 2021-05-01 | 1 | -0/+61 | |
| | | ||||||
| * | If a message handler returned None, do not yield it to the caller. | Bob Halley | 2021-05-01 | 1 | -1/+1 | |
| | | | | | | This is a bit cleaner than yielding it and having the caller throw an exception trying to treat it as a message. | |||||
| * | Update SVCB to the current spec. | Brian Wellington | 2021-04-21 | 7 | -31/+230 | |
| | | ||||||
