2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

2591 Commits

Author SHA1 Message Date
Mark Andrews
73d7433474 1512. [doc] Add "US" to root-delgation-only exclude list. 2003-09-23 00:51:26 +00:00
Mark Andrews
4829aea845 add LV to list of non-delegation-only TLDs 2003-09-21 23:26:59 +00:00
Mark Andrews
0b1da8124c 1510. [func] New view option "root-delegation-only". Apply
delegation-only check to all TLDs and root.
                        Note there are some TLDs that are NOT delegation
                        only (e.g. DE and MUSEUM) these can be excluded
                        from the checks buy using exclude.

                        root-delegation-only exclude { "DE"; "MUSEUM"; };
2003-09-19 12:39:49 +00:00
Mark Andrews
da34d92aee 1509. [bug] Hint zones should accept delegation-only. Forward
zone should not accept delegation-only.

1508.   [bug]           Don't apply delegation-only checks to answers from
                        forwarders.

1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
                        when making delegation-only checks.
2003-09-19 05:53:28 +00:00
Mark Andrews
4607e7a9b8 1504. [func] New zone type "delegation-only". 2003-09-17 05:24:43 +00:00
Mark Andrews
397f86cf27 1467. [func] $GENERATES now supports optional class and ttl. 2003-04-17 11:31:02 +00:00
Mark Andrews
7ec0f55f15 1453. [doc] ARM: $GENERATE example wasn't accurate. [RT #5298] 2003-03-10 18:30:36 +00:00
Mark Andrews
f6732ecef5 missing closing </para> 2003-03-03 03:15:24 +00:00
Mark Andrews
b500de3be9 alt-transfer-source-v4 -> alt-transfer-source 2003-02-27 05:12:47 +00:00
Mark Andrews
476386968b 1446. [func] Implemented undocumented alternate transfer sources
from BIND 8.  See use-alt-transfer-source,
                        alt-transfer-source-v4 and alt-transfer-source-v6.

                        SECURITY: use-alt-transfer-source is ENABLED unless
                        you are using views.  This may caues a security risk
                        resulting in accidental disclosure of wrong zone
                        content if the master supplying different source
                        content based on IP address.  If you are not certian
                        ISC recommends setting use-alt-transfer-source no;
developer: marka
reviewer: explorer
2003-02-26 23:29:00 +00:00
Mark Andrews
888bb8bf68 1443. [func] Masters lists can now be specified and referenced
in zone masters clauses and other masters lists.
developer: marka
reviewer: explorer
2003-02-26 06:04:03 +00:00
Mark Andrews
b312748a11 1442. [func] New fuctions for manipulating port lists:
dns_portlist_create(), dns_portlist_add(),
                        dns_portlist_remove(), dns_portlist_match(),
                        dns_portlist_attach() and dns_portlist_detach().

1441.   [func]          It is now possible to tell dig to bind to a specific
                        source port.

1440.   [func]          It is now possible to tell named to avoid using
                        certian source ports (avoid-v4-udp-ports,
                        avoid-v6-udp-ports).
developer: marka
reviewer: explorer
2003-02-26 05:05:16 +00:00
Mark Andrews
e2fb08b85d 1432. [func] The advertised EDNS UDP buffer size can now be set
via named.conf (edns-udp-size).
developer: marka
reviewer: explorer
2003-02-26 02:04:00 +00:00
Mark Andrews
b587e1d83f spelling 2003-02-07 01:13:13 +00:00
Mark Andrews
9bd478a5e6 1417. [func] ID.SERVER/CHAOS is now a built in zone.
See "server-id" for how to configure.
2003-01-20 05:46:11 +00:00
Mark Andrews
0ffaee887f 1412. [func] You can now specify servers to be tried if a nameserver
has IPv6 address and you only support IPv4 or the
                       reverse. See dual-stack-servers.
2003-01-16 03:59:28 +00:00
Mark Andrews
fcecba0341 remove duplicate entry 2003-01-13 04:24:27 +00:00
Mark Andrews
49a940dc68 1402. [cleanup] A6 has been moved to experimental and is no longer
fully supported.
developer: jinmei
reviewer: marka
2002-11-27 09:52:58 +00:00
Michael Graff
43ee20a821 merge rt4112 2002-11-12 23:38:12 +00:00
Mark Andrews
1c75ea91cd 1398. [doc] ARM: notify-also should have been also-notify.
[RT #4345]
2002-11-11 00:18:22 +00:00
Mark Andrews
aa39170da8 1394. [func] It is now possible to check if a particular element is
in a acl.  Remove duplicate entries from the localnets
                        acl.

1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
                        is not available in the kernel to prevent accidently
                        listening on IPv4 interfaces.
developer: jinmei
reviewer: marka
2002-10-29 04:40:26 +00:00
Mark Andrews
6526fd032f 1391. [func] Add support for IPv6 scoped addresses in named. 2002-10-24 03:52:35 +00:00
Mark Andrews
ab5d8edc1b reviewed: marka
developer: jinmei
1362.   [func]          "localhost" and "localnet" acls now include IPv6
                        addresses / prefixes.
2002-08-17 03:26:46 +00:00
Mark Andrews
87f4715d6c 1344. [func] Log if the serial number on the master has gone backwards.
If you have multiple machines specified in the masters
                        clause you may want to set 'multi-master yes;' to suppress
                        this warning.
2002-07-29 06:58:46 +00:00
Mark Andrews
3e7b37e01b 1340. [doc] query-source-v6 was missing from options section.
[RT #3218]
2002-07-01 02:18:42 +00:00
Mark Andrews
93da96c1cf 1325. [bug] Document that internal zones are included in the
rndc status results.
2002-06-14 00:57:54 +00:00
Mark Andrews
cc4928ec71 1219. [func] New category 'update-security'. 2002-06-12 06:29:49 +00:00
Mark Andrews
89cb763b0c remove braces from match-recursive-only definition. 2002-05-17 02:07:36 +00:00
Mark Andrews
7200cecd2a enumerate syslog facilities. 2002-05-02 23:27:40 +00:00
Mark Andrews
c4a9ce445c 1274. [func] preferred-glue option from BIND 8.3. 2002-04-26 00:40:37 +00:00
Mark Andrews
26effd4134 {min,max}-{refesh,retry}-time don't apply to master zones. 2002-04-22 03:56:33 +00:00
Mark Andrews
c5c82d4292 allow transfers from all hosts -> allow transfers to all hosts [RT #2723] 2002-04-16 07:18:46 +00:00
Mark Andrews
e27d903125 add RFC references for rdata types. 2002-03-11 06:27:07 +00:00
Mark Andrews
d5f7e6c8a1 rrset-order update 2002-03-11 00:46:35 +00:00
Mark Andrews
e1cbf95aec regen 2002-02-20 04:31:44 +00:00
Mark Andrews
a7038d1a05 copyrights 2002-02-20 03:35:59 +00:00
Mark Andrews
4f1b59f0b9 distclean should remove HTML.index HTML.manifest 2002-02-12 05:38:18 +00:00
Mark Andrews
d6c0627d1e 1199. [doc] ARM reference to RFC 2157 should have been RFC 1918.
[RT #2436]
2002-02-11 04:03:51 +00:00
Brian Wellington
6383d77950 regen 2002-01-30 20:07:03 +00:00
Brian Wellington
b39e8e9c00 SIG(0) updates, DNSSEC fixes. 2002-01-30 06:33:37 +00:00
Brian Wellington
1ed8794070 regen 2002-01-30 02:24:36 +00:00
Brian Wellington
5cd1e83a84 Slighly desuckify the update-policy description. There really should
be examples there.
2002-01-30 02:23:11 +00:00
Brian Wellington
a9f5be4348 regen 2002-01-30 01:49:01 +00:00
Brian Wellington
41f154b98e document rndc freeze & unfreeze 2002-01-30 01:47:35 +00:00
Brian Wellington
f1457d6c8c regen 2002-01-30 00:10:56 +00:00
Brian Wellington
cc0a7affe9 document the key-directory option 2002-01-30 00:09:54 +00:00
Brian Wellington
ec02e04ead various updates in the xml that have never been propagated 2002-01-29 23:41:25 +00:00
Andreas Gustafsson
5804bf8118 consistently begin RR type table entries with a lowercase letter 2002-01-23 01:39:29 +00:00
Mark Andrews
a4f0e6d8d6 rndc-keygen -> rndc-confgen [RT #2362] 2002-01-16 02:21:53 +00:00
Mark Andrews
49f62849e5 1176. [doc] allow-v6-synthesis is only performed for clients
that are supplied recursive service.  [RT #2260]
2002-01-14 05:01:50 +00:00