summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some issues with dns.zone.to_file().Bob Halley2014-08-311-1/+1
* pull up unicode escaping changes.Bob Halley2014-08-311-8/+18
* Add dns.zone.to_text() convenience method.Bob Halley2014-08-311-0/+22
* Tweak options rotate.Bob Halley2014-08-311-1/+1
* Pull up fcde73a2b6c323e55eaf74192885b2d4922a719a from dnspython.Bob Halley2014-08-311-0/+1
* add options rotate handlingBatch User2014-08-311-0/+7
* Pull up 42a85bfb058e6d59b7674651c6fba3aebd8a3481 from dnspython.Bob Halley2014-08-311-3/+8
* Allows to copy dns.name.Name objectsbastiak2014-08-311-0/+7
* Fix vertical precision parsing for LOC records.Petr Spacek2014-08-311-2/+2
* Fix default size, horizontal and vertical precition values for LOC records.Petr Spacek2014-08-311-7/+15
* Do not put back an unescaped token.Bob Halley2014-04-111-1/+1
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-042-4/+27
* In LOC, deal with 0 values for size, horizontal precision, and vertical preci...Bob Halley2014-03-031-0/+2
* Remove lingering ord()s from is_multicast()Bob Halley2014-01-101-4/+3
* Fix problems with the IXFR state machine which caused long diffs toBob Halley2013-12-111-5/+12
* prep 1.11.1v1.11.1-py3Bob Halley2013-09-021-1/+1
* Pull up to_text() fix (1835bb9ac96818d983e7caf3218851c758019c0c)Bob Halley2013-09-011-1/+1
* Make multi-message TSIGs compute correctly for algorithms other than MD5Bob Halley2013-08-261-1/+1
* Fix APL trailing zero suppression.Bob Halley2013-08-131-1/+1
* Fix variable name in dnssec._find_candidate_keysBob Halley2013-08-091-2/+2
* retry_servfail -> self.retry_servfailBob Halley2013-07-171-1/+1
* fix docov1.11.0-py3Bob Halley2013-07-071-2/+2
* Add some backwards compatibility to the winreg fixBob Halley2013-07-071-1/+4
* prep 1.11Bob Halley2013-06-301-1/+1
* pull up $GENERATEBob Halley2013-06-302-0/+229
* add set_flags()Bob Halley2013-06-301-0/+12
* Do not insist the filename of a $INCLUDE is quotedBob Halley2013-06-301-2/+0
* Add TLSABob Halley2013-06-302-0/+92
* fix typoBob Halley2013-05-301-1/+1
* Do not add items with offsets >= 2^14 to the compression tableBob Halley2013-04-281-1/+1
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-261-1/+1
* lock caches in case they are sharedBob Halley2013-03-311-49/+80
* Do not retry SERVFAILing nameservers by defaultBob Halley2013-03-311-1/+5
* turn tab into spacesBob Halley2013-03-311-1/+1
* Raise YXDOMAIN if we see a YXDOMAIN rcodeBob Halley2013-03-311-0/+7
* do not print empty rdatasetsBob Halley2013-03-311-1/+2
* Pull up James Dempsey's fix: Remove DNSKEY keytag uniqueness assumption (RFC ...Bob Halley2013-03-311-97/+99
* Fix _winreg renamed to winreg in python 3Christopher Lambacher2012-12-151-1/+1
* Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-281-2/+4
* merge rdclass default value doco fixBob Halley2012-05-311-1/+1
* fix typosBob Halley2012-05-211-3/+3
* Fix python3 port issues with RSA validationBob Halley2012-04-101-7/+7
* doco fixesBob Halley2012-04-087-22/+39
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-081-2/+14
* Add source_port support to resolver; fix source_port in query codeBob Halley2012-04-082-49/+45
* try TCP if UDP response is truncatedBob Halley2012-04-081-0/+18
* add check_origin parameter to dns.zone.from_xfr()Bob Halley2012-04-071-2/+6
* allow whitespace in SSHFP fingerprintsBob Halley2012-04-071-2/+10
* fix python2ismBob Halley2012-04-071-1/+1
* raise ValueError if the argument to node.replace_rdataset() is not an rdatasetBob Halley2012-04-071-0/+2