summaryrefslogtreecommitdiff
path: root/dns/rdtypes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76 from bastiak/masterBob Halley2014-07-161-0/+1
|\
| * NSEC3PARAM should allow only 4 parts of dataMartin Basti2014-07-161-0/+1
* | Fix relativization in RRSIG to_text()Bob Halley2014-06-191-1/+1
* | Merge pull request #71 from spacekpe/DNSKEY.flags_to_text_setBob Halley2014-06-191-0/+48
|\ \
| * | Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-06-161-0/+48
| |/
* | Allow empty APL RR.Bob Halley2014-06-181-2/+2
|/
* In LOC, deal with 0 values for size, horizontal precision, and vertical preci...Bob Halley2014-03-031-0/+2
* Fix vertical precision parsing for LOC records.Petr Spacek2014-01-211-2/+2
* 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-1245-45/+45
* use // divisionBob Halley2011-05-032-2/+2
* remove old DNSSEC typesBob Halley2011-04-059-478/+211
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-0523-57/+57
* add missing "import struct"Bob Halley2011-03-241-0/+2
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-093-28/+17
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-1411-51/+43
* update copyrights for 2010Bob Halley2010-01-1350-50/+50
* handle escapes outside of names when reading text formatBob Halley2010-01-1213-18/+18
* make a proper token object to facilitate future tokenization workBob Halley2010-01-1217-126/+121
* Fix SRV record comparisonBob Halley2009-07-231-5/+5
* Add to_digestable() methods to rdata classesBob Halley2009-06-199-30/+79
* 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-184-76/+117
* Add DNSSEC constantsBob Halley2009-06-182-0/+11
* update copyrightsBob Halley2009-06-1847-47/+47
* 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
* fix typoBob Halley2007-11-251-1/+1
* fix comparison cut-and-paste errorBob Halley2007-05-251-1/+1
* update copyrights for 2007Bob Halley2007-01-0145-45/+45
* add DHCIDBob Halley2006-11-032-1/+62
* alphabetize; add SPFBob Halley2006-11-031-4/+5
* doc fixBob Halley2006-10-161-2/+2
* add RFC referenceBob Halley2006-06-221-2/+4
* add IPSECKEYBob Halley2006-06-221-0/+160
* SPF rdata typeBob Halley2006-06-221-0/+20
* add SPF supportBob Halley2006-06-212-71/+93
* allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)Bob Halley2006-01-102-5/+5
* float_latitude and float_longitude returned the wrong sign on valuesBob Halley2005-12-191-1/+1
* fix stuff pyflakes foundBob Halley2005-10-3110-17/+0
* remove .arch-idsBob Halley2005-09-0244-44/+0
* update copyrightsBob Halley2005-09-0241-41/+41
* Do not reject unquoted TXT RR values The masterfile parser incorrectlyBob Halley2005-09-021-2/+3