JINMEI Tatuya
|
5eaa333fe3
[1576] added log messages for findNSEC3
|
il y a 13 ans |
JINMEI Tatuya
|
4f23a482e8
[1576] cleanup: replaced findNSEC3Tmp with the complete findNSEC3.
|
il y a 13 ans |
JINMEI Tatuya
|
88aa930fd6
[1576] covered bogus cases of findNSEC3().
|
il y a 13 ans |
JINMEI Tatuya
|
46232cfc39
[1576] implemented basic part of in-memory version of findNSEC3().
|
il y a 13 ans |
Stephen Morris
|
3071211d2c
[1604b] Merge branch 'master' into trac1604b
|
il y a 13 ans |
JINMEI Tatuya
|
76f823d42a
[master] Merge branch 'trac1551'
|
il y a 13 ans |
JINMEI Tatuya
|
ab457a83d9
[1551] used a function instead of a functor object for "isNotNSEC".
|
il y a 13 ans |
JINMEI Tatuya
|
943206cea9
[1578] fixed typo in comment
|
il y a 13 ans |
JINMEI Tatuya
|
ae0979752f
[1551] used find_if instead of hardcoded conditions to check whether
|
il y a 13 ans |
JINMEI Tatuya
|
4684af80eb
[1578] a bit more comment
|
il y a 13 ans |
JINMEI Tatuya
|
7074f97e8f
[1578] unrelated doc fix: corrected description of MEM_SUPER_STOP log.
|
il y a 13 ans |
JINMEI Tatuya
|
cb79b6fae1
[1578] made sure RESULT_NSEC3_SIGNED is set for NSEC3-signed zone in wildcard
|
il y a 13 ans |
JINMEI Tatuya
|
cccb06b7d9
[1578] set RESULT_NSEC3_SIGNED for negative responses when zone is NSEC3-signed.
|
il y a 13 ans |
JINMEI Tatuya
|
b614d6fb5c
[1578] set RESULT_WILDCARD for wildcard answers to type-any query
|
il y a 13 ans |
JINMEI Tatuya
|
e657a6ace7
[1578] intermediate refactoring: update findAllTest() using rrsetsCheck()
|
il y a 13 ans |
JINMEI Tatuya
|
8080602fae
[1578] set RESULT_WILDCARD for the wildcard + NXRRSET (but name exist) case
|
il y a 13 ans |
JINMEI Tatuya
|
d86d66e6d7
[1578] set RESULT_WILDCARD for the empty wild match case
|
il y a 13 ans |
JINMEI Tatuya
|
ceeb013ba3
[1578] set RESULT_WILDCARD flag for SUCCESS case
|
il y a 13 ans |
JINMEI Tatuya
|
5883a489bd
[1551] same cleanp for the other arg of contextCheck.
|
il y a 13 ans |
JINMEI Tatuya
|
ee5cc69d9e
[1551] an unrelated cleanup: use usual reference rather than reference to shptr
|
il y a 13 ans |
JINMEI Tatuya
|
85c2888f2f
[1551] allow adding NSEC before CNAME for the same name
|
il y a 13 ans |
JINMEI Tatuya
|
d5a8a75cf9
[1551] allow adding NSEC after CNAME for the same name.
|
il y a 13 ans |
JINMEI Tatuya
|
13ef8a1a14
[1574b] used ::toupper instead of a helper functor object with transform().
|
il y a 13 ans |
JINMEI Tatuya
|
8b51e48caf
[1574b] added a comment about why ZoneData::origin_data_ is safe to access
|
il y a 13 ans |
JINMEI Tatuya
|
f2ae6da309
[1574b] fixed typo in comments
|
il y a 13 ans |
Stephen Morris
|
6afe3a0422
[1604b] Make (Const)RRsetPtr point to an AbstractRRset
|
il y a 13 ans |
JINMEI Tatuya
|
bcb041edfb
[1574b] refactoring: move origin_data_ to ZoneData. this will help avoid
|
il y a 13 ans |
JINMEI Tatuya
|
937690e47b
[1574b] added check for the existence of NSEC3PARAM on loading NSEC3-signed zones
|
il y a 13 ans |
JINMEI Tatuya
|
97d02ec04e
[1574b] test the case of adding NSEC3PARAM at non origin
|
il y a 13 ans |
JINMEI Tatuya
|
d17500bf67
[1574b] added check for # of NSEC3 RDATA (only 1 is supported)
|
il y a 13 ans |