summaryrefslogtreecommitdiff
path: root/dns/transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fixBob Halley2022-01-231-1/+10
* refactor to have a get_node() in the txn APIcname-and-other-dataBob Halley2021-12-021-10/+14
* fix doco errorsBob Halley2021-12-021-2/+2
* infrastructure needed for CNAME-and-other-data check in txnBob Halley2021-12-021-11/+82
* Implement new inbound xfr design.xfrBob Halley2020-08-211-5/+18
* add effective origin to origin_information()Bob Halley2020-08-201-5/+13
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-24/+31
* rename masterfile to zonefileBob Halley2020-08-191-1/+1
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-2/+20
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-131-6/+75
* set_serial() -> update_serial()Bob Halley2020-08-131-7/+21
* Transaction support.Bob Halley2020-08-101-0/+383