- 19 Dec, 2012 18 commits
-
-
Jelte Jansen authored
Merge of #2380 missed a couple of cases, and added a few more sleeps to help with background loading checks.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is necessary for distcheck.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it can take time without any feedback while deleting old zone data, so it's probably better to note that explicitly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this seems to be the actual intent of the RFC, and it's compatible with BIND 9, too. This fix will resolve the remaining regression for the old loadzone tests.
-
JINMEI Tatuya authored
see the log for the previous commit for the rationale.
-
JINMEI Tatuya authored
test parameters were adjusted accordingly. there are some non trivial adjustments needed for the 'correct' test cases for the original loadzone: - completing the origin for some RDATA paramaeters (NS, SOA) does not work yet until we complete the RDATA support. At the moment I made them FQDNs with comments - a few TXT data were actually incorrect in the original tests, which caused a seeming regression. I fixed the test data. - there was one real bug in the $INCLUDE + origin support. I'll go fix it; right now it fails The 'error' test cases for the original loadzone also fail, but overall the intended behavior looked preserved. Fixing the tests to make it pass seems to be quite difficult (because log output are different, and the new loadzone ng is more verbose), so I plan to simply remove these tests.
-
Jelte Jansen authored
-
- 18 Dec, 2012 22 commits
-
-
JINMEI Tatuya authored
Value stored to 'opt_len' during its initialization is never read discussed via jabber also use const
-
-
Jeremy C. Reed authored
New feature was added: deleteSubnets4 okayed via jabber.
-
Jelte Jansen authored
-
-
Michal 'vorner' Vaner authored
The $ORIGIN handling. Conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
Michal 'vorner' Vaner authored
It is probably unusual and most probably a typo, resulting in broken zone.
-
Michal 'vorner' Vaner authored
Update the warning message to be usable for this case too. Also, explicitly check and fix lexer again for this case.
-
Mukund Sivaraman authored
OpenBSD, NetBSD and some builds on MacOS don't like it.
-
Mukund Sivaraman authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
Conflicts: src/lib/dns/master_loader.cc
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Fixed conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
JINMEI Tatuya authored
With fixing conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
JINMEI Tatuya authored
This reverts commit 2c50eecd. Conflicts: src/lib/dns/rrcollator.cc src/lib/dns/rrcollator.h
-
JINMEI Tatuya authored
This reverts commit 822fa315.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
-