Aucune description

Mukund Sivaraman 49d6a081b5 [2421] Add unit tests for broken zones during configure() il y a 12 ans
compatcheck 380b3e8ec0 [master/1982] append $(DESTDIR) to the paths checked in compatcheck. il y a 13 ans
doc 61d7c3959e Merge branch 'master' into trac2155_2 il y a 12 ans
examples 18520152ce [2356] try -Wl,-R first to make it safer for build-time failure il y a 12 ans
ext 952cf4c1d9 [master] add boost license used by the external code il y a 13 ans
m4macros 3055e37cd7 [master] Update .gitignore il y a 13 ans
src 49d6a081b5 [2421] Add unit tests for broken zones during configure() il y a 12 ans
tests 4bc7823ddb [2421] Check that the load error messages are logged il y a 12 ans
tools d05c011857 Merge branch 'trac1541' il y a 13 ans
.gitignore ecb6a3aad7 [master] Add logger_lockfile to .gitignore il y a 12 ans
AUTHORS 5b0f09471e [1997] Generate the zone file il y a 13 ans
COPYING 277af902ee [master] mention external code using boost license il y a 13 ans
ChangeLog 44da058a8a [master] changelog for #2356 il y a 12 ans
INSTALL b7bff77c9d [master] Add link to system specific install instructions to INSTALL il y a 12 ans
Makefile.am f2b5789e89 [2356] share the rpath m4 function with examples in the top level configure.ac il y a 12 ans
README 101479ef5c [master] mention DHCP more and remove link to old plans il y a 13 ans
configure.ac f2b5789e89 [2356] share the rpath m4 function with examples in the top level configure.ac il y a 12 ans
dns++.pc.in 684119502b [2071] Add b10- prefix inside pkg-config file il y a 12 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 and ISC
DHCP. BIND 10 is written in C++ and Python and provides a modular
environment for serving, maintaining, and developing DNS and DHCP.

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.

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.