JINMEI Tatuya
|
833d7f652d
added new tests (incomplete) for the Sqlite3 data source
|
15 years ago |
JINMEI Tatuya
|
633ac6d3b6
consistency and style fixes
|
15 years ago |
JINMEI Tatuya
|
6fc524ce75
disable checking the rhash column (missing commit?)
|
15 years ago |
JINMEI Tatuya
|
fd4dcf08b9
- allow the Sqlite3 data source to init itself with a non default DB file
|
15 years ago |
Evan Hunt
|
483bf3a2be
- load NSEC3 records and associated RRSIGs into the nsec3 table
|
15 years ago |
Evan Hunt
|
17519890c6
oops, I broke the nsec3param unit test. fixed.
|
15 years ago |
Evan Hunt
|
67801f23d6
checkpoint:
|
15 years ago |
JINMEI Tatuya
|
4ef47c4cb3
added some more tests for static data source
|
15 years ago |
JINMEI Tatuya
|
7b1d08acf1
used pimpl + in-class static data approach instead of relying on non local
|
15 years ago |
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 |