Commits
DNSKEY.flags_t…
Name already in use
Commits on Jun 16, 2014
-
Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_se…
…t(). Map between DNSKEY RR flags bit array and set of human-readable names.
Commits on May 31, 2014
Commits on Apr 11, 2014
Commits on Apr 4, 2014
Commits on Mar 14, 2014
-
Merge pull request rthalley#57 from bastiak/master
Allows to copy dns.name.Name objects
Commits on Mar 3, 2014
Commits on Feb 20, 2014
Commits on Jan 22, 2014
-
Merge pull request rthalley#48 from spacekpe/loc-fix
Fix issue rthalley#47 - LOC record parsing
-
Merge pull request rthalley#49 from spacekpe/skip-ecdsa-tests
Skip DNSSEC ECDSA tests if there is no python ecdsa package.
Commits on Jan 21, 2014
-
Fix vertical precision parsing for LOC records.
Vertical precision value was ignored if the optional 'm' (unit) was missing at the end of input and rest of the input was ignored.
-
Fix default size, horizontal and vertical precition values for LOC re…
…cords. Default values in RFC 1876 are in meters but the old code used the numerical value as centimeters.
Commits on Dec 11, 2013
-
Fix problems with the IXFR state machine which caused long diffs to
fail. Thanks to James Raftery for the fix and the repeated prodding to get it applied :)
Commits on Sep 21, 2013
Commits on Sep 2, 2013
Commits on Sep 1, 2013
-
Merge pull request rthalley#36 from wangwang/fix-dns.name.to_text-error
Fix bug: module dns.name has no attribution .to_text(); should be <@ nam...
Commits on Aug 30, 2013
Commits on Aug 26, 2013
Commits on Aug 9, 2013
-
Merge pull request rthalley#32 from andreif/patch-1
Fix variable name in dnssec._find_candidate_keys
Commits on Aug 3, 2013
Commits on Jul 17, 2013
Commits on Jul 8, 2013
-
Merge pull request rthalley#29 from jcollie/master
Preserve Python 2.4 compatibility by switching back to the old style string formatting.
-
Preserve Python 2.4 compatibility.
A new style of string formatting was introduced in Python 2.6. Preserve Python 2.4 compatibility by switching back to the old style.