Add HIP RR type
[third_party/dnspython] / dns /
2009-06-19 Bob HalleyAdd HIP RR type
2009-06-18 Bob HalleyAdd DLV support
2009-06-18 Bob HalleyAdd DNSSEC constants
2009-06-18 Bob HalleyAdd BADTRUNC
2009-06-18 Bob HalleyWhen checking for "same address", use the binary form...
2009-06-18 Bob HalleyAllow a source port to be specified
2009-06-18 Bob Halleyupdate copyrights
2009-06-18 Bob HalleyAdd NSEC3PARAM support
2009-06-18 Bob Halleydo not import dns.name
2009-06-18 Bob HalleyAdd NSEC3 support
2009-06-17 Bob HalleyFix NSEC.to_text()
2009-04-12 Bob HalleyUpdate version to 1.7.0
2009-03-31 Bob Halleyadd more type codes, make NSEC a singleton, fix whitespace
2009-03-30 Bob Halleymake EDNS options comparable
2009-03-30 Bob Halleyadd UDP IXFR support
2009-03-30 Bob Halleydocument options
2009-03-30 Bob Halleyadd one_rr_per_rrset mode switch to methods which parse...
2009-03-30 Bob HalleyEDNS option support
2008-10-16 Bob Halleyallow multiple chunks in DS RR Base64
2008-10-08 Bob Halleyadd entropy module
2008-10-08 Bob Halleyvalidate TSIGs using the absolute name; use new entropy...
2008-06-03 Bob Halleyset_rcode() was broken when used with extended rcodes...
2008-02-06 Bob Halleyin inet_aton(), raise dns.exception.SyntaxError, like...
2008-02-06 Bob Halleyraise an exception if the TSIG error is non-zero
2007-11-25 Bob Halleyfix typo
2007-11-25 Bob HalleyIf select() raises an exception due to EINTR, we should...
2007-06-14 Bob Halleyonly check port on multicast response
2007-06-13 Bob Halleyadd basic multicast support
2007-05-25 Bob Halleyfix comparison cut-and-paste error
2007-03-28 Bob Halleyfix indentation
2007-03-23 Bob Halleyimport dns.rrset, since we use it
2007-02-08 Bob Halleyfind enabled NICs on Windows Vista
2007-01-01 Bob Halleyupdate copyrights for 2007
2006-12-10 Bob Halleyinc version
2006-11-03 Bob Halleyadd DHCID
2006-11-03 Bob Halleyalphabetize; add SPF
2006-11-03 Bob Halleyadd ignore_unexpected option dns.query.udp()
2006-11-01 Bob Halleyinclude more detail when raising UnexpectedSource
2006-10-16 Bob Halleydoc fix
2006-09-25 Bob Halleyprep 1.5
2006-09-22 Bob Halleyadd use_edns parameter to make_query()
2006-09-22 Bob Halleyadd want_dnssec parameter to make_query()
2006-09-22 Bob Halleyadd reasonable defaults for Message.use_edns(); add...
2006-08-17 Bob Halleyif /etc/resolv.conf does not exist, just use the defaul...
2006-08-15 Bob Halleyfix various doco errors (thanks Brian!)
2006-07-27 Bob Halleycall self._config_win32_search() with the right variable
2006-07-20 Bob Halleyimplement more of the sequence protocol in Answer
2006-07-20 Bob Halleyfix IXFR bugs, check more of IXFR for correctness
2006-07-20 Bob Halleydeal with up-to-date
2006-07-20 Bob Halleyadd IXFR support
2006-06-22 Bob Halleyadd RFC reference
2006-06-22 Bob Halleyadd IPSECKEY
2006-06-22 Bob Halleyadd IPSECKEY
2006-06-22 Bob HalleySPF rdata type
2006-06-21 Bob Halleyadd SPF support
2006-04-26 Bob Halleyadd RRset.to_rdataset()
2006-03-28 Bob Halleyadd dns.e164.query()
2006-03-28 Bob Halleyoops
2006-03-27 Bob Halleydon't remove from a list while iterating it
2006-03-17 Bob Halleydo not delay responses for successful queries
2006-03-03 Bob HalleyIf the 'zone' parameter to the Update constructor was...
2006-01-18 Bob Halleyadd rdata validate() method
2006-01-10 Bob Halleyallow BIND 8 TTL syntax in ttl-like places (SOA, SIG...
2006-01-10 Bob HalleyTTLs are now bounds checked to be within the closed...
2006-01-05 Bob Halleyprep 1.4.0
2006-01-04 Bob Halleycope with irritating windows registry list delimiters
2005-12-27 Bob Halleyrename from_text() to from_address(); add to_address()
2005-12-27 Bob Halleyadd E.164 helpers
2005-12-26 Bob Halleygo back to reversename
2005-12-26 Bob Halleyadd reversemap module
2005-12-19 Bob Halleyfloat_latitude and float_longitude returned the wrong...
2005-11-17 Bob HalleyThe 'origin' parameter to from_text() and from_file...
2005-11-17 Bob Halleyallow origin node sanity checks to be disabled
2005-11-13 Bob HalleyPreliminary Unicode support
2005-10-31 Bob Halleyprep 1.3.5
2005-10-31 Bob Halleyfix stuff pyflakes found
2005-10-17 Bob Halleynote need to match relativize between dns.query.xfr...
2005-10-17 Bob Halleyfix doco bugs; note need to match relativize between...
2005-10-17 Bob Halleyfix doco bugs
2005-10-12 Bob HalleyZone.iterate_rdatasets() and Zone.iterate_rdatas()...
2005-10-06 Bob Halleyuse name.parent()
2005-10-06 Bob Halleyadd dns.name.Name.parent()
2005-10-01 Bob Halleyadd dns.resolver.zone_from_name() and .get_default_reso...
2005-09-29 Bob Halleycope if time goes backwards a little bit
2005-09-02 Bob Halleyremove .arch-ids
2005-09-02 Bob Halleyallow source address and port to be specified in query...
2005-09-02 Bob Halleyfix problem throwing FormErr when responding to a response
2005-09-02 Bob HalleyEALREADY is OK too
2005-09-02 Bob Halleyprep 1.3.4
2005-09-02 Bob Halleyimprove documentation of "where" parameter
2005-09-02 Bob Halleytake servers out of the mix based on rcode; add exponen...
2005-09-02 Bob Halleyadd get/del item/slice
2005-09-02 Bob Halleyupdate copyrights
2005-09-02 Bob HalleyDo not reject unquoted TXT RR values The masterfile...
2005-09-02 Bob HalleyAdded make_response() Added make_response(), which...
2005-09-02 Bob Halleydns.zone.from_xfr() in relativization mode incorrectly...
2005-09-02 Bob HalleyThe 'file' parameter to Name.to_wire() is now optional...
2005-09-02 Bob HalleyAdd indexing to Message.find_rrset()
2005-09-02 Bob Halleyinc version number
2005-09-02 Bob Halleymake sending queries via IPv6 work
next