| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix rrset match signature problemsfull_match | Bob Halley | 2020-09-03 | 1 | -19/+31 |
| | | |||||
| * | test _as_* methods | Bob Halley | 2020-09-01 | 1 | -0/+73 |
| | | |||||
| * | improve versioned zone coverage | Bob Halley | 2020-09-01 | 1 | -0/+46 |
| | | |||||
| * | add some versioned zone test cases | Bob Halley | 2020-09-01 | 1 | -0/+25 |
| | | |||||
| * | more test coverage for dns.query._matches_destination() | Bob Halley | 2020-09-01 | 1 | -0/+29 |
| | | |||||
| * | check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs ↵ | Bob Halley | 2020-09-01 | 1 | -0/+12 |
| | | | | | there. | ||||
| * | enable TSIG text format testing | Bob Halley | 2020-08-27 | 1 | -2/+11 |
| | | |||||
| * | Add DLV to example zone. | Bob Halley | 2020-08-27 | 4 | -0/+4 |
| | | |||||
| * | disable one more quad nine thing | Bob Halley | 2020-08-27 | 1 | -1/+2 |
| | | |||||
| * | Adds SMIMEA record type, RFC 8162 | Nils Wisiol | 2020-08-27 | 5 | -0/+24 |
| | | |||||
| * | Do not split OPENPGPKEY base64 into chunks. #577 | Bob Halley | 2020-08-26 | 3 | -3/+3 |
| | | |||||
| * | use classmethod for Gateway factories | Bob Halley | 2020-08-26 | 1 | -15/+4 |
| | | |||||
| * | remove _constify() uses; more complete checking of bitmap windows types like ↵ | Bob Halley | 2020-08-25 | 1 | -19/+19 |
| | | | | | NSEC | ||||
| * | is_udp is better as Inbound attribute not parameter to process_message(). ↵ | Bob Halley | 2020-08-22 | 1 | -3/+36 |
| | | | | | Increase coverage. | ||||
| * | disable 9.9.9.9 in tests temporarily | Bob Halley | 2020-08-22 | 1 | -2/+6 |
| | | |||||
| * | Detect and reject attempts to use compressed names in the generic rdata | Bob Halley | 2020-08-21 | 1 | -0/+4 |
| | | | | | syntax of a known type. | ||||
| * | Implement new inbound xfr design.xfr | Bob Halley | 2020-08-21 | 2 | -1/+723 |
| | | |||||
| * | Txns and txn managers have a single RdataClass | Bob Halley | 2020-08-19 | 1 | -45/+40 |
| | | |||||
| * | On win32, skip valid IPv6 addresses that socket.inet_pton() erroneously ↵ | Bob Halley | 2020-08-18 | 1 | -6/+13 |
| | | | | | thinks are invalid. | ||||
| * | add instrumentation to find out what v6 addresses windows does not like | Bob Halley | 2020-08-18 | 1 | -0/+7 |
| | | |||||
| * | store reference to manager in all txns; add origin_information() | Bob Halley | 2020-08-18 | 1 | -3/+6 |
| | | |||||
| * | node replace_rdataset() should not permit rrsets | Bob Halley | 2020-08-18 | 1 | -0/+9 |
| | | |||||
| * | add missing copyrights | Bob Halley | 2020-08-17 | 5 | -0/+9 |
| | | |||||
| * | Update _clone protocol for immutable rdatasets. | Bob Halley | 2020-08-17 | 1 | -0/+9 |
| | | |||||
| * | Add tests of IPv4/IPv6 address parsing. | Brian Wellington | 2020-08-14 | 1 | -0/+567 |
| | | |||||
| * | test name pickling | Bob Halley | 2020-08-13 | 1 | -0/+7 |
| | | |||||
| * | Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed(). | Bob Halley | 2020-08-13 | 1 | -0/+93 |
| | | |||||
| * | set_serial() -> update_serial() | Bob Halley | 2020-08-13 | 1 | -12/+18 |
| | | |||||
| * | If we rollback a write, release the write txn and wake someone up. | Bob Halley | 2020-08-12 | 1 | -1/+43 |
| | | | | | | | Don't allow pruning to prune any version >= the version of an active reader. (This isn't a bug fix as the reader was safe before, but this ensures that the reader can open a successor version if needed.) | ||||
| * | hide versions | Bob Halley | 2020-08-11 | 1 | -6/+8 |
| | | |||||
| * | open versions by id or serial; cleanups | Bob Halley | 2020-08-11 | 1 | -4/+12 |
| | | |||||
| * | Transaction support. | Bob Halley | 2020-08-10 | 3 | -7/+607 |
| | | |||||
| * | detect escapes > 255 | Bob Halley | 2020-08-10 | 2 | -0/+10 |
| | | |||||
| * | detect various bad ttls | Bob Halley | 2020-08-10 | 1 | -0/+12 |
| | | |||||
| * | Adds support for reading TSIG text format. | Brian Wellington | 2020-08-10 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | | | Implements from_text for the TSIG record type, and clean up some other things. Fixes the text format to emit fields in the right order; fudge and time_signed were reversed. This also matches BIND's output format now. Add get_uint48() to the tokenizer, so that from_text() can use it. Add get_uint48() to the wire parser, and use it in from_wire, for consistency. Change dns.tsig.sign() to use rdata.replace() rather than constructing a new TSIG record manually; this couldn't be done before, because replace() uses text format for validation. | ||||
| * | Update SVCB tests. | Brian Wellington | 2020-08-10 | 1 | -29/+52 |
| | | | | | | This adds a few more test cases, and reorders tests / test cases for consistency. | ||||
| * | Add support for new TSIG algorithms. | Brian Wellington | 2020-08-10 | 1 | -0/+19 |
| | | | | | | | This adds support for the hmac-sha256-128, hmac-sha384-192, and hmac-sha512-256 truncated algorithms. This also reorders some of the declarations in the TSIG code. | ||||
| * | Simplify $GENERATE range code, add some error checks, and increase test ↵ | Bob Halley | 2020-08-08 | 1 | -6/+8 |
| | | | | | coverage. | ||||
| * | Merge pull request #530 from nrhall/nrhall-gss-tsig-changes | Bob Halley | 2020-08-08 | 2 | -1/+246 |
| |\ | | | | | Add support for gss-tsig and TKEY records to support GSSAPI authentication | ||||
| | * | Support callable() TSIG keyrings for use-cases like GSSTSig. | Nick Hall | 2020-08-08 | 1 | -14/+69 |
| | | | |||||
| | * | Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ↵ | Nick Hall | 2020-08-08 | 1 | -5/+4 |
| | | | | | | | | | or not" wrapper functions to just call the class methods | ||||
| | * | add additional test case with a request/response TSIG | Nick Hall | 2020-08-08 | 1 | -0/+10 |
| | | | |||||
| | * | Add a number of additional tests to improve TSIG test coverage relating | Nick Hall | 2020-08-08 | 1 | -3/+64 |
| | | | | | | | | | to gss-tsig change and some associated refactoring. | ||||
| | * | Add gss-tsig support to dnspython | Nick Hall | 2020-08-08 | 1 | -2/+26 |
| | | | |||||
| | * | Add support for TKEY RR type | Nick Hall | 2020-08-08 | 1 | -0/+96 |
| | | | |||||
| * | | Make SVCB and HTTPS immutable. | Bob Halley | 2020-08-08 | 1 | -0/+11 |
| | | | |||||
| * | | Add immutable module. | Bob Halley | 2020-08-08 | 1 | -0/+40 |
| | | | |||||
| * | | Merge pull request #568 from rthalley/svcb | Bob Halley | 2020-08-07 | 5 | -0/+289 |
| |\ \ | |/ |/| | SVCB and HTTPS support | ||||
| | * | SVCB and HTTPS support | Bob Halley | 2020-08-07 | 5 | -0/+289 |
| | | | |||||
| * | | Remove duplicates in the ISDN sample data. | Brian Wellington | 2020-08-06 | 1 | -2/+2 |
| |/ | |||||
