summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Implement new inbound xfr design.xfrBob Halley2020-08-215-16/+527
* add effective origin to origin_information()Bob Halley2020-08-203-7/+22
* Txns and txn managers have a single RdataClassBob Halley2020-08-193-43/+38
* rename masterfile to zonefileBob Halley2020-08-198-23/+23
* one import of dns.immutable is enoughBob Halley2020-08-191-1/+0
* Merge branch 'more-immut' into masterBob Halley2020-08-1965-175/+309
|\
| * make name and rdata use the immutable decoratormore-immutBob Halley2020-08-1965-175/+309
* | fix timeout computation in async send_tcp()Bob Halley2020-08-191-1/+1
|/
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-184-20/+43
* node replace_rdataset() should not permit rrsetsBob Halley2020-08-181-0/+4
* Update _clone protocol for immutable rdatasets.Bob Halley2020-08-172-2/+23
* leading single colons are just as bad as trailing onesBob Halley2020-08-141-0/+2
* Handle some invalid IPv6 literals we erroneously allowed.Bob Halley2020-08-141-1/+5
* copy the signature of __init__ tooBob Halley2020-08-132-0/+8
* keep following init protocol for __setstate__ when ancestor is Immutable tooBob Halley2020-08-132-0/+4
* apply the immutable init wrapper to __setstate__ too, if presentBob Halley2020-08-132-0/+13
* set class and module properly for decorated immutable classes.Bob Halley2020-08-132-0/+8
* Do not try to set a future that is already set. [#572]Bob Halley2020-08-131-2/+2
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-133-7/+89
* set_serial() -> update_serial()Bob Halley2020-08-131-7/+21
* If we rollback a write, release the write txn and wake someone up.Bob Halley2020-08-121-12/+46
* hide versionsBob Halley2020-08-111-19/+20
* lintBob Halley2020-08-112-2/+3
* open versions by id or serial; cleanupsBob Halley2020-08-111-23/+52
* remove ImmutableNode from node as it is not used.Bob Halley2020-08-111-30/+0
* Transaction support.Bob Halley2020-08-1011-418/+1512
* detect escapes > 255Bob Halley2020-08-102-3/+12
* detect various bad ttlsBob Halley2020-08-101-2/+7
* Adds support for reading TSIG text format.Brian Wellington2020-08-104-13/+51
* Add support for new TSIG algorithms.Brian Wellington2020-08-101-26/+43
* Fix dns.message.use_tsig().Brian Wellington2020-08-101-3/+4
* Simplify $GENERATE range code, add some error checks, and increase test cover...Bob Halley2020-08-081-12/+12
* lintBob Halley2020-08-081-3/+2
* Merge pull request #530 from nrhall/nrhall-gss-tsig-changesBob Halley2020-08-086-26/+245
|\
| * Support callable() TSIG keyrings for use-cases like GSSTSig.Nick Hall2020-08-082-3/+41
| * Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...Nick Hall2020-08-083-49/+53
| * Add gss-tsig support to dnspythonNick Hall2020-08-082-7/+66
| * Add support for TKEY RR typeNick Hall2020-08-082-0/+118
* | The from_text_list() methods for Rdataset and RRset should allow theBob Halley2020-08-082-4/+24
* | LOC _exponent_of does not need to do division.Bob Halley2020-08-081-5/+1
* | Make SVCB and HTTPS immutable.Bob Halley2020-08-081-17/+28
* | Add immutable module.Bob Halley2020-08-082-15/+66
* | SVCB and HTTPS supportBob Halley2020-08-076-2/+543
|/
* lintBob Halley2020-08-047-4/+16
* LOC with version not 0 is a FORMERRBob Halley2020-08-041-0/+2
* Merge pull request #562 from nrhall/nrhall-message-patchBob Halley2020-08-041-1/+4
|\
| * expose set_rcode in MessageNick Hall2020-07-311-1/+4
* | fix case of enum namesconstants2Bob Halley2020-08-0310-22/+22
* | remove globals() enum updatingBob Halley2020-08-0310-20/+0
* | add constantsBob Halley2020-08-0310-0/+209