Commit Graph
9387 Commits
Author SHA1 Message Date
Andreas Gustafsson 0c9dd74fec expanded on 806. 2001-05-22 02:21:58 +00:00
Andreas Gustafsson 8f9d22f92a documented new treatment of undefined TTLs in zone files 2001-05-22 02:01:28 +00:00
Andreas Gustafsson 508d17362c 834. [func] Accept (but warn about) master files beginning with
an SOA record without an explicit TTL field and
			lacking a $TTL directive, by using the SOA MINTTL
			as a default TTL.  This is for backwards compatibility
			with old versions of BIND 8, which accepted such
			files without warning although they are illegal
			according to RFC1035.
2001-05-22 01:44:37 +00:00
Brian Wellington b7ce2258ca change the description of 'rndc status' 2001-05-22 00:56:01 +00:00
Andreas Gustafsson e7a4f58d55 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
<dns/soa.h>, and extended them to support
			all the integer-valued fields of the SOA RR.
2001-05-21 23:56:34 +00:00
Andreas Gustafsson ec4df1f908 consistently use lower case in error messages 2001-05-21 22:49:24 +00:00
Brian Wellington 0716b32560 remove unnecessary const 2001-05-21 22:10:23 +00:00
Mark Andrews 1cfecfd34f Bitstring labels are independent of DNAMEs.
Provide a runtime mechanism to set the IPv6 suffixes for reverse lookups.
Provide a runtime mechanism to disable each of the IPv6 reverse lookup
methods.
Provide a mechanism to free memory allocated by res_{n}init().
2001-05-21 14:31:32 +00:00
Andreas Gustafsson 0e7da7ac26 consistent spacing 2001-05-19 01:39:32 +00:00
Andreas Gustafsson 4fd7e25646 Consistent Capitalization of Section Titles 2001-05-19 01:29:12 +00:00
Andreas Gustafsson 0ec9b06f0b less duplication between README and doc/misc/migration* 2001-05-19 01:28:42 +00:00
Andreas Gustafsson c3cc5b5bcf added note about many-answers 2001-05-19 01:20:16 +00:00
Andreas Gustafsson 9f245fe682 updated info about W2K zone transfer bug 2001-05-19 01:18:12 +00:00
Andreas Gustafsson 00b1381f13 documented current behavior of --prefix, --sysconfdir,
and --localstatedir
2001-05-19 00:42:53 +00:00
Andreas Gustafsson 6cc2f10547 indentation 2001-05-19 00:08:21 +00:00
Andreas Gustafsson ce4ad1559a added more chroot hints 2001-05-19 00:07:38 +00:00
Andreas Gustafsson 5fdc9aaf40 832. [bug] The default location for named.conf in named-checkconf
should depend on --sysconfdir like it does in named.
                        [RT #1258]
2001-05-18 23:50:06 +00:00
Andreas Gustafsson 6060b0ac76 added placeholder entry 2001-05-18 23:05:48 +00:00
Mark Andrews 097dc0a693 add sys/types.h for FreeBSD 2.1 2001-05-18 03:02:45 +00:00
Andreas Gustafsson 1242c132a8 removed comment that was no longer correct 2001-05-17 18:14:36 +00:00
Mark Andrews d972d65d69 add initial support for unix based platforms. 2001-05-17 06:26:01 +00:00
Andreas Gustafsson d76b6ae2ad isc_print_vsnprintf() could throw an assertion failure when
given a %lld format, causing a deadlock when logging the assertion if invoked
from the logging system.  Since the %qd format does not have the bug, this only
affects platforms where the native quad format is %lld and that lack a native
vsnprintf().  The only known such platform is SunOS 5.5.1. [RT #1312]
2001-05-16 00:52:55 +00:00
Andreas Gustafsson 8e245ec21b regenerated 2001-05-15 22:48:58 +00:00
Andreas Gustafsson a907e5d0b8 you no longer need to link statically in order to run chrooted 2001-05-15 22:47:50 +00:00
Andreas Gustafsson 21a0926b4f the epoch of time() is sytem dependent - use isc_stdtime_get()
instead [RT #1300]
2001-05-15 22:05:35 +00:00
Andreas Gustafsson 50d522b2b3 regenerated 2001-05-15 20:58:23 +00:00
Andreas Gustafsson dc8f5b39e2 typo 2001-05-15 20:58:17 +00:00
Andreas Gustafsson c85c8a5574 Untabified - the PDF conversion does not deal well with tabs 2001-05-15 20:58:08 +00:00
Andreas Gustafsson eee33df05a regenerated 2001-05-15 20:09:57 +00:00
Andreas Gustafsson 45fca822d5 simplified SGML autoconfiguration through the magic of subroutines 2001-05-15 20:09:47 +00:00
Andreas Gustafsson f9f9c47053 Made PDF generation work again (at least on trebuchet) 2001-05-15 18:07:16 +00:00
Andreas Gustafsson 60084a1a5a The ARM and the man pages now use a common set of Makefile macros
to determine the paths to the various SGML and XML tools and files.
You should have a complete SGML catalog in /usr/local/share/sgml/catalog;
this will be picked up by the configure script and used for both the
ARM and the man pages.
2001-05-15 17:33:32 +00:00
Andreas Gustafsson fcb8414300 regenerated 2001-05-15 17:29:59 +00:00
Bob Halley af1a99a13d revise description of #829 2001-05-15 05:38:11 +00:00
Bob Halley 4e9d4ceadf Take two of new semantics for ANY queries at zone cut points. Now doing
an ANY query at a zone cut point will return a delegation, except if
DNS_DBFIND_GLUEOK is set, in which case DNS_R_ZONECUT will be returned as
before.  Someday it would probably be a good idea to get rid of DNS_R_ZONECUT
entirely and just return DNS_R_GLUE in that case, but I was afraid to do
that now since it might break things.  These changes pass all system tests.
2001-05-15 05:35:27 +00:00
Bob Halley c209cc1ebd update test to check for new behavior of ANY queries at zone cut points 2001-05-15 05:32:53 +00:00
Andreas Gustafsson 0d205b805a backed out changes to handling of DNS_DBFIND_VALIDATEGLUE
option in previous commit - they broke DNS_DBFIND_GLUEOK lookups,
causing several of the system tests to fail
2001-05-15 03:52:31 +00:00
Andreas Gustafsson 740ae0808f when returning a socket error, use isc__errno2result() instead
of always returning ISC_R_UNEXPECTED
2001-05-14 23:58:33 +00:00
Andreas Gustafsson 18b393da86 mention rndc status 2001-05-14 23:51:49 +00:00
Andreas Gustafsson 135b1206c9 don't retry UDP receives after they return an error -
an error return from the socket library means the library has already
decided that the error is not retryable and likely to throw
us into an infinite loop if retried
2001-05-14 23:10:19 +00:00
Andreas Gustafsson b56607d483 the ixfr test requires Net::DNS 2001-05-14 22:35:57 +00:00
Andreas Gustafsson 054777a694 eliminated redundant assignments to disp->shutting_down;
if shutting down due to error, set disp->shutdown_why to the appropriate result
code, not to ISC_R_EOF
2001-05-14 22:07:40 +00:00
Andreas Gustafsson 82df406152 don't log ISC_R_CANCEL as a 'fatal error' 2001-05-14 21:33:45 +00:00
Andreas Gustafsson 70fcb78509 client->peeraddr_valid could be set even if the peer
address was not valid; socket errors were logged as requests; when a client shut down
due to a fatal I/O error, it failed to log a message to that effect
2001-05-14 21:12:32 +00:00
Brian Wellington 50097b38c0 830. [func] Implement 'rndc status'. 2001-05-14 20:44:16 +00:00
Bob Halley 751aa24c98 only return DNS_R_ZONECUT from secure zones 2001-05-14 19:25:59 +00:00
Brian Wellington ecf4962155 more of 'rndc status' 2001-05-14 19:06:47 +00:00
Bob Halley 3e9b51fc7b Replies to the reload command would sometimes contain invalid signatures
because the code was incorrectly referencing the secret from memory that
the reload frees.  The code now makes a copy of the secret used to validate
the request, and uses that in the response.
2001-05-14 18:23:39 +00:00
Andreas Gustafsson fd5847ef09 828. [bug] The errno value from recvfrom() could be overwritten
by logging code. [RT #1293]
2001-05-14 18:20:03 +00:00
Mark Andrews 2510f0bd84 axi changes 2001-05-14 07:59:46 +00:00