summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow zone origin to be specified as a string.Bob Halley2016-05-081-0/+11
* test: I believe this ip to be legitimateArthur Gautier2016-04-211-1/+1
* test: incorrect test relying on type comparisonArthur Gautier2016-04-211-3/+0
* python3 supportArthur Gautier2016-04-2112-250/+271
* Adds tox and coverage.pyArthur Gautier2016-04-2121-22/+85
* setup.py: use setuptools instead of distutilsArthur Gautier2016-03-301-0/+0
* exit with non-zero status on failureBob Halley2016-01-081-1/+2
* Add support for EUI48 and EUI64 RR typesPetr Spacek2015-12-031-0/+223
* Add support for CDNSKEY record typeJan Vcelak2015-10-314-0/+9
* Add support for CDS record typeJan Vcelak2015-10-314-0/+4
* Fix CAA from_wire()Bob Halley2015-06-131-0/+13
* Test new DNSException behavior.Petr Spacek2015-03-251-0/+24
* Add URI RR to test data.Bob Halley2015-03-214-0/+4
* Merge pull request #87 from ThomasWaldmann/masterBob Halley2015-02-262-0/+43
|\
| * fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41Thomas Waldmann2015-02-242-0/+43
* | Add tests for str() handling in DNSException.Petr Spacek2015-02-121-0/+38
|/
* Add CAA.Bob Halley2014-09-044-0/+24
* Add dns.zone.to_text() convenience method.Bob Halley2014-06-212-0/+131
* Fix exception when reading from a masterfile.Bob Halley2014-06-211-1/+10
* Merge pull request #71 from spacekpe/DNSKEY.flags_to_text_setBob Halley2014-06-191-0/+68
|\
| * Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-06-161-0/+68
* | Allow empty APL RR.Bob Halley2014-06-181-0/+7
|/
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-312-2/+15
* overhaul test systemBob Halley2014-05-3119-6/+25
* Merge pull request #48 from spacekpe/loc-fixBob Halley2014-01-221-0/+68
|\
| * test size, vertical and horizontal precision values in LOC recordsPetr Spacek2014-01-211-0/+68
* | Skip DNSSEC ECDSA tests if there is no python ecdsa package.Petr Spacek2014-01-211-0/+8
|/
* Preliminary Elliptic Curve DNSSEC Validation (requires ecdsa module)Bob Halley2013-09-211-0/+55
* Preserve Python 2.4 compatibility.Jeffrey C. Ollie2013-07-081-3/+3
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-261-0/+6
* Merge pull request #16 from uberj/generate4Bob Halley2013-03-312-0/+594
|\
| * This patch adds the ability to parse '$GENERATE' statements. See tests for ex...uberj2012-09-212-0/+594
* | Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)James Dempsey2013-03-281-0/+10
* | Add TLSA (RFC 6698) record typePieter Lexis2012-09-223-0/+9
* | Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-281-0/+5
|/
* add some LRUCache testsBob Halley2011-08-291-0/+57
* more v6 strictness; more unit testsBob Halley2011-07-122-30/+71
* update copyrightsBob Halley2011-05-1215-15/+15
* remove old DNSSEC typesBob Halley2011-04-053-36/+23
* Fix DNSSEC imports, again!v1.9.2Bob Halley2010-11-231-1/+0
* Fix namespace contamination issue that broke DSA validationv1.9.1Bob Halley2010-11-221-5/+51
* remove debugging printBob Halley2010-11-201-1/+0
* remove cut-and-paste remnantBob Halley2010-11-201-3/+0
* test dnssec validatorBob Halley2010-11-201-0/+105
* add poll() support; bump version to 1.9.0Bob Halley2010-10-271-1/+23
* test that escapes of non-digits work correctlyBob Halley2010-01-131-0/+10
* update copyrights for 2010Bob Halley2010-01-1314-14/+14
* actually set has_escape correctly when building tokens with escapesBob Halley2010-01-121-12/+2
* handle escapes outside of names when reading text formatBob Halley2010-01-121-1/+21
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-50/+45