Commit Graph
8261 Commits
Author SHA1 Message Date
Andreas Gustafsson 634784cb66 701. [func] Root hints are now fully optional. Class IN
views use compiled-in hints by default, as
                        before.  Non-IN views with no root hints now
                        provide authoritative service but not recursion.
                        A warning is logged if a view has neither root
                        hints nor authoritative data for the root. [RT #696]
2001-01-22 19:21:19 +00:00
Andreas Gustafsson a1cfa2a82d need <isc/print.h> 2001-01-22 18:59:06 +00:00
Andreas Gustafsson 96b8d611a7 alphabetized includes 2001-01-22 18:58:36 +00:00
Andreas Gustafsson 5042f374bc a valid buffer has the current pointer before or at the
used pointer by definition; there is no need to require that explicitly
2001-01-22 18:21:45 +00:00
Andreas Gustafsson 3a5cbb3c22 Fixed 39 cases where either named or rndc would crash when
given empty string values in rndc.conf or on the command line
2001-01-22 03:59:21 +00:00
Mark Andrews ce1269825c 700. [bug] $GENERATE range check was wrong. [RT #688] 2001-01-22 03:34:25 +00:00
Brian Wellington 9427d22299 make dns_name_fromtext fail when passed an empty string, not assert. 2001-01-22 03:30:27 +00:00
Andreas Gustafsson e8af4e1524 699. [bug] The lexer mishandled empty quoted strings. [RT #694] 2001-01-22 02:46:34 +00:00
Brian Wellington 4d30acbac5 698. [bug] Aborting nsupdate with ^C would lead to several
race conditions.
2001-01-21 21:54:32 +00:00
Brian Wellington 131d5feb05 697. [bug] nsupdate was not compatible with the undocumented
BIND 8 behavior of ignoring TTLs in "update delete"
                        commands. [RT #693]
2001-01-21 19:52:06 +00:00
Brian Wellington 76c9d2f6c0 696. [bug] lwresd would die with an assertion failure when passed
a zero-length name.  [RT #692]
2001-01-21 18:50:41 +00:00
Brian Wellington 187a97287e 695. [bug] If the resolver attempted to query a blackholed or
bogus server, the resolution would fail immediately.
2001-01-19 23:03:51 +00:00
Brian Wellington bf6d4f9cad Install the lwres man pages. 2001-01-19 22:46:27 +00:00
Brian Wellington 6e8b041d9c blackholed addresses were mishandled in the resolver. 2001-01-19 22:22:17 +00:00
Andreas Gustafsson da4cfd494c regenerated HTML 2001-01-19 22:03:36 +00:00
Andreas Gustafsson 71cb12b5aa this ARM is for 9.2. 2001-01-19 22:03:23 +00:00
Andreas Gustafsson 6e8a02d5d3 take recent moves of man pages into account 2001-01-19 22:02:48 +00:00
Andreas Gustafsson 49576ae7a4 694. resolves RT #682 also 2001-01-19 21:20:19 +00:00
Mark Andrews 89f4a7085c 694. [bug] $GENERATE did not produce the last entry. [RT#683] 2001-01-19 20:45:33 +00:00
Andreas Gustafsson 7c956aeeeb grammar 2001-01-19 18:45:48 +00:00
Andreas Gustafsson 4d5f44e793 updated for 9.2 snapshot 2001-01-19 18:43:48 +00:00
Mark Andrews 8cc03bfc0c Update FreeBSD fcntl() warning. 2001-01-19 05:22:00 +00:00
Andreas Gustafsson eed89be339 incremented library version number for 9.2 2001-01-19 01:55:11 +00:00
Brian Wellington 1ec527b712 693. [bug] An empty lwres statement in named.conf caused
the server to crash while loading.
2001-01-19 01:20:00 +00:00
Andreas Gustafsson f8d3a59207 update log messages now include zone name; rndc dumpdb
has been implemented
2001-01-18 23:33:42 +00:00
Andreas Gustafsson 541ff130f6 checked RFC2136 TTL text 2001-01-18 23:32:12 +00:00
Andreas Gustafsson 6259fcd6f7 include client address and zone name in dynamic update
log messages
2001-01-18 23:31:03 +00:00
Andreas Gustafsson d36250a1b2 include zone.c function names in debug log messages only;
export dns_zone_log() for use by related modules
2001-01-18 23:29:31 +00:00
Brian Wellington 6484f6ac04 oops, removed too many sleeps. 2001-01-18 22:43:49 +00:00
Brian Wellington 703e1c0bb6 692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
2001-01-18 22:21:31 +00:00
Brian Wellington 297af857a2 remove items that have been completed 2001-01-18 22:08:28 +00:00
Brian Wellington 2a006fffe4 our NAPTR implementation does conform to RFC 2915. 2001-01-18 22:05:41 +00:00
Andreas Gustafsson 7ed2d93fa4 691. [bug] Configuring per-view forwarders caused an assertion
failure. [RT #675]
2001-01-18 19:01:39 +00:00
Mark Andrews ca9c0ba235 690. [func] $GENERATE now supports DNAME. [RT #654] 2001-01-18 08:53:34 +00:00
Mark Andrews 14bb9cccae 690. [func] $GENERATE now supports DNAME. [RT #654] 2001-01-18 08:34:15 +00:00
Andreas Gustafsson 688a4c50c2 More searchlist/domain handling fixes. Dig/host/nslookup no longer
have the notion that there can be both a search list and a default
domain at the same time.  The resolv.conf "domain" directive is now
used only if there is no "search" directive, and is treated exacly
like a one-element searchlist. The "+domain" option of dig and the
"set domain" command of nslookup are now merely ways of overriding the
resolv.conf search list.  Parents of the name given in the "domain"
directive are still not searched; this is considered a feature and is
consistent with lwres, but different from the BIND 8 resolver. The
"+defname" option to "dig" is now deprecated and treated as a synonym
for "+search"
2001-01-18 05:12:44 +00:00
Brian Wellington e6c446fd0c make zone_test exit properly [RT #108] 2001-01-18 02:53:57 +00:00
Andreas Gustafsson 021a3183ec edited 2001-01-18 02:40:39 +00:00
Brian Wellington 47700eeee3 make zone_test compile 2001-01-18 02:36:57 +00:00
Brian Wellington ad36159e6c Add zone_test to all_tests 2001-01-18 02:35:50 +00:00
Andreas Gustafsson 5e16689bd3 typo 2001-01-18 02:17:26 +00:00
Brian Wellington 6ec4990544 copyright update 2001-01-18 02:00:59 +00:00
Andreas Gustafsson 1cc90ff672 removed the ctoman script 2001-01-18 01:46:34 +00:00
Andreas Gustafsson b4a62f571d removed libisc man pages 2001-01-18 01:42:50 +00:00
Brian Wellington 01b8865b14 689. [doc] man pages are now installed. [RT #210] 2001-01-18 01:33:54 +00:00
Andreas Gustafsson f7bf406044 lwres man pages moved to lib/lwres/man/ 2001-01-18 01:15:08 +00:00
Andreas Gustafsson e2b3253d77 man pages have been moved to bin/dnssec 2001-01-18 01:05:50 +00:00
Andreas Gustafsson d4134b2fc3 binary man pages have been moved to the source directories of
their respective binaries, and resolver.5 has been moved to ../lwres
(note that resolver.5 is still not included in releases)
2001-01-18 01:04:10 +00:00
Brian Wellington 9fc2037ffe Remove bin/lwresd, as it's no longer used. 2001-01-18 01:00:54 +00:00
Brian Wellington 21e82177fb make message->rcode a dns_rcode_t 2001-01-18 00:26:36 +00:00