Commit graph

5 commits

Author SHA1 Message Date
rh
10a002b70c Update bind9 to 9.0.0rc1. This is the first release candidate for bind9.
Changes are too numerous to list here in detail, but highlights are:

  The communication between "rndc" and "named" is now
  authenticated using digital signatures.  Because of
  this, rndc now requires a configuration file "rndc.conf"
  containing a shared secret, with a corresponding
  "controls" clause in named.conf.

  When the server is chrooted using the -t option,
  it no longer needs copies of the passwd and group
  files in the chroot environment.

  Various bug fixes and cleanups, especially
  in the dig, host, nslookup, and nsupdate
  programs.

There are a few known bugs:

  The option "query-source * port 53;" will not work as
  expected.  Instead of the wildcard address "*", you need
  to use an explicit source IP address.

  On some systems, IPv6 and IPv4 sockets interact in
  unexpected ways.  For details, see doc/misc/ipv6.
  To reduce the impact of these problems, the server
  no longer listens for requests on IPv6 addresses
  by default.  If you need to accept DNS queries over
  IPv6, you must specify "listen-on-v6 { any; };"
  in the named.conf options statement.

  There are known problems with thread signal handling
  under Solaris 2.6.
2000-07-26 08:46:23 +00:00
hubertf
06c055f6c8 Update to 9.0.0b3. Changes:
The "dig" and "host" tools have been completely rewritten and
  are included in the base distribution. Fixed: Most bugs reported
  against beta 2.  Added: The server now supports "views", a
  mechanism for answering DNS queries differently to different
  requestors. This will make split DNS setups much easier to build;
  NOTIFY (RFC1996) has been implemented; Basic support for validation
  of DNSSEC signatures has been implemented (for details, see
  "doc/misc/dnssec").
2000-05-25 02:03:12 +00:00
hubertf
36fad73f6d remove some unneeded patches 2000-04-04 02:35:57 +00:00
hubertf
6976776735 Update to bind9.0.0 beta2. Changes:
Many more config file options
  implemented (see doc/misc/options for a
  summary of the current implementation
  status), portability improvements, (works
  much better than beta 1 on FreeBSD 3.4),
  and bugfixes (almost all bugs reported
  against beta 1 have been fixed).
2000-03-31 11:15:23 +00:00
hubertf
8121bdf313 BIND 9.0.0b1 is the first public release of BIND 9 code. It will
be most useful to advanced users working with IPv6 or DNSSEC.

   BIND 9.0.0b1 is not functionally complete, and is not a release
   candidate for BIND 9.0.0.  The ISC anticipates a number of additional
   beta releases between now and May, when BIND 9.0.0 is scheduled to
   be released.

   The ISC does not recommend using BIND 9.0.0b1 for "production"
   services.
2000-02-22 03:50:57 +00:00