2001-01-31 05:07:36 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.14 2001/01/31 04:07:37 hubertf Exp $
|
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 10:46:23 +02:00
|
|
|
bin/dig
|
|
|
|
bin/host
|
|
|
|
bin/isc-config.sh
|
2000-08-23 08:50:45 +02:00
|
|
|
bin/nslookup
|
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 10:46:23 +02:00
|
|
|
bin/nsupdate
|
2001-01-31 05:07:36 +01:00
|
|
|
etc/rc.d/named9
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/a6.h
|
|
|
|
include/dns/acl.h
|
|
|
|
include/dns/adb.h
|
|
|
|
include/dns/byaddr.h
|
|
|
|
include/dns/cache.h
|
|
|
|
include/dns/callbacks.h
|
|
|
|
include/dns/cert.h
|
|
|
|
include/dns/compress.h
|
|
|
|
include/dns/confacl.h
|
|
|
|
include/dns/confcache.h
|
|
|
|
include/dns/confcommon.h
|
|
|
|
include/dns/confctl.h
|
|
|
|
include/dns/confctx.h
|
|
|
|
include/dns/confip.h
|
|
|
|
include/dns/confkeys.h
|
|
|
|
include/dns/conflog.h
|
|
|
|
include/dns/conflsn.h
|
2001-01-18 14:12:04 +01:00
|
|
|
include/dns/conflwres.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/confparser.h
|
|
|
|
include/dns/confresolv.h
|
|
|
|
include/dns/confrrset.h
|
|
|
|
include/dns/confview.h
|
|
|
|
include/dns/confzone.h
|
|
|
|
include/dns/db.h
|
|
|
|
include/dns/dbiterator.h
|
|
|
|
include/dns/dbtable.h
|
2001-01-18 14:12:04 +01:00
|
|
|
include/dns/diff.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/dispatch.h
|
|
|
|
include/dns/dnssec.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/enumclass.h
|
|
|
|
include/dns/enumtype.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/events.h
|
|
|
|
include/dns/fixedname.h
|
|
|
|
include/dns/journal.h
|
|
|
|
include/dns/keyflags.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/keytable.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/keyvalues.h
|
|
|
|
include/dns/lib.h
|
|
|
|
include/dns/log.h
|
|
|
|
include/dns/master.h
|
|
|
|
include/dns/masterdump.h
|
|
|
|
include/dns/message.h
|
|
|
|
include/dns/name.h
|
|
|
|
include/dns/namedconf.h
|
|
|
|
include/dns/ncache.h
|
|
|
|
include/dns/nxt.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/dns/peer.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/rbt.h
|
|
|
|
include/dns/rcode.h
|
|
|
|
include/dns/rdata.h
|
|
|
|
include/dns/rdataclass.h
|
|
|
|
include/dns/rdatalist.h
|
|
|
|
include/dns/rdataset.h
|
|
|
|
include/dns/rdatasetiter.h
|
|
|
|
include/dns/rdataslab.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/rdatastruct.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/rdatatype.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/request.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/resolver.h
|
|
|
|
include/dns/result.h
|
|
|
|
include/dns/rootns.h
|
2001-01-26 22:12:02 +01:00
|
|
|
include/dns/sdb.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/secalg.h
|
|
|
|
include/dns/secproto.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/ssu.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/tcpmsg.h
|
|
|
|
include/dns/time.h
|
|
|
|
include/dns/tkey.h
|
|
|
|
include/dns/tsig.h
|
|
|
|
include/dns/ttl.h
|
|
|
|
include/dns/types.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/dns/validator.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/dns/view.h
|
|
|
|
include/dns/xfrin.h
|
|
|
|
include/dns/zone.h
|
|
|
|
include/dns/zt.h
|
|
|
|
include/dst/dst.h
|
|
|
|
include/dst/lib.h
|
|
|
|
include/dst/result.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/app.h
|
|
|
|
include/isc/assertions.h
|
|
|
|
include/isc/base64.h
|
|
|
|
include/isc/bitstring.h
|
|
|
|
include/isc/boolean.h
|
|
|
|
include/isc/buffer.h
|
|
|
|
include/isc/bufferlist.h
|
|
|
|
include/isc/commandline.h
|
|
|
|
include/isc/condition.h
|
|
|
|
include/isc/dir.h
|
2000-08-23 08:50:45 +02:00
|
|
|
include/isc/entropy.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/error.h
|
|
|
|
include/isc/event.h
|
|
|
|
include/isc/eventclass.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/file.h
|
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 10:46:23 +02:00
|
|
|
include/isc/formatcheck.h
|
|
|
|
include/isc/fsaccess.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/heap.h
|
2001-01-18 14:12:04 +01:00
|
|
|
include/isc/hex.h
|
|
|
|
include/isc/hmacmd5.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/int.h
|
|
|
|
include/isc/interfaceiter.h
|
|
|
|
include/isc/lang.h
|
|
|
|
include/isc/lex.h
|
|
|
|
include/isc/lfsr.h
|
|
|
|
include/isc/lib.h
|
|
|
|
include/isc/list.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/log.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/magic.h
|
2000-06-19 15:54:08 +02:00
|
|
|
include/isc/md5.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/mem.h
|
|
|
|
include/isc/msgcat.h
|
2001-01-18 14:12:04 +01:00
|
|
|
include/isc/msgs.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/mutex.h
|
|
|
|
include/isc/mutexblock.h
|
|
|
|
include/isc/net.h
|
|
|
|
include/isc/netaddr.h
|
|
|
|
include/isc/netdb.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/offset.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/once.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/ondestroy.h
|
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 10:46:23 +02:00
|
|
|
include/isc/os.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/platform.h
|
|
|
|
include/isc/print.h
|
|
|
|
include/isc/quota.h
|
|
|
|
include/isc/random.h
|
|
|
|
include/isc/ratelimiter.h
|
|
|
|
include/isc/region.h
|
2001-01-18 14:12:04 +01:00
|
|
|
include/isc/resource.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/result.h
|
|
|
|
include/isc/resultclass.h
|
|
|
|
include/isc/rwlock.h
|
|
|
|
include/isc/serial.h
|
2000-06-19 15:54:08 +02:00
|
|
|
include/isc/sha1.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/sockaddr.h
|
|
|
|
include/isc/socket.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/stdio.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/stdtime.h
|
2000-05-25 04:03:12 +02:00
|
|
|
include/isc/string.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/isc/symtab.h
|
|
|
|
include/isc/task.h
|
|
|
|
include/isc/taskpool.h
|
|
|
|
include/isc/thread.h
|
|
|
|
include/isc/time.h
|
|
|
|
include/isc/timer.h
|
|
|
|
include/isc/types.h
|
|
|
|
include/isc/util.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/lwres/context.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/lwres/int.h
|
|
|
|
include/lwres/ipv6.h
|
|
|
|
include/lwres/lang.h
|
|
|
|
include/lwres/list.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/lwres/lwbuffer.h
|
|
|
|
include/lwres/lwpacket.h
|
|
|
|
include/lwres/lwres.h
|
|
|
|
include/lwres/net.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/lwres/netdb.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/lwres/platform.h
|
2000-03-31 13:15:23 +02:00
|
|
|
include/lwres/result.h
|
2000-02-22 04:50:57 +01:00
|
|
|
include/omapi/compatibility.h
|
|
|
|
include/omapi/lib.h
|
|
|
|
include/omapi/omapi.h
|
|
|
|
include/omapi/private.h
|
|
|
|
include/omapi/result.h
|
|
|
|
include/omapi/types.h
|
|
|
|
lib/libdns.a
|
2000-03-31 13:15:23 +02:00
|
|
|
lib/libdns.la
|
2001-01-04 16:10:17 +01:00
|
|
|
lib/libdns.so
|
2001-01-18 14:12:04 +01:00
|
|
|
lib/libdns.so.3
|
|
|
|
lib/libdns.so.3.0
|
2000-03-31 13:15:23 +02:00
|
|
|
lib/libisc.a
|
|
|
|
lib/libisc.la
|
2001-01-04 16:10:17 +01:00
|
|
|
lib/libisc.so
|
2001-01-18 14:12:04 +01:00
|
|
|
lib/libisc.so.3
|
|
|
|
lib/libisc.so.3.0
|
2000-02-22 04:50:57 +01:00
|
|
|
lib/liblwres.a
|
2000-03-31 13:15:23 +02:00
|
|
|
lib/liblwres.la
|
2001-01-04 16:10:17 +01:00
|
|
|
lib/liblwres.so
|
2001-01-18 14:12:04 +01:00
|
|
|
lib/liblwres.so.2
|
|
|
|
lib/liblwres.so.2.0
|
2000-02-22 04:50:57 +01:00
|
|
|
lib/libomapi.a
|
2000-03-31 13:15:23 +02:00
|
|
|
lib/libomapi.la
|
2001-01-04 16:10:17 +01:00
|
|
|
lib/libomapi.so
|
2001-01-18 14:12:04 +01:00
|
|
|
lib/libomapi.so.3
|
|
|
|
lib/libomapi.so.3.0
|
2001-01-26 22:12:02 +01:00
|
|
|
man/man1/dig.1
|
|
|
|
man/man1/host.1
|
|
|
|
man/man1/named-checkconf.1
|
|
|
|
man/man1/named-checkzone.1
|
|
|
|
man/man5/rndc.conf.5
|
|
|
|
man/man8/dnssec-keygen.8
|
|
|
|
man/man8/dnssec-makekeyset.8
|
|
|
|
man/man8/dnssec-signkey.8
|
|
|
|
man/man8/dnssec-signzone.8
|
|
|
|
man/man8/lwresd.8
|
|
|
|
man/man8/named.8
|
|
|
|
man/man8/nsupdate.8
|
|
|
|
man/man8/rndc.8
|
2000-05-25 04:03:12 +02:00
|
|
|
sbin/dnssec-keygen
|
|
|
|
sbin/dnssec-makekeyset
|
|
|
|
sbin/dnssec-signkey
|
|
|
|
sbin/dnssec-signzone
|
2000-03-31 13:15:23 +02:00
|
|
|
sbin/lwresd
|
|
|
|
sbin/named
|
2001-01-26 22:12:02 +01:00
|
|
|
sbin/named-checkconf
|
|
|
|
sbin/named-checkzone
|
2000-03-31 13:15:23 +02:00
|
|
|
sbin/rndc
|
|
|
|
share/doc/bind9/README
|
upgrade to 9.0.1 from ISC.
--- 9.0.1 released ---
547. [bug] dnssafe doesn't correctly handle RSA keys longer
than 2000 bits. Disable support for long keys.
--- 9.0.1rc2 released ---
527. [bug] When a hint zone was configured, the spurious warning
messages "Hint zones do not have a forward field" and
"Hint zones do not have a forwarders field" were
printed. [RT #439]
--- 9.0.1rc1 released ---
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
in the distribution. The plain text version of the
ARM is temporarily unavailable while we figure out
how to generate readable plain text from the XML.
520. [bug] Upgraded libtool to 1.3.5, which makes shared
library builds almost work on AIX (and possibly
others).
519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least signficant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369]
518. [bug] The resolver did not realize that a DNAME which was
"the answer" to the client's query was "the answer",
and such queries would fail. [RT #399]
517. [bug] The resolver's DNAME code would trigger an assertion
if there was more than one DNAME in the chain.
[RT #399]
516. [bug] Cache lookups which had a NULL node pointer, e.g.
those by dns_view_find(), and which would match a
DNAME, would trigger an INSIST(!search.need_cleanup)
assertion. [RT #399]
515. [bug] The ssu table was not being attached / detached
by dns_zone_[sg]etssutable. [RT#397]
511. [bug] The message code could throw an assertion on an
out of memory failure. [RT #392]
510. [bug] Remove spurious view notify warning. [RT #376]
505. [bug] nsupdate was printing "unknown result code". [RT #373]
502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
495. [bug] nsupdate was unable to handle large records. [RT #368]
491. [bug] nsupdate would segfault when sending certain
prerequisites with empty RDATA. [RT #356]
488. [bug] Locks weren't properly destroyed in some cases.
486. [bug] nslookup: "set all" and "server" commands showed
the incorrect port number if a port other than 53
was specified. [RT #352]
485. [func] When dig had more than one server to query, it would
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
483. [bug] nslookup: "set all" showed a "search" option but it
was not settable.
482. [bug] nslookup: a plain "server" or "lserver" should be
treated as a lookup.
481. [bug] nslookup:get_next_command() stack size could exceed
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349]
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
475. [bug] query_getzonedb() sometimes returned a non-null version
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336]
474. [bug] The mnemonic of the CHAOS class is CH according to
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH. [RT #305]
473. [bug] nsupdate overran the end of the list of name servers
when no servers could be reached, typically causing
it to print the error message "dns_request_create:
not implemented".
472. [bug] Off-by-one error caused isc_time_add() to sometimes
produce invalid time values.
471. [bug] nsupdate didn't compile on HP/UX 10.20
463. [bug] nsupdate sent malformed SOA queries to the second
and subsequent name servers in resolv.conf if the
query sent to the first one failed.
459. [bug] Nslookup processed the "set" command incorrectly.
458. [bug] Nslookup didn't properly check class and type values.
[RT #305]
457. [bug] Dig/host/hslookup didn't properly handle connect
timeouts in certain situations, causing an
unnecessary warning message to be printed.
447. [bug] Dig didn't properly retry in TCP mode after
a truncated reply. [RT #277]
403. [bug] "host" did not use the search list.
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
388. [func] dig and host can now do reverse ipv6 lookups.
387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
379. [func] New library function isc_sockaddr_anyofpf().
347. [bug] Don't crash if an argument is left off options in dig.
346. [func] Add support for .digrc config file, in the
user's current directory
345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
* Don't pre-load entire batch files
* Add name/rr counting/limiting
* Fix SIGINT handling
* Shorten timeouts to match v8's behavior
--- 9.0.0 released ---
2000-11-13 05:43:23 +01:00
|
|
|
share/doc/bind9/arm/Bv9ARM-book.xml
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch01.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch02.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch03.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch04.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch05.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch06.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch07.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch08.html
|
|
|
|
share/doc/bind9/arm/Bv9ARM.ch09.html
|
2000-05-25 04:03:12 +02:00
|
|
|
share/doc/bind9/arm/Bv9ARM.html
|
upgrade to 9.0.1 from ISC.
--- 9.0.1 released ---
547. [bug] dnssafe doesn't correctly handle RSA keys longer
than 2000 bits. Disable support for long keys.
--- 9.0.1rc2 released ---
527. [bug] When a hint zone was configured, the spurious warning
messages "Hint zones do not have a forward field" and
"Hint zones do not have a forwarders field" were
printed. [RT #439]
--- 9.0.1rc1 released ---
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
in the distribution. The plain text version of the
ARM is temporarily unavailable while we figure out
how to generate readable plain text from the XML.
520. [bug] Upgraded libtool to 1.3.5, which makes shared
library builds almost work on AIX (and possibly
others).
519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least signficant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369]
518. [bug] The resolver did not realize that a DNAME which was
"the answer" to the client's query was "the answer",
and such queries would fail. [RT #399]
517. [bug] The resolver's DNAME code would trigger an assertion
if there was more than one DNAME in the chain.
[RT #399]
516. [bug] Cache lookups which had a NULL node pointer, e.g.
those by dns_view_find(), and which would match a
DNAME, would trigger an INSIST(!search.need_cleanup)
assertion. [RT #399]
515. [bug] The ssu table was not being attached / detached
by dns_zone_[sg]etssutable. [RT#397]
511. [bug] The message code could throw an assertion on an
out of memory failure. [RT #392]
510. [bug] Remove spurious view notify warning. [RT #376]
505. [bug] nsupdate was printing "unknown result code". [RT #373]
502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
495. [bug] nsupdate was unable to handle large records. [RT #368]
491. [bug] nsupdate would segfault when sending certain
prerequisites with empty RDATA. [RT #356]
488. [bug] Locks weren't properly destroyed in some cases.
486. [bug] nslookup: "set all" and "server" commands showed
the incorrect port number if a port other than 53
was specified. [RT #352]
485. [func] When dig had more than one server to query, it would
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
483. [bug] nslookup: "set all" showed a "search" option but it
was not settable.
482. [bug] nslookup: a plain "server" or "lserver" should be
treated as a lookup.
481. [bug] nslookup:get_next_command() stack size could exceed
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349]
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
475. [bug] query_getzonedb() sometimes returned a non-null version
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336]
474. [bug] The mnemonic of the CHAOS class is CH according to
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH. [RT #305]
473. [bug] nsupdate overran the end of the list of name servers
when no servers could be reached, typically causing
it to print the error message "dns_request_create:
not implemented".
472. [bug] Off-by-one error caused isc_time_add() to sometimes
produce invalid time values.
471. [bug] nsupdate didn't compile on HP/UX 10.20
463. [bug] nsupdate sent malformed SOA queries to the second
and subsequent name servers in resolv.conf if the
query sent to the first one failed.
459. [bug] Nslookup processed the "set" command incorrectly.
458. [bug] Nslookup didn't properly check class and type values.
[RT #305]
457. [bug] Dig/host/hslookup didn't properly handle connect
timeouts in certain situations, causing an
unnecessary warning message to be printed.
447. [bug] Dig didn't properly retry in TCP mode after
a truncated reply. [RT #277]
403. [bug] "host" did not use the search list.
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
388. [func] dig and host can now do reverse ipv6 lookups.
387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
379. [func] New library function isc_sockaddr_anyofpf().
347. [bug] Don't crash if an argument is left off options in dig.
346. [func] Add support for .digrc config file, in the
user's current directory
345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
* Don't pre-load entire batch files
* Add name/rr counting/limiting
* Fix SIGINT handling
* Shorten timeouts to match v8's behavior
--- 9.0.0 released ---
2000-11-13 05:43:23 +01:00
|
|
|
share/doc/bind9/arm/README-SGML
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/arm/catalog
|
|
|
|
share/doc/bind9/arm/catalog.in
|
|
|
|
share/doc/bind9/arm/genhtml.sh
|
|
|
|
share/doc/bind9/arm/genhtml.sh.in
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/arm/isc.color.gif
|
upgrade to 9.0.1 from ISC.
--- 9.0.1 released ---
547. [bug] dnssafe doesn't correctly handle RSA keys longer
than 2000 bits. Disable support for long keys.
--- 9.0.1rc2 released ---
527. [bug] When a hint zone was configured, the spurious warning
messages "Hint zones do not have a forward field" and
"Hint zones do not have a forwarders field" were
printed. [RT #439]
--- 9.0.1rc1 released ---
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
in the distribution. The plain text version of the
ARM is temporarily unavailable while we figure out
how to generate readable plain text from the XML.
520. [bug] Upgraded libtool to 1.3.5, which makes shared
library builds almost work on AIX (and possibly
others).
519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least signficant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369]
518. [bug] The resolver did not realize that a DNAME which was
"the answer" to the client's query was "the answer",
and such queries would fail. [RT #399]
517. [bug] The resolver's DNAME code would trigger an assertion
if there was more than one DNAME in the chain.
[RT #399]
516. [bug] Cache lookups which had a NULL node pointer, e.g.
those by dns_view_find(), and which would match a
DNAME, would trigger an INSIST(!search.need_cleanup)
assertion. [RT #399]
515. [bug] The ssu table was not being attached / detached
by dns_zone_[sg]etssutable. [RT#397]
511. [bug] The message code could throw an assertion on an
out of memory failure. [RT #392]
510. [bug] Remove spurious view notify warning. [RT #376]
505. [bug] nsupdate was printing "unknown result code". [RT #373]
502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
495. [bug] nsupdate was unable to handle large records. [RT #368]
491. [bug] nsupdate would segfault when sending certain
prerequisites with empty RDATA. [RT #356]
488. [bug] Locks weren't properly destroyed in some cases.
486. [bug] nslookup: "set all" and "server" commands showed
the incorrect port number if a port other than 53
was specified. [RT #352]
485. [func] When dig had more than one server to query, it would
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
483. [bug] nslookup: "set all" showed a "search" option but it
was not settable.
482. [bug] nslookup: a plain "server" or "lserver" should be
treated as a lookup.
481. [bug] nslookup:get_next_command() stack size could exceed
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349]
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
475. [bug] query_getzonedb() sometimes returned a non-null version
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336]
474. [bug] The mnemonic of the CHAOS class is CH according to
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH. [RT #305]
473. [bug] nsupdate overran the end of the list of name servers
when no servers could be reached, typically causing
it to print the error message "dns_request_create:
not implemented".
472. [bug] Off-by-one error caused isc_time_add() to sometimes
produce invalid time values.
471. [bug] nsupdate didn't compile on HP/UX 10.20
463. [bug] nsupdate sent malformed SOA queries to the second
and subsequent name servers in resolv.conf if the
query sent to the first one failed.
459. [bug] Nslookup processed the "set" command incorrectly.
458. [bug] Nslookup didn't properly check class and type values.
[RT #305]
457. [bug] Dig/host/hslookup didn't properly handle connect
timeouts in certain situations, causing an
unnecessary warning message to be printed.
447. [bug] Dig didn't properly retry in TCP mode after
a truncated reply. [RT #277]
403. [bug] "host" did not use the search list.
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
388. [func] dig and host can now do reverse ipv6 lookups.
387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
379. [func] New library function isc_sockaddr_anyofpf().
347. [bug] Don't crash if an argument is left off options in dig.
346. [func] Add support for .digrc config file, in the
user's current directory
345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
* Don't pre-load entire batch files
* Add name/rr counting/limiting
* Fix SIGINT handling
* Shorten timeouts to match v8's behavior
--- 9.0.0 released ---
2000-11-13 05:43:23 +01:00
|
|
|
share/doc/bind9/arm/nominum-docbook-html.dsl
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/arm/nominum-docbook-html.dsl.in
|
|
|
|
share/doc/bind9/arm/validate.sh
|
|
|
|
share/doc/bind9/arm/validate.sh.in
|
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 10:46:23 +02:00
|
|
|
share/doc/bind9/draft/draft-costanzo-dns-gl-03.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/draft/draft-ietf-dhc-dhcp-dns-13.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-ad-is-secure-00.txt
|
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 10:46:23 +02:00
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-apl-rr-01.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-dhcid-rr-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-dnsmib-historical-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-dnssec-okbit-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-dnssec-roadmap-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-edns0dot5-02.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-gss-tsig-01.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-ixfr-01.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-mdns-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-message-size-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-rfc2782bis-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-unknown-rrs-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-dnsext-zone-status-03.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-enum-e164-gstn-np-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-enum-e164s2-np-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-enum-operation-01.txt
|
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 10:46:23 +02:00
|
|
|
share/doc/bind9/draft/draft-ietf-enum-rqmts-01.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/draft/draft-ietf-idn-aceid-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-brace-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-cjk-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-compare-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-dnsii-mdnp-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-dnsii-mdnr-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-dnsii-trace-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-dude-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-icu-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-idna-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-idne-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-idnra-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-iptr-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-jpchar-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-lace-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-nameprep-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-race-03.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-requirements-03.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-sace-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-udns-01.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-utf6-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-version-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-idn-vidn-00.txt
|
|
|
|
share/doc/bind9/draft/draft-ietf-ipngwg-default-addr-select-02.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/draft/draft-ietf-ipngwg-dns-lookups-08.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/draft/draft-ietf-ipngwg-prefix-rr-disc-00.txt
|
|
|
|
share/doc/bind9/draft/draft-klensin-1591-reflections-01.txt
|
|
|
|
share/doc/bind9/draft/draft-klensin-dns-role-00.txt
|
|
|
|
share/doc/bind9/draft/draft-kosters-dnsext-dnssec-opt-in-00.txt
|
|
|
|
share/doc/bind9/draft/draft-manning-multicast-dns-02.txt
|
|
|
|
share/doc/bind9/draft/draft-msawyer-dnsext-edns-attributes-00.txt
|
|
|
|
share/doc/bind9/draft/draft-sawyer-dnsext-edns0-zone-option-00.txt
|
|
|
|
share/doc/bind9/draft/draft-skwan-utf8-dns-04.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/draft/draft-whr-dnsext-secure-online-update-00.txt
|
2000-05-25 04:03:12 +02:00
|
|
|
share/doc/bind9/misc/dnssec
|
|
|
|
share/doc/bind9/misc/ipv6
|
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 10:46:23 +02:00
|
|
|
share/doc/bind9/misc/migration
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/misc/options
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/misc/sdb
|
|
|
|
share/doc/bind9/rfc/index
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/rfc/rfc1032.txt
|
|
|
|
share/doc/bind9/rfc/rfc1033.txt
|
|
|
|
share/doc/bind9/rfc/rfc1034.txt
|
|
|
|
share/doc/bind9/rfc/rfc1035.txt
|
|
|
|
share/doc/bind9/rfc/rfc1101.txt
|
|
|
|
share/doc/bind9/rfc/rfc1122.txt
|
|
|
|
share/doc/bind9/rfc/rfc1123.txt
|
|
|
|
share/doc/bind9/rfc/rfc1183.txt
|
|
|
|
share/doc/bind9/rfc/rfc1348.txt
|
|
|
|
share/doc/bind9/rfc/rfc1535.txt
|
|
|
|
share/doc/bind9/rfc/rfc1536.txt
|
|
|
|
share/doc/bind9/rfc/rfc1537.txt
|
|
|
|
share/doc/bind9/rfc/rfc1591.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/rfc/rfc1611.txt
|
|
|
|
share/doc/bind9/rfc/rfc1612.txt
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/rfc/rfc1706.txt
|
|
|
|
share/doc/bind9/rfc/rfc1712.txt
|
|
|
|
share/doc/bind9/rfc/rfc1750.txt
|
|
|
|
share/doc/bind9/rfc/rfc1876.txt
|
|
|
|
share/doc/bind9/rfc/rfc1982.txt
|
|
|
|
share/doc/bind9/rfc/rfc1995.txt
|
|
|
|
share/doc/bind9/rfc/rfc1996.txt
|
|
|
|
share/doc/bind9/rfc/rfc2052.txt
|
|
|
|
share/doc/bind9/rfc/rfc2104.txt
|
|
|
|
share/doc/bind9/rfc/rfc2119.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/rfc/rfc2133.txt
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/rfc/rfc2136.txt
|
|
|
|
share/doc/bind9/rfc/rfc2137.txt
|
|
|
|
share/doc/bind9/rfc/rfc2163.txt
|
|
|
|
share/doc/bind9/rfc/rfc2168.txt
|
|
|
|
share/doc/bind9/rfc/rfc2181.txt
|
|
|
|
share/doc/bind9/rfc/rfc2230.txt
|
|
|
|
share/doc/bind9/rfc/rfc2308.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/rfc/rfc2317.txt
|
2000-03-31 13:15:23 +02:00
|
|
|
share/doc/bind9/rfc/rfc2373.txt
|
|
|
|
share/doc/bind9/rfc/rfc2374.txt
|
|
|
|
share/doc/bind9/rfc/rfc2375.txt
|
|
|
|
share/doc/bind9/rfc/rfc2418.txt
|
|
|
|
share/doc/bind9/rfc/rfc2535.txt
|
|
|
|
share/doc/bind9/rfc/rfc2536.txt
|
|
|
|
share/doc/bind9/rfc/rfc2537.txt
|
|
|
|
share/doc/bind9/rfc/rfc2538.txt
|
|
|
|
share/doc/bind9/rfc/rfc2539.txt
|
|
|
|
share/doc/bind9/rfc/rfc2540.txt
|
|
|
|
share/doc/bind9/rfc/rfc2541.txt
|
|
|
|
share/doc/bind9/rfc/rfc2553.txt
|
|
|
|
share/doc/bind9/rfc/rfc2671.txt
|
|
|
|
share/doc/bind9/rfc/rfc2672.txt
|
|
|
|
share/doc/bind9/rfc/rfc2673.txt
|
|
|
|
share/doc/bind9/rfc/rfc2782.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/rfc/rfc2825.txt
|
|
|
|
share/doc/bind9/rfc/rfc2826.txt
|
2000-06-19 15:54:08 +02:00
|
|
|
share/doc/bind9/rfc/rfc2845.txt
|
2000-08-23 08:50:45 +02:00
|
|
|
share/doc/bind9/rfc/rfc2874.txt
|
2001-01-18 14:12:04 +01:00
|
|
|
share/doc/bind9/rfc/rfc2915.txt
|
|
|
|
share/doc/bind9/rfc/rfc2929.txt
|
|
|
|
share/doc/bind9/rfc/rfc2930.txt
|
|
|
|
share/doc/bind9/rfc/rfc2931.txt
|
|
|
|
share/doc/bind9/rfc/rfc3007.txt
|
|
|
|
share/doc/bind9/rfc/rfc3008.txt
|
2000-05-25 04:03:12 +02:00
|
|
|
share/doc/bind9/rfc/rfc952.txt
|
2000-03-31 13:15:23 +02:00
|
|
|
@dirrm share/doc/bind9/rfc
|
|
|
|
@dirrm share/doc/bind9/misc
|
|
|
|
@dirrm share/doc/bind9/draft
|
|
|
|
@dirrm share/doc/bind9/arm
|
|
|
|
@dirrm share/doc/bind9
|
2000-02-22 04:50:57 +01:00
|
|
|
@dirrm include/omapi
|
|
|
|
@dirrm include/lwres
|
2000-03-31 13:15:23 +02:00
|
|
|
@dirrm include/isc
|
2000-02-22 04:50:57 +01:00
|
|
|
@dirrm include/dst
|
|
|
|
@dirrm include/dns
|