JINMEI Tatuya
|
071aa1fbad
added data source unit tests (so far major cases only)
|
15 years ago |
Jeremy C. Reed
|
67ceab04f4
Don't need to make b10-loadzone executable. It already is.
|
15 years ago |
Evan Hunt
|
ff0e672d4a
- NS records for queries on subzone/NS were going in the answer section
|
15 years ago |
Evan Hunt
|
98062144f4
Merged b10-loadzone command
|
15 years ago |
JINMEI Tatuya
|
74ca7ec8a1
revised the comment for the previous change using a wellknown idiom.
|
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 |
Jeremy C. Reed
|
f6b56b4754
Add minimum version of sqlite3.
|
15 years ago |
JINMEI Tatuya
|
79b6ac0c22
harked back to the simple hardcoding initialization for the digitvalue and
|
15 years ago |
Jeremy C. Reed
|
8b7224c5d5
Remove AC_PROG_RANLIB since is obsolete when using AC_PROG_LIBTOOL.
|
15 years ago |
JINMEI Tatuya
|
a899152754
- corrected the condition for the case of !-4
|
15 years ago |
Jeremy C. Reed
|
7e9e13dad2
Include <netinet/in.h> for IPPROTO_UDP.
|
15 years ago |
Evan Hunt
|
3d53e9c286
- set IPV6_V6ONLY socket option
|
15 years ago |
JINMEI Tatuya
|
95a8834341
made the auth server dual-stack (kind of quick hack)
|
15 years ago |
JINMEI Tatuya
|
8430ef5fd1
define TestDataSrc::init() to avoid initialization ordering problems
|
15 years ago |
JINMEI Tatuya
|
73ed77244d
- don't try loading nsec tables yet (as tools are not publicly available)
|
15 years ago |
Evan Hunt
|
cc884a66e8
checkpoint:
|
15 years ago |
Evan Hunt
|
5fd4500eb8
Merge base32, sha1, and NSEC3/NSEC3PARAM rdata implementations to trunk
|
15 years ago |
JINMEI Tatuya
|
68eab3b157
an additional test case for CNAME loops
|
15 years ago |
JINMEI Tatuya
|
f63c6c7087
moved private member variables to .cc to reduce header file dependency
|
15 years ago |
JINMEI Tatuya
|
244fb8ed70
simplified test code (no logic change)
|
15 years ago |
JINMEI Tatuya
|
2c8d432628
cleanup: removed intermediate try-catch. this might be a bit controversial,
|
15 years ago |
Jeremy C. Reed
|
2e119c7e22
Restructure trunk again.
|
15 years ago |
JINMEI Tatuya
|
3e248e341b
- made AuthSrv construction exception-safe
|
15 years ago |
JINMEI Tatuya
|
9ca9eee096
overall cleanup:
|
15 years ago |
Jeremy C. Reed
|
ced4682b46
Remove parkinglot again. I thought I removed it in revision 784.
|
15 years ago |
JINMEI Tatuya
|
1add5d52d8
fixed memory leak for QueryTask::zone
|
15 years ago |
Jeremy C. Reed
|
3ac7cb156e
Beginning of admin and reference guide.
|
15 years ago |
JINMEI Tatuya
|
7ec9d71076
overall cleanup for the data source code, phase 1.
|
15 years ago |
JINMEI Tatuya
|
04b8a4fc38
editorial fix to a comment
|
15 years ago |