summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace contamination issue that broke DSA validationv1.9.1Bob Halley2010-11-226-15/+82
* add 1.9.0 release markerv1.9.0Bob Halley2010-11-201-0/+4
* more 1.9 prepBob Halley2010-11-202-1/+3
* update for 1.9Bob Halley2010-11-201-1/+29
* remove debugging printBob Halley2010-11-201-1/+0
* require python 2.4 or laterBob Halley2010-11-201-1/+1
* remove cut-and-paste remnantBob Halley2010-11-201-3/+0
* test dnssec validatorBob Halley2010-11-201-0/+105
* convert to dnspython conventions, support relative and absolute namesBob Halley2010-11-201-32/+138
* cleanup whitespaceBob Halley2010-11-201-7/+7
* note that DNSSEC validation needs PyCryptoBob Halley2010-11-101-2/+2
* make hash compatibility handling its own module; add basic DNSSEC validationBob Halley2010-11-105-60/+268
* add missing creditBob Halley2010-10-311-1/+1
* dns.resolver.zone_for_name() would return the wrong answer sometimes if the r...Bob Halley2010-10-312-5/+13
* Add zonediff.py to examplesBob Halley2010-10-312-0/+277
* add poll() support; bump version to 1.9.0Bob Halley2010-10-275-13/+113
* Set up the TSIG hashes table only once.Bob Halley2010-10-172-30/+48
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-179-24/+28
* add constants for TSIG algorithmsBob Halley2010-10-174-13/+34
* Fix bugs in pre-hashlib compatibility codeBob Halley2010-10-172-4/+5
* Add DNSSEC helpers key_id() and make_ds()Bob Halley2010-10-172-3/+50
* message.py needs to import dns.ednsBob Halley2010-10-172-0/+6
* When initializing an RRset, pass covers to the superclassBob Halley2010-05-042-1/+7
* The TSIG algorithm was being passed to use_tsig() incorrectly.Bob Halley2010-03-103-2/+8
* inc versionBob Halley2010-01-262-2/+2
* add 1.8.0 markerBob Halley2010-01-261-0/+4
* do not build windows exe targetBob Halley2010-01-261-1/+1
* prep for 1.8.0v1.8.0Bob Halley2010-01-251-1/+1
* update for 1.8Bob Halley2010-01-251-0/+7
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-1431-218/+193
* fix docoBob Halley2010-01-131-1/+1
* specify tsig algorithm correctly when passing to use_tsigBob Halley2010-01-131-1/+1
* tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"Bob Halley2010-01-132-23/+30
* test that escapes of non-digits work correctlyBob Halley2010-01-131-0/+10
* Update with recent changesBob Halley2010-01-131-0/+14
* Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...Bob Halley2010-01-131-0/+7
* update copyrights for 2010Bob Halley2010-01-1394-183/+186
* add backwards compatibility for token objectsBob Halley2010-01-131-0/+16
* fix typoBob Halley2010-01-121-1/+1
* fix problems parsing generic rdata after tokenizer changesBob Halley2010-01-121-2/+3
* actually set has_escape correctly when building tokens with escapesBob Halley2010-01-122-13/+3
* handle escapes outside of names when reading text formatBob Halley2010-01-1216-30/+83
* make a proper token object to facilitate future tokenization workBob Halley2010-01-1222-313/+375
* fix typoBob Halley2009-11-131-1/+1
* prep 1.8Bob Halley2009-11-132-3/+29
* add support for more TSIG algorithmsBob Halley2009-11-137-22/+100
* present() did not add a zero TTL if its argument was a single rdataBob Halley2009-11-132-14/+21
* document further entropy fixesBob Halley2009-11-131-0/+5
* ignore test output filesBob Halley2009-11-131-0/+1
* Try using os.urandom() to get the seed.Bob Halley2009-11-131-10/+23