All rdata comparsion now uses the digestable form.
[third_party/dnspython] / dns /
2014-09-04 Bob HalleyAll rdata comparsion now uses the digestable form. master
2014-09-04 Bob HalleyAdd CAA.
2014-09-01 Bob HalleyPrep 1.12.0 v1.12.0
2014-07-24 Bob HalleyCope with 64-bit Python on Windows passing the wrong...
2014-07-16 Bob HalleyMerge pull request #76 from bastiak/master
2014-07-16 Martin BastiNSEC3PARAM should allow only 4 parts of data
2014-06-21 Bob HalleyAdd ChangeLog entry for resolver.rotate
2014-06-21 Bob HalleyMerge pull request #58 from underrun/options_rotate
2014-06-21 Bob HalleyAdd dns.zone.to_text() convenience method.
2014-06-21 Bob HalleyFix exception when reading from a masterfile.
2014-06-19 Bob HalleyFix relativization in RRSIG to_text()
2014-06-19 Bob HalleyIn _escapify, rename whitespaces_only to unicode_mode
2014-06-19 Bob HalleyMerge pull request #67 from bastiak/master
2014-06-19 Bob HalleyMerge pull request #71 from spacekpe/DNSKEY.flags_to_te...
2014-06-18 Bob HalleyAllow empty APL RR.
2014-06-16 Petr SpacekAdd dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and...
2014-05-31 Bob HalleyAdd dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4...
2014-05-31 Bob Halleyoverhaul test system
2014-05-05 Batch Useradd options rotate handling
2014-04-15 Martin BastiFix improper escaping in Name.to_unicode() method
2014-04-11 Bob HalleyDo not put back an unescaped token.
2014-04-04 Bob HalleyResponses to messages signed with TSIG were broken.
2014-03-14 Bob HalleyMerge pull request #57 from bastiak/master
2014-03-03 Bob HalleyIn LOC, deal with 0 values for size, horizontal precisi...
2014-02-20 bastiakAllows to copy dns.name.Name objects
2014-01-22 Bob HalleyMerge pull request #48 from spacekpe/loc-fix
2014-01-21 Petr SpacekFix vertical precision parsing for LOC records.
2014-01-21 Petr SpacekFix default size, horizontal and vertical precition...
2013-12-11 Bob HalleyFix problems with the IXFR state machine which caused...
2013-09-21 Bob HalleyPreliminary Elliptic Curve DNSSEC Validation (requires...
2013-09-02 Bob Halleyprep 1.11.1 v1.11.1
2013-09-01 Bob HalleyMerge pull request #36 from wangwang/fix-dns.name.to_te...
2013-08-30 wangwangFix bug: module dns.name has no attribution .to_text...
2013-08-26 Bob HalleyMake multi-message TSIGs compute correctly for algorith...
2013-08-09 Bob HalleyMerge pull request #32 from andreif/patch-1
2013-08-03 Andrei FokauFix variable name in dnssec._find_candidate_keys
2013-07-17 Bob Halleyretry_servfail -> self.retry_servfail
2013-07-07 Bob Halleyfix doco v1.11.0
2013-06-30 Bob Halleyprep 1.11
2013-05-30 Bob Halleyfix typo
2013-04-28 Bob HalleyDo not add items with offsets >= 2^14 to the compressio...
2013-04-26 Bob HalleyIn dns.ipv6.inet_ntoa(), do not use :: to shorten just...
2013-03-31 Bob Halleylock caches in case they are shared
2013-03-31 Bob HalleyDo not retry SERVFAILing nameservers by default
2013-03-31 Bob HalleyRaise YXDOMAIN if we see a YXDOMAIN rcode
2013-03-31 Bob Halleydo not print empty rdatasets
2013-03-31 Bob HalleyMerge pull request #16 from uberj/generate4
2013-03-31 Bob HalleyMerge pull request #26 from mmmucky/master
2013-03-27 James DempseyRemove DNSKEY keytag uniqueness assumption (RFC 4034...
2012-09-25 Bob HalleyMerge pull request #14 from sleach/master
2012-09-25 Bob HalleyMerge pull request #17 from pieterlexis/TLSA
2012-09-22 Pieter LexisAdd TLSA (RFC 6698) record type
2012-09-21 uberjThis patch adds the ability to parse '$GENERATE' statem...
2012-08-28 Bob HalleyDo not generate empty NSEC3 bitmap windows
2012-07-16 Sean LeachAdded set_flags method to dns.resolver.Resolver to...
2012-05-31 Bob HalleyMerge pull request #10 from stevetauber/master
2012-05-29 Steve TauberUpdating documentation for dns.query.xfr
2012-05-22 uberjThis patch changes the parser to allow file names used...
2012-05-21 Bob Halleyfix typos
2012-04-08 Bob Halleydoco fixes
2012-04-08 Bob Halleyallow all EDNS parameters to be specifed when making...
2012-04-08 Bob HalleyAdd source_port support to resolver; fix source_port...
2012-04-08 Bob Halleytry TCP if UDP response is truncated
2012-04-07 Bob Halleyadd check_origin parameter to dns.zone.from_xfr()
2012-04-07 Bob Halleyallow whitespace in SSHFP fingerprints
2012-04-07 Bob Halleyraise ValueError if the argument to node.replace_rdatas...
2012-04-07 Bob HalleyMerge pull request #5 from shanehuntley/master
2012-01-30 Shane HuntleyAdd flag to ignore trailing junk in message.
2011-08-24 Bob Halleyadd LRUCache
2011-07-18 Bob Halleydoco
2011-07-13 Bob Halleythe next version will be 1.10.0
2011-07-13 Bob Halleyadd dns.resolver.override_system_resolver() and dns...
2011-07-13 Bob Halleymore v6 strictness; more unit tests
2011-07-13 Bob Halleyincrease IPv4 parsing strictness yet more
2011-07-08 Bob Halleymake IP address parsing stricter
2011-06-11 Bob Halleyfix typo
2011-05-12 Bob Halleyupdate copyrights
2011-05-03 Bob Halleyfix doco typo
2011-05-03 Bob Halleyuse // division
2011-04-05 Bob Halleyremove old DNSSEC types
2011-04-05 Bob Halleydo more careful bounds checking, and if checking fails...
2011-04-05 Bob Halleyincrement version
2011-03-24 Bob Halleyprep 1.9.4 v1.9.4 v1.9.4+readme
2011-03-24 Bob Halleyadd missing "import struct"
2011-03-24 Bob Halleydeal with relative names in _wire_cmp
2011-03-23 Bob Halleyadd canonical_name to Answer()
2011-03-22 Bob HalleyAdd raise_on_no_answer option
2011-02-09 Bob HalleyDnspython was erroneously doing case-insensitive compar...
2010-12-17 Bob Halleyuse is and not == when comparing sections
2010-12-10 Bob Halleydisallow metaqueries in dns.resolver.query()
2010-12-10 Bob Halleyadd a __hash__() method for rdata
2010-12-10 Bob Halleyincrement patch version
2010-11-23 Bob HalleyFix DNSSEC imports, again! v1.9.2
2010-11-22 Bob HalleyFix namespace contamination issue that broke DSA validation v1.9.1
2010-11-20 Bob Halleyconvert to dnspython conventions, support relative...
2010-11-20 Bob Halleycleanup whitespace
2010-11-10 Bob Halleymake hash compatibility handling its own module; add...
2010-10-31 Bob Halleydns.resolver.zone_for_name() would return the wrong...
2010-10-27 Bob Halleyadd poll() support; bump version to 1.9.0
2010-10-17 Bob HalleySet up the TSIG hashes table only once.
next