No Description

Mukund Sivaraman 7d8efaf11c [1892] Add scaffolding check around resource.h 13 years ago
compatcheck 9aa4dd78f5 [324] make sure dbutil is run only when the DB file exists. 13 years ago
doc 5c8bbd7ab6 [1885] Turn off b10-stats-httpd in the default configuration 13 years ago
ext 952cf4c1d9 [master] add boost license used by the external code 13 years ago
m4macros 3055e37cd7 [master] Update .gitignore 13 years ago
src 7d8efaf11c [1892] Add scaffolding check around resource.h 13 years ago
tests bd2568ebde [1856] Use a dummy database_file for lettuce multi_instance test 13 years ago
tools d05c011857 Merge branch 'trac1541' 13 years ago
.gitignore b35f3264ec Update .gitignore files 13 years ago
AUTHORS bfebabee9a Fix some misspellings. 14 years ago
COPYING 277af902ee [master] mention external code using boost license 13 years ago
ChangeLog 5ffee903b4 [1885] Add ChangeLog entry 13 years ago
INSTALL 754a15219e [master] point to text version of guide also 13 years ago
Makefile.am f9d8efd545 [master] Put libtool macros in m4macros/ 13 years ago
NEWS ebf4a1bb2b added a minimal set to build the package. 15 years ago
README 5ebfdae884 [master] mention some dhcp components 13 years ago
TODO 025f40af1c [master] add empty TODO 13 years ago
configure.ac f894ef7422 [1892] Conditionally throw an exception if logger placeholders are not matched 13 years ago
depcomp 6deb954c9e missing 15 years ago
install-sh ebf4a1bb2b added a minimal set to build the package. 15 years ago
missing ebf4a1bb2b added a minimal set to build the package. 15 years ago

README


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.