haikuo zhang
|
94793e41d9
[1579] If nsec and nsec3 coexist in zone, find function and findAll
|
13 years ago |
JINMEI Tatuya
|
dfd2aeefef
[1579] more editorial and style (guideline) fixes
|
13 years ago |
JINMEI Tatuya
|
8c55200c17
[1579] constified is_nsec3
|
13 years ago |
JINMEI Tatuya
|
ae40f56b7e
[1579] suggested change for an awkward comment line:
|
13 years ago |
JINMEI Tatuya
|
dd8d9d4ab3
[1579] editorial: removed spaces at EOL; folded long lines, () after return.
|
13 years ago |
haikuo zhang
|
29e01b55a5
[1579] adjust codes after discussion with jinmei. append more unit
|
13 years ago |
JINMEI Tatuya
|
c96ac865ac
[1579] some trivial editorial/style fixes
|
13 years ago |
haikuo zhang
|
0b1b0da6ff
[1579] add RESULT_NSEC3_SIGNED flag if the zone is signed using nsec3 in
|
13 years ago |
JINMEI Tatuya
|
510292e639
[1607] corrected indentation
|
13 years ago |
JINMEI Tatuya
|
b2e7f7e47b
[1607] supported type ANY query case.
|
13 years ago |
JINMEI Tatuya
|
a74802e842
[1607] a small extension: Context now takes the finder and the original find
|
13 years ago |
JINMEI Tatuya
|
bb4cc9928f
[1607] initial refactoring: change FindResult to Finder::Context and use
|
13 years ago |
Stephen Morris
|
6afe3a0422
[1604b] Make (Const)RRsetPtr point to an AbstractRRset
|
13 years ago |
JINMEI Tatuya
|
470359f0cf
[1611] added a note about how to identify whether zone is signed with NSEC(3)
|
13 years ago |
JINMEI Tatuya
|
2e0fd5445e
[1611] updated the database zonefinder implementation to use new FindResult.
|
13 years ago |
JINMEI Tatuya
|
3dabb15d73
[1431] canceled the idea of passing RRsetPtr as a hint for findNSEC3() for now.
|
13 years ago |
JINMEI Tatuya
|
8854cf0ab6
[1431] further updated the interface: allow findNSEC3() to have optional
|
13 years ago |
JINMEI Tatuya
|
80f19c3152
[1431] implemented FindNSEC3() for MockZoneFinder used in auth Query tests.
|
13 years ago |
JINMEI Tatuya
|
0e93f4c179
[1431] defined the interface of findNSEC3 and provided minimal implementation
|
13 years ago |
JINMEI Tatuya
|
4acc56d228
[1430] (unrelated cleanup) avoid calling getLabelCount() multiple times
|
13 years ago |
JINMEI Tatuya
|
ad1a5ee64e
[1430] make sure that out-of-zone qname results in NXDOMAIN for find()
|
13 years ago |
Michal 'vorner' Vaner
|
a47f01b6c8
Merge #1483
|
13 years ago |
Stephen Morris
|
ee21a81dbc
Merge branch 'master' into trac1470
|
13 years ago |
Michal 'vorner' Vaner
|
86b08bc45b
[1483] Logging for any queries
|
13 years ago |
Michal 'vorner' Vaner
|
0d0b9b0ebe
[1483] Enable any mode on getRRsets
|
13 years ago |
Michal 'vorner' Vaner
|
d254b32969
Merge branch 'master' into #1483
|
13 years ago |
Jeremy C. Reed
|
4d9485ae50
[master] whitespace police
|
13 years ago |
Michal 'vorner' Vaner
|
7ffef24a48
[1483] Protect the method by exception
|
13 years ago |
Michal 'vorner' Vaner
|
b2da8d97a3
[1483] Implement findAll on database
|
13 years ago |
Stephen Morris
|
f1f4ce3e30
[1470] replaced shared_ptr by boost::shared_ptr
|
13 years ago |