summaryrefslogtreecommitdiff
path: root/src/rfc1035.c
Commit message (Expand)AuthorAgeFilesLines
* Handle domain names with '.' or /000 within labels.v2.73rc5escape_namesSimon Kelley2015-04-211-1/+15
* Fix crash on receipt of certain malformed DNS requests.v2.73rc4Simon Kelley2015-04-091-3/+6
* Allow control characters in names in the cache, handle when logging.Simon Kelley2015-03-291-4/+3
* DNSSEC fix for non-ascii characters in labels.Simon Kelley2015-03-281-2/+3
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Logs for DS records consistent.Simon Kelley2015-01-121-1/+1
* Add --ignore-address option.Glen Huang2014-12-271-0/+37
* Eliminate IPv6 privacy addresses from --interface-name answers.Simon Kelley2014-12-171-7/+10
* Fix bug when resulted in NXDOMAIN answers instead of NODATA.Simon Kelley2014-09-181-1/+6
* Fix ipsets logging patch.v2.69rc4v2.69rc3Simon Kelley2014-03-291-1/+1
* Log IPSET actions.v2.69rc2Wang Jian2014-03-281-1/+4
* Cache stats availble in CHAOS .bind domain.Simon Kelley2014-03-271-3/+13
* Tidy uid defines.Andy2014-03-221-1/+1
* Initialise uid when creating CNAME cache record.Simon Kelley2014-03-201-0/+2
* Handle integer overflow in uid counter. Fixes rare crashes in cache code.Simon Kelley2014-03-161-2/+2
* Can have local DS records (trust anchors).v2.69test11Simon Kelley2014-03-011-1/+1
* Don't cache secure replies which we've messsed with.Simon Kelley2014-03-011-5/+4
* Tweak tuning params.Simon Kelley2014-03-011-1/+1
* Check that unsigned replies come from unsigned zones if --dnssec-check-unsign...Simon Kelley2014-02-281-1/+1
* Negative caching for DS records.Simon Kelley2014-02-271-13/+23
* Strip DNSSEC RRs when query doesn't have DO bit set.Simon Kelley2014-02-251-5/+7
* NSEC3 validation. First pass.Simon Kelley2014-02-231-1/+1
* Use DS records as trust anchors, not DNSKEYs.v2.69test8Simon Kelley2014-02-111-14/+11
* Further tidying of AD and DO bit handling.Simon Kelley2014-02-101-9/+10
* Fix DNSSEC caching problems: incomplete RRSIG RRsets.Simon Kelley2014-02-101-61/+57
* AD bit in queries handled as RFC6840 p5.7Simon Kelley2014-02-061-7/+10
* Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch.Simon Kelley2014-02-061-5/+1
* Make RR work when returning A/AAAA records and an RRSIG.Simon Kelley2014-02-041-21/+22
* Return configured DNSKEYs even though we don't have RRSIGS for them.Simon Kelley2014-02-031-63/+66
* Trivial format fix.Simon Kelley2014-01-271-1/+1
* Don't mark answers as DNSEC validated if DNS-doctored.Simon Kelley2014-01-261-10/+15
* Exclude CRC code in DNSSEC build - replaced with SHA1.Simon Kelley2014-01-261-1/+2
* Get AA flag right in DNSSEC answers from cache.Simon Kelley2014-01-251-1/+7
* RRSIG answer logging.Simon Kelley2014-01-251-5/+14
* --dnssec-debugSimon Kelley2014-01-251-2/+3
* More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEYSimon Kelley2014-01-251-54/+58
* RRSIGS for PTR records from cache.Simon Kelley2014-01-241-35/+70
* Tweak.Simon Kelley2014-01-241-1/+1
* RRSIGs in DS and DNSKEY cached answers.Simon Kelley2014-01-231-43/+66
* More DNSSEC cache readout.Simon Kelley2014-01-231-64/+107
* Compiler warning.Simon Kelley2014-01-231-2/+2
* Caching of DNSSEC records.Simon Kelley2014-01-221-1/+58
* protocol handling for DNSSECSimon Kelley2014-01-141-18/+33
* DNSSEC consolidation.Simon Kelley2014-01-091-1/+1
* AD into cache fixes.Simon Kelley2014-01-081-11/+6
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* First functional DNSSEC - highly alpha.Simon Kelley2014-01-081-7/+31
* backupSimon Kelley2013-12-311-7/+0
* Merge branch 'master' into dnssecSimon Kelley2013-12-181-1/+1
|\
| * Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch.Simon Kelley2013-12-171-1/+1