summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY
Commit message (Expand)AuthorAgeFilesLines
* Fix default size, horizontal and vertical precition values for LOC records.Petr Spacek2014-01-211-7/+15
* Add TLSA (RFC 6698) record typePieter Lexis2012-09-222-0/+90
* Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-281-2/+4
* allow whitespace in SSHFP fingerprintsBob Halley2012-04-071-2/+9
* update copyrightsBob Halley2011-05-1227-27/+27
* use // divisionBob Halley2011-05-032-2/+2
* remove old DNSSEC typesBob Halley2011-04-056-172/+211
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-0512-39/+39
* add missing "import struct"Bob Halley2011-03-241-0/+2
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-092-14/+16
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-146-33/+27
* update copyrights for 2010Bob Halley2010-01-1330-30/+30
* handle escapes outside of names when reading text formatBob Halley2010-01-125-7/+7
* make a proper token object to facilitate future tokenization workBob Halley2010-01-127-52/+51
* Add to_digestable() methods to rdata classesBob Halley2009-06-197-18/+38
* Do not compress names in HIP RRsBob Halley2009-06-191-1/+1
* Add HIP RR typeBob Halley2009-06-192-0/+141
* Add DLV supportBob Halley2009-06-183-76/+25
* Add DNSSEC constantsBob Halley2009-06-182-0/+11
* update copyrightsBob Halley2009-06-1828-28/+28
* Add NSEC3PARAM supportBob Halley2009-06-182-0/+89
* do not import dns.nameBob Halley2009-06-181-1/+0
* Add NSEC3 supportBob Halley2009-06-182-0/+178
* Fix NSEC.to_text()Bob Halley2009-06-171-2/+3
* allow multiple chunks in DS RR Base64Bob Halley2008-10-161-6/+13
* update copyrights for 2007Bob Halley2007-01-0126-26/+26
* alphabetize; add SPFBob Halley2006-11-031-4/+5
* doc fixBob Halley2006-10-161-2/+2
* add RFC referenceBob Halley2006-06-221-2/+4
* SPF rdata typeBob Halley2006-06-221-0/+20
* add SPF supportBob Halley2006-06-211-71/+5
* allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)Bob Halley2006-01-101-4/+4
* float_latitude and float_longitude returned the wrong sign on valuesBob Halley2005-12-191-1/+1
* fix stuff pyflakes foundBob Halley2005-10-315-8/+0
* remove .arch-idsBob Halley2005-09-0226-26/+0
* update copyrightsBob Halley2005-09-0225-25/+25
* Do not reject unquoted TXT RR values The masterfile parser incorrectlyBob Halley2005-09-021-2/+3
* disallow types-by-number in NSEC; update ChangeLog and READMEBob Halley2005-09-021-4/+1
* remove cvs $Id$ tagsBob Halley2005-09-0225-50/+0
* parse LOC milliseconds correctlyBob Halley2005-09-021-2/+34
* add SSHFP to __init__.pyBob Halley2005-09-021-0/+1
* it helps if you add the SSHFP.py file tooBob Halley2005-09-022-0/+80
* initial importBob Halley2005-09-0249-0/+1827