Aucune description

Tomek Mrugalski d82df10e19 Merge branch 'trac1237' il y a 13 ans
compatcheck ec1cc2b4be [master] typo il y a 13 ans
doc b86fdfc832 [master] Merge branch 'trac1452' il y a 13 ans
ext 6300d968db [trac1155] a comment about <cstring> and strerror() added il y a 13 ans
src d82df10e19 Merge branch 'trac1237' il y a 13 ans
tests 7017367c11 [master] (urgent care workaround) temporarily stop building perfdhcp, which il y a 13 ans
tools f3db2f5329 [master] used python3 version of print for reorder_message_file.py. il y a 13 ans
AUTHORS bfebabee9a Fix some misspellings. il y a 14 ans
COPYING ebf4a1bb2b added a minimal set to build the package. il y a 15 ans
ChangeLog d82df10e19 Merge branch 'trac1237' il y a 13 ans
INSTALL d151653e75 [master] don't use autoreconf with the tarball il y a 14 ans
Makefile.am 4d3aef6a83 [1404] check the schema version of the SQLite3 data source file il y a 13 ans
NEWS ebf4a1bb2b added a minimal set to build the package. il y a 15 ans
README 337198f6b8 [master] shorten README il y a 13 ans
TODO 025f40af1c [master] add empty TODO il y a 13 ans
configure.ac d82df10e19 Merge branch 'trac1237' il y a 13 ans
depcomp 6deb954c9e missing il y a 15 ans
install-sh ebf4a1bb2b added a minimal set to build the package. il y a 15 ans
missing ebf4a1bb2b added a minimal set to build the package. il y a 15 ans

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 an experimental DHCPv6
echo server, b10-dhcp6.

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.