JINMEI Tatuya
|
bf32527a31
cleanups:
|
15 years ago |
JINMEI Tatuya
|
4678cedc9f
cleanups
|
15 years ago |
JINMEI Tatuya
|
d8a28660b6
hide UNUSED_PARAM attributes in .cc, not .h as it wouldn't be good to
|
15 years ago |
Evan Hunt
|
e36f01f6b8
- only add NSEC/NSEC3 when DNSSEC was requested
|
15 years ago |
Evan Hunt
|
6c90f779a9
Fixed unit tests for NSEC/NSEC3 in the wildcard case. (They were based
|
15 years ago |
Evan Hunt
|
1e1f5433fa
Correctly handle NSEC and NSEC3 responses when answering with a
|
15 years ago |
Evan Hunt
|
150e7028d7
- query for ./DS no longer tries to find the parent of .
|
15 years ago |
JINMEI Tatuya
|
dd57e92f92
avoid using RRsetList::operator[] because it implicitly (and naively) assumes
|
15 years ago |
JINMEI Tatuya
|
461d4abe80
handle class ANY query correctly (ticket #80)
|
15 years ago |
JINMEI Tatuya
|
a1caa93a25
changed the types of QueryTask::qclass/qtype/section from reference to real
|
15 years ago |
Evan Hunt
|
ed1cad6d80
Handle NSEC queries at zone cut correctly, and add a unit test
|
15 years ago |
Evan Hunt
|
943f1cdb07
- handle wildcard queries correctly when there is no data of the requested type
|
15 years ago |
JINMEI Tatuya
|
e2757e289a
cleanup: removed unused "Query" parameter from various data source methods
|
15 years ago |
JINMEI Tatuya
|
f755e4a8ac
cleanup: purged really unused function parameters
|
15 years ago |
Evan Hunt
|
cd83054cc5
Limit CNAME chains to 16, to avoid the possibility of an infinite CNAME loop
|
15 years ago |
Evan Hunt
|
6158183789
Refuse queries for RRSIG
|
15 years ago |
Jelte Jansen
|
784ae3c558
make auth_srv use the Auth/database_file setting
|
15 years ago |
Evan Hunt
|
cc1498e0cf
specify query class when calling findClosestEnclosure(), so that we can
|
15 years ago |
Evan Hunt
|
657e6a2997
- fixed a compile bug in code I accidentally committed earlier
|
15 years ago |
Evan Hunt
|
7ca848e3c5
Corrected NSEC3 logic. When returning NXDOMAIN for a node that isn't
|
15 years ago |
Evan Hunt
|
e9d6bcdabd
cleaned up nsec3 code a bit
|
15 years ago |
JINMEI Tatuya
|
9857db0468
s/dns_throw/isc_throw/
|
15 years ago |
JINMEI Tatuya
|
8fc0dcd4e1
fixed an exception-unsafe bug:
|
15 years ago |
Evan Hunt
|
62b5df9b65
- added a unit test for Nsec3Param.getHash()
|
15 years ago |
Evan Hunt
|
575c53af14
- add NSEC3 loadzone test data
|
15 years ago |
Evan Hunt
|
67801f23d6
checkpoint:
|
15 years ago |
Evan Hunt
|
ff0e672d4a
- NS records for queries on subzone/NS were going in the answer section
|
15 years ago |
Evan Hunt
|
dcf1ea7bd5
oops, left in a temporary debugging change
|
15 years ago |
Evan Hunt
|
3fc02b1b41
- AA flag was being incorrectly set on queries for subzone/NS
|
15 years ago |
Evan Hunt
|
cc884a66e8
checkpoint:
|
15 years ago |