2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
Commit Graph

9402 Commits

Author SHA1 Message Date
Mark Andrews
4fbd6a13a5 #838 7.1.1 -> 7.x.x 2001-05-24 23:58:24 +00:00
Mark Andrews
761a21dfab 838. [port] UnixWare 7.1.1 is now suported by
bin/tests/system/ifconfig.sh.
2001-05-24 23:55:48 +00:00
Mark Andrews
534253444e kill lib/cfg again from snapshots 2001-05-24 02:01:56 +00:00
Mark Andrews
238cf1fc58 Add lib/cfg lib/bind to snapshots 2001-05-24 02:00:02 +00:00
Andreas Gustafsson
f3ac8ee192 documented recent configure.in changes:
837.   [cleanup]       Multithreading is now enabled by default only on
                        OSF1, Solaris 2.7 and newer, and AIX.
2001-05-24 01:20:28 +00:00
Andreas Gustafsson
8a01f10278 mention new config parser 2001-05-24 01:16:12 +00:00
Andreas Gustafsson
361a4334ec edited 2001-05-24 00:43:57 +00:00
Brian Wellington
0b135de5a5 836. [func] Upgraded libtool to 1.4. 2001-05-23 19:22:11 +00:00
Andreas Gustafsson
5ce23ccf3f documented dispatch.c 1.100:
835.   [bug]           The dispatcher could enter a busy loop if
                        it got an I/O error receiving on a UDP socket.
                        [RT #1293]
2001-05-23 17:20:54 +00:00
Andreas Gustafsson
9da8ece8d3 code duplication 2001-05-23 04:38:04 +00:00
Brian Wellington
b4ec020a0c fix a quoting problem 2001-05-23 02:43:16 +00:00
Mark Andrews
3dd53ffbd7 remove unnecessary call to res_nsearch() from reverse lookup path. 2001-05-22 22:53:24 +00:00
Mark Andrews
cae062ee07 #include <arpa/nameser.h> for ns_tsig_key 2001-05-22 22:51:31 +00:00
Mark Andrews
96a049f3c5 "port" changes should also be checked. 2001-05-22 22:48:03 +00:00
Andreas Gustafsson
76873278a4 typo 2001-05-22 02:23:20 +00:00
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