summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove old DNSSEC typesBob Halley2011-04-0512-514/+234
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-0528-59/+124
* increment versionBob Halley2011-04-053-11/+26
* add release markerBob Halley2011-04-051-0/+4
* prep 1.9.4v1.9.4+readmev1.9.4Bob Halley2011-03-243-2/+12
* add missing "import struct"Bob Halley2011-03-241-0/+2
* deal with relative names in _wire_cmpBob Halley2011-03-241-2/+6
* add 1.9.3 release markerBob Halley2011-03-241-0/+4
* prep 1.9.3v1.9.3Bob Halley2011-03-231-1/+23
* add canonical_name to Answer()Bob Halley2011-03-232-4/+9
* Add raise_on_no_answer optionBob Halley2011-03-222-9/+43
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-095-28/+32
* use is and not == when comparing sectionsBob Halley2010-12-172-1/+7
* disallow metaqueries in dns.resolver.query()Bob Halley2010-12-102-0/+10
* add a __hash__() method for rdataBob Halley2010-12-102-0/+8
* increment patch versionBob Halley2010-12-102-2/+2
* Fix DNSSEC imports, again!v1.9.2Bob Halley2010-11-236-6/+26
* fix typoBob Halley2010-11-221-1/+1
* 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