Mark Andrews
d20c23f9c4
missing includes [RT#9194]
2003-10-01 01:02:42 +00:00
Mark Andrews
12040a4f5c
missing includes [RT#9194]
2003-10-01 00:58:07 +00:00
Tatuya JINMEI 神明達哉
54f68aeb5c
1517. [placeholder]
2003-09-30 23:21:26 +00:00
Mark Andrews
9e09ddba95
add sig0 comment
2003-09-30 06:18:11 +00:00
Mark Andrews
3970098dcd
regen documentation
2003-09-30 06:13:33 +00:00
Mark Andrews
93d6dfaf66
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2003-09-30 06:00:40 +00:00
Mark Andrews
4102f25441
new draft
2003-09-30 00:37:29 +00:00
Mark Andrews
b2c8bcb654
new draft
2003-09-29 21:53:55 +00:00
Tatuya JINMEI 神明達哉
600cbd1fce
1515. [func] Allow transfer source to be set in a server statement.
...
[RT #6496 ]
implemented by marka, reviewed and documented by jinmei.
Notes:
lib/dns/zone.c had to be modified manually.
ARM html files were not regenerated (yet).
2003-09-25 18:16:50 +00:00
Mark Andrews
4ce7c52616
1514. [bug] named: isc_hash_destroy() was being called to early.
...
[RT #9160 ]
2003-09-24 23:37:15 +00:00
Mark Andrews
1160ecfd14
1514. [bug] named: isc_hash_destroy() was being called to early.
...
[RT #9160 ]
2003-09-24 23:20:54 +00:00
Mark Andrews
388732593d
cleanup spaces before semicolons.
2003-09-24 03:47:21 +00:00
Mark Andrews
fbc27dfec6
don't fallback to tcp on refused for stub zones. [rt#8945]
2003-09-24 01:03:37 +00:00
Mark Andrews
a3bda87b91
remove ORG
2003-09-23 07:16:42 +00:00
Mark Andrews
325ac99be4
Remove ORG
2003-09-23 07:11:40 +00:00
Mark Andrews
0f6098954d
1513. [doc] Add "US" and "ORG" to root-delgation-only exclude list.
2003-09-23 06:03:11 +00:00
Mark Andrews
f3b8d0f3e4
1513. [doc] Add "US" and "ORG" to root-delgation-only exclude list.
2003-09-23 05:31:38 +00:00
Mark Andrews
d3fc633c34
1512. [bug] Extend the delegation-only logging to return query
...
type, class and responding nameserver.
2003-09-23 05:27:27 +00:00
Mark Andrews
73d7433474
1512. [doc] Add "US" to root-delgation-only exclude list.
2003-09-23 00:51:26 +00:00
Mark Andrews
41f3bf915b
1512. [bug] Extend the delegation-only logging to return query
...
type, class and responding nameserver.
2003-09-22 00:43:29 +00:00
Mark Andrews
11ba97bb12
1511. [bug] delegation-only was generating false positives
...
on negative answers from subzones.
2003-09-22 00:41:11 +00:00
Mark Andrews
4829aea845
add LV to list of non-delegation-only TLDs
2003-09-21 23:26:59 +00:00
Mark Andrews
baee883e37
1511. [bug] delegation-only was generating false positives
...
on negative answers from subzones.
2003-09-21 13:05:16 +00:00
Mark Andrews
7999602b31
log more stuff to see if we can see why the are false positives w/ delegation
...
only.
2003-09-21 02:52:35 +00:00
Mark Andrews
f4fb3dc516
remove extaneous semicolon
2003-09-19 14:35:03 +00:00
Mark Andrews
0345669869
remove extaneous semicolon
2003-09-19 14:34:10 +00:00
Mark Andrews
62091d9b54
wrong element delonly -> rootexclude
2003-09-19 13:27:18 +00:00
Mark Andrews
03c78c0671
wrong element delonly -> rootexclude
2003-09-19 13:26:35 +00:00
Mark Andrews
2964e14cf3
rootexlude -> rootexclude
...
free and initialise rootdelonly & rootexclude
buy -> by
2003-09-19 13:20:05 +00:00
Mark Andrews
68a918e038
rootexlude -> rootexclude
...
free and initialise rootdelonly & rootexclude
buy -> by
2003-09-19 13:17:21 +00:00
Mark Andrews
069d5cb493
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:44:39 +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
d6d893e17b
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.
1506. [bug] Wrong return type for dns_view_isdelegationonly().
1505. [bug] Uninitialised rdataset in sdb. [RT #8750 ]
1504. [func] New zone type "delegation-only".
2003-09-19 06:20:55 +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
20d90a3753
1506. [bug] Wrong return type for dns_view_isdelegationonly().
2003-09-17 15:01:26 +00:00
Mark Andrews
27be64f8a2
spelling
2003-09-17 14:53:53 +00:00
Mark Andrews
fefe1106d9
1505. [bug] Uninitaliased rdataset is sdb. [RT #8750 ]
2003-09-17 05:34:55 +00:00
Mark Andrews
4607e7a9b8
1504. [func] New zone type "delegation-only".
2003-09-17 05:24:43 +00:00
Mark Andrews
84a23c3adc
RFC3597 Handling of Unknown DNS Resource Record (RR) Types
2003-09-11 23:18:05 +00:00
cvs2git
e858241827
This commit was manufactured by cvs2git to create branch 'v9_3'.
2003-09-11 22:23:24 +00:00
Mark Andrews
e20eae14fc
RFC3597 Handling of Unknown DNS Resource Record (RR) Types
2003-09-11 22:23:22 +00:00
Mark Andrews
cc083bb703
sizeof style
2003-09-11 01:49:18 +00:00
Mark Andrews
57b54234cd
sizeof style
2003-09-11 00:18:18 +00:00
Mark Andrews
0b59ecad12
1469. [func] Log end of outgoing zone transfer at same level
...
as the start of transfer is logged. [RT #4441 ]
2003-09-10 05:28:40 +00:00
Mark Andrews
dac5207898
1468. [func] Internal zones are nolonger for 'rndc status'.
...
[RT #4706 ]
2003-09-10 05:23:08 +00:00
Mark Andrews
d57cf40022
regen
2003-09-10 05:14:53 +00:00
Mark Andrews
761b909ee7
1430. [port] linux: IPv6 interface scanning support.
...
1362. [bug] remove IFF_RUNNING test when scanning interfaces.
1300. [port] Compaq Trucluster support.
1292. [func] Enable IPv6 support when using ioctl style interface
scanning and OS supports SIOCGLIFADDR using struct
if_laddrreq.
1065. [func] Runtime support to select new / old style interface
scanning using ioctls.
1024. [port] Compilation failed on HP-UX 11.11 due to
incompatible use of the SIOCGLIFCONF macro
name. [RT #1831 ]
2003-09-10 05:12:54 +00:00
Mark Andrews
0c66b8e9f1
1503. [port] win32: install libeay32.dll outside of system32.
2003-09-09 03:43:20 +00:00
Mark Andrews
2f025ec6fe
1503. [port] win32: install libeay32.dll outside of system32.
2003-09-09 03:38:47 +00:00
Mark Andrews
68d3b51462
new draft
2003-09-05 22:59:34 +00:00