mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
b24b0f2312ce99cba4af8456179c712d5cc0fe9d
This fixes lettuce failure: Scenario: Delegation query for unsigned child zone # features/queries.feature:106 Given I have bind10 running with configuration example.org.inmem.config # features/terrain/bind10_control.py:107 + And wait for bind10 stderr message AUTH_SERVER_STARTED # features/terrain/steps.py:34 A dnssec query for www.sub.example.org type AAAA should have rcode NOERROR # features/terrain/querying.py:204 Traceback (most recent call last): File "/usr/pkg/lib/python2.6/site-packages/lettuce/core.py", line 117, in __call__ ret = self.function(self.step, *args, **kw) File "/home/reed/work/isc/bind10/git/bind10-CLEAN/tests/lettuce/features/terrain/querying.py", line 240, in query "Expected: " + rcode + ", got " + query_result.rcode AssertionError: Expected: NOERROR, got NO_ANSWER This was discussed on jabber. (Maybe the cmdctl check is not needed, but shouldn't hurt either.)
This is the source for the development version of BIND 10. BIND is the popular implementation of a DNS server, developer interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9. BIND 10 is written in C++ and Python and provides a modular environment for serving, maintaining, and developing DNS. BIND10-devel is new development leading up to the production BIND 10 release. It contains prototype code and experimental interfaces. Nevertheless it is ready to use now for testing the new BIND 10 infrastructure ideas. The Year 3 goals of the five year plan are described here: http://bind10.isc.org/wiki/Year3Goals This release includes the bind10 master process, b10-msgq message bus, b10-auth authoritative DNS server (with SQLite3 and in-memory backends), b10-resolver recursive or forwarding DNS server, b10-cmdctl remote control daemon, b10-cfgmgr configuration manager, b10-xfrin AXFR inbound service, b10-xfrout outgoing AXFR service, b10-zonemgr secondary manager, b10-stats statistics collection and reporting daemon, b10-stats-httpd for HTTP access to XML-formatted stats, b10-host DNS lookup utility, and a new libdns++ library for C++ with a python wrapper. BIND 10 also provides experimental DHCPv4 and DHCPv6 servers, b10-dhcp4 and b10-dhcp6, a portable DHCP library, libdhcp++, and a DHCP benchmarking tool, perfdhcp. Documentation is included with the source. See doc/guide/bind10-guide.txt (or bind10-guide.html) for installation instructions. The documentation is also available via the BIND 10 website at http://bind10.isc.org/ The latest released source tar file may be downloaded from: ftp://ftp.isc.org/isc/bind10/ Users and developers are encouraged to participate on the BIND 10 mailing lists: https://lists.isc.org/mailman/listinfo/bind10-users https://lists.isc.org/mailman/listinfo/bind10-dev Bugs may be reported as tickets via the developers website: http://bind10.isc.org/ Simple build and installation instructions: ./configure make make install If building from Git repository, run: autoreconf --install before running ./configure See the Guide for detailed installation directions at doc/guide/bind10-guide.txt. For operating system specific tips see the wiki at: http://bind10.isc.org/wiki/SystemSpecificNotes Please see the wiki and the doc/ directory for various documentation.
Description
Languages
C++
94.1%
Shell
3.4%
PLpgSQL
0.7%
LLVM
0.6%
Meson
0.6%
Other
0.6%