summaryrefslogtreecommitdiff
path: root/dns/update.py
Commit message (Expand)AuthorAgeFilesLines
* fix case of enum namesconstants2Bob Halley2020-08-031-2/+2
* remove globals() enum updatingBob Halley2020-08-031-2/+0
* add constantsBob Halley2020-08-031-0/+9
* Add dns.tsig.Key class.Brian Wellington2020-07-011-12/+2
* minor (cosmetic) fix to update sectionsNick Hall2020-06-291-3/+3
* Refactor OPT handling code into OPT record class. (#520)Brian Wellington2020-06-261-1/+1
* Simplify code.Brian Wellington2020-06-261-5/+4
* Attempt to refactor per-opcode validation.messageBrian Wellington2020-06-261-9/+16
* basic documentation updates for revised message hierarchyBob Halley2020-06-261-0/+3
* new message class hierarchy and conversion of wire and text readersBob Halley2020-06-251-25/+28
* set update section globals for convenience; fix formattingBob Halley2020-06-251-0/+2
* make sections a list; propertize question, answer, etc.Bob Halley2020-06-251-11/+39
* section enumsBob Halley2020-06-251-0/+10
* Minor Python 3 cleanups.Brian Wellington2020-06-031-2/+2
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-211-5/+5
* Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-181-13/+5
* in doco, text->str, binary->bytesBob Halley2020-05-081-3/+3
* Remove _compat module.Bob Halley2018-12-091-11/+10
* update copyrightBob Halley2018-12-011-0/+2
* doco UpdateBob Halley2017-01-151-33/+61
* python3 supportArthur Gautier2016-04-211-37/+41
* Unicode support bugfixruohan.chen2015-12-121-2/+2
* update copyrightsBob Halley2011-05-121-1/+1
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-171-3/+3
* add constants for TSIG algorithmsBob Halley2010-10-171-1/+5
* The TSIG algorithm was being passed to use_tsig() incorrectly.Bob Halley2010-03-101-1/+1
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* fix typoBob Halley2009-11-131-1/+1
* add support for more TSIG algorithmsBob Halley2009-11-131-2/+5
* present() did not add a zero TTL if its argument was a single rdataBob Halley2009-11-131-14/+14
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* If the 'zone' parameter to the Update constructor was a name, we erroneouslyBob Halley2006-03-031-2/+0
* Preliminary Unicode supportBob Halley2005-11-131-5/+5
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* we specified dns.rdatatype.NONE instead of dns.rdataclass.NONE in someBob Halley2005-09-021-2/+2
* initial importBob Halley2005-09-021-0/+242