Serveur DNS
Find a file
David Lawrence eb421ff1a1 checkpoint
2000-01-17 18:02:11 +00:00
bin Change destination of generated config file. 2000-01-17 15:12:14 +00:00
doc started a section about chains, documented empty_data_ok for findnode. 2000-01-06 14:47:37 +00:00
lib checkpoint 2000-01-17 18:02:11 +00:00
make start on lwres test code 2000-01-14 20:22:28 +00:00
util also include isc_mem_stats output for allocations with non-0 remaining 2000-01-14 00:33:14 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
acconfig.h check for chroot and linux/capability.h 1999-10-07 19:32:08 +00:00
aclocal.m4 shared library support 1999-07-03 21:07:10 +00:00
config.guess shared library support 1999-07-03 21:07:10 +00:00
config.h.in added HAVE_NETINET6_IN6_H 2000-01-07 02:44:28 +00:00
config.h.win32 basic windows-nt support 2000-01-04 20:31:10 +00:00
config.status.win32 basic windows-nt support 2000-01-04 20:31:10 +00:00
config.sub shared library support 1999-07-03 21:07:10 +00:00
configure start on lwres test code 2000-01-14 20:22:28 +00:00
configure.in start on lwres test code 2000-01-14 20:22:28 +00:00
install-sh BIND9 Pool Creation 1998-12-11 20:10:26 +00:00
ltconfig update to libtool 1.3.3 1999-07-12 21:52:12 +00:00
ltmain.sh update to libtool 1.3.3 1999-07-12 21:52:12 +00:00
Makefile.in make tags in all of bin 1999-07-16 00:48:02 +00:00
README update 1999-12-03 17:05:38 +00:00
TODO added things 1999-11-04 23:13:09 +00:00
version update 1999-12-03 17:05:38 +00:00

BIND 9.0.0 alpha 3


Status

Most of the core technology planned for BIND 9 is in this release.  Some
of the highlights are:

	IPv6

		Support for bitstring labels, DNAME, and A6 records.

		IPv6-aware resolver (follows A6 chains, can use IPv6 to
		talk to other nameservers).

		The nameserver listens on an IPv6 socket.

	DNSSEC

		All new RR types supported.

		The server generates DNSSEC responses for secure zones.

	EDNS0 (server only), IXFR, AXFR, dynamic update


With the exception of the DNSSEC validator, all the major new
functionality is done.  We expect to finish the DNSSEC validator by
the end of December.

This release is alpha quality.  There are still a number of unfinished
areas, for example: most config file options, sanity checking,
performance tuning, high-volume client support, garbage collection,
however, none of these areas are especially difficult.

We've used BIND 9 as the nameserver while web surfing and doing other
ordinary tasks, and it has worked.  We've successfully answered
queries sent over IPv6 sockets, and have used IPv6 to query other
nameservers (also running BIND 9 of course!).


Building

We've had successful builds and tests on the following systems

	AIX 4.3
	BSDI 3.1, 4.0.1
	COMPAQ Tru64 UNIX 4.0D, 5.0
	FreeBSD 3.3
	HP-UX 11
	IRIX64 6.5
	NetBSD 1.4.1
	Red Hat Linux 6.0, 6.1
	Solaris 2.6, 7

To build, just

	./configure
	make

Do not run 'make install'.  Shared libraries will be built if "--with-libtool"
is added to the "configure" command.

Building with gcc is not supported, unless gcc is the vendor's usual
compiler (e.g. the various BSD systems, Linux).


bin/named notes

The server now uses the BIND 8 config file format.  All options are parsed,
but most do not have any effect as yet.

The server now runs on port 53 by default.  Use "-p" if you want to run
on a different port.

The server does not yet "daemonize".


API Note

All APIs are subject to change in future code drops.  We expect the
existing library interfaces in the code drop to be quite stable,
however, and unless we've specifically indicated that an interface is
temporary, we don't expect significant changes in future releases.