summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY/NSEC3PARAM.py
Commit message (Expand)AuthorAgeFilesLines
* finish type constructor type checkingBob Halley2020-08-221-7/+4
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-5/+7
* a way of doing commentscommentsBob Halley2020-07-201-1/+0
* Rework wire format processing.Bob Halley2020-07-021-11/+3
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-1/+1
* checkpoint rdata subclass doc, finally doneBob Halley2020-05-091-10/+1
* Checkpoint immutable rdata.Brian Wellington2020-03-311-6/+6
* Add relativize_to to from_text().Brian Wellington2020-03-181-1/+2
* Remove _compat module.Bob Halley2018-12-091-2/+1
* update copyrightBob Halley2018-12-011-0/+2
* pylint: enable check for trailing newlinesMartin2016-08-311-1/+0
* python3 supportArthur Gautier2016-04-211-15/+22
* All rdata comparsion now uses the digestable form.Bob Halley2014-09-041-7/+0
* NSEC3PARAM should allow only 4 parts of dataMartin Basti2014-07-161-0/+1
* update copyrightsBob Halley2011-05-121-1/+1
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-051-1/+1
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* update copyrightsBob Halley2009-06-181-1/+1
* Add NSEC3PARAM supportBob Halley2009-06-181-0/+88