Mark Andrews
70fc53059f
1326. [bug] Badly encoded LOC record when the size, horizontal
...
precision or vertical precision was 0.1m.
2002-07-02 13:53:41 +00:00
Mark Andrews
b6cb507ae8
reviewed: marka
...
1275. [bug] When verifying that an NXT proves nonexistence, check
the rcode of the message and only do the matching NXT
check. That is, for NXDOMAIN responses, check that
the name is in the range between the NXT owner and
next name, and for NOERROR NODATA responses, check
that the type is not present in the NXT bitmap.
2002-07-02 04:02:23 +00:00
Mark Andrews
b6231164de
reviewed: bwelling
...
1330. [bug] 'rndc stop' failed to cause zones to be flushed
sometimes. [RT #3157 ]
2002-07-02 02:43:34 +00:00
Mark Andrews
de49761421
1330. [bug] 'rndc stop' failed to cause zones to be flushed
...
sometimes. [RT #3157 ]
2002-06-19 07:14:48 +00:00
Mark Andrews
5758e9adfb
1329. [func] Log that a zone transfer was covered by a TSIG.
2002-06-19 06:47:25 +00:00
Mark Andrews
b0d31c78bc
uninitalised variable
2002-06-19 04:15:12 +00:00
Mark Andrews
0b09763c35
1328. [func] DS (delegation signer) support.
2002-06-17 04:01:37 +00:00
Mark Andrews
e0fa16fe19
1326. [bug] Badly encoded LOC record when the size, horizontal
...
precision or vertical precision was 0.1m.
2002-06-14 23:40:14 +00:00
Mark Andrews
d9fb0422ae
remove change 1284
2002-06-13 07:32:54 +00:00
Mark Andrews
5991ce4236
remove change #1284
2002-06-13 07:25:25 +00:00
Mark Andrews
7d389c324c
1324. [func] New function: dns_zone_name().
2002-06-13 07:05:47 +00:00
Mark Andrews
9b7c023fe6
1218. [bug] The CINCLUDES macro in lib/dns/sec/dst/Makefile
...
could be left with a trailing "\" after configure
has been run.
2002-06-05 22:34:57 +00:00
Mark Andrews
8f96645217
1208. [bug] Adjusted REQUIRE's in lib/dns/name.c to better
...
reflect written requirements.
2002-05-29 00:27:53 +00:00
Mark Andrews
da091cda77
1207. [bug] REQUIRE that DNS_DBADD_MERGE only be set when adding
...
a rdataset to a zone db in the rbtdb implementation of
addrdataset.
2002-05-28 05:49:20 +00:00
Mark Andrews
d8d489cd8e
1206. [bug] dns_name_downcase() enforce requirement that
...
target != NULL or name->buffer != NULL.
2002-05-28 03:39:46 +00:00
Mark Andrews
c8aa2c8311
1204. [bug] The RTT estimate on unused servers was not aged.
...
[RT #2569 ]
2002-05-27 06:30:25 +00:00
Mark Andrews
acc8b7ac3d
1299. [port] Darwin uses (unsigned long) for size_t. [RT #2590 ]
2002-05-23 04:32:30 +00:00
Mark Andrews
b9efcf0a37
1297. [func] You can now create your own customised printing
...
styles: dns_master_stylecreate() and
dns_master_styledestroy().
2002-05-21 06:12:45 +00:00
Mark Andrews
ec5f67b8cf
1284. [bug] Memory leak if dns_db_beginload() failed.
2002-05-08 07:23:25 +00:00
Mark Andrews
29f5bb81e2
1284. [bug] Memory leak if dns_db_beginload() failed.
2002-05-08 06:51:52 +00:00
Mark Andrews
0b9f0f114a
1283. [bug] Reference after free error if dns_dispatchmgr_create()
...
failed.
2002-05-08 06:38:14 +00:00
Mark Andrews
ddc592d128
1283. [bug] Reference after free error if dns_dispatchmgr_create()
...
failed.
2002-05-08 06:34:30 +00:00
Mark Andrews
ab36b9cfee
add config.h
2002-05-02 06:55:23 +00:00
Mark Andrews
c99d9017ba
1275. [bug] When verifying that an NXT proves nonexistence, check
...
the rcode of the message and only do the matching NXT
check. That is, for NXDOMAIN responses, check that
the name is in the range between the NXT owner and
next name, and for NOERROR NODATA responses, check
that the type is not present in the NXT bitmap.
2002-04-29 23:50:26 +00:00
Mark Andrews
c4a9ce445c
1274. [func] preferred-glue option from BIND 8.3.
2002-04-26 00:40:37 +00:00
Mark Andrews
c1e52e6097
update for 9.2.1
2002-04-23 03:38:55 +00:00
Mark Andrews
eeb2e36c5a
update_copyrights
2002-04-23 02:28:55 +00:00
Mark Andrews
ced2a93ebc
1178. [bug] Follow and cache (if appropriate) A6 and other
...
data chains to completion in the additional section.
2002-04-19 01:11:19 +00:00
Mark Andrews
d6fbfd28ea
1243. [bug] It was possible to trigger a REQUIRE() in
...
dns_message_findtype(). [RT #2659 ]
2002-04-03 02:44:57 +00:00
Mark Andrews
2eeaed2812
missed one change
2002-04-02 08:04:42 +00:00
Mark Andrews
7791dd06ea
1242. [bug] named-checkzone failed if a journal existed. [RT #2657 ]
2002-04-02 06:54:07 +00:00
Mark Andrews
abc93ada82
rrset-order cyclic w/ sortlist broken.
2002-04-02 06:06:29 +00:00
Mark Andrews
769c637e95
pullup:
...
1238. [bug] It is possible to lockup the server when shutting down
if notifies are being processed. [RT #2591 ]
2002-03-29 00:20:07 +00:00
Mark Andrews
ee95e5b2d3
pullup:
...
Change 1236 was incorrect. [RT #2611 ]
2002-03-27 23:52:33 +00:00
Mark Andrews
9be230cfca
make val unsigned as we are now using strtoul().
2002-03-27 23:31:32 +00:00
Mark Andrews
f0ffc28f61
1238. [bug] It is possible to lockup the server when shutting down
...
if a notifies were being processed. [RT #2591 ]
2002-03-27 04:48:21 +00:00
Mark Andrews
beed6a0e22
Change 1236 was incorrect. [RT #2611 ]
2002-03-27 03:31:49 +00:00
Mark Andrews
57a877555a
update for 9.2.1rc2
2002-03-26 03:39:30 +00:00
Mark Andrews
b2f3e5c308
update_copyrights
2002-03-26 00:55:15 +00:00
Mark Andrews
1cf32ab2b3
pullup:
...
1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
NULL terminated text regions. [RT #2588 ]
2002-03-20 22:41:58 +00:00
Mark Andrews
18360f880c
missed it part
2002-03-20 22:25:58 +00:00
Mark Andrews
21ca3480cd
4->5
2002-03-20 22:06:07 +00:00
Mark Andrews
356880d58e
pullup:
...
1222. [bug] Specifying 'port *' did not always result in a system
selected (non-reserved) port being used. [RT #2537 ]
2002-03-20 20:39:51 +00:00
Mark Andrews
4da8460d04
pullup:
...
1218. [bug] Named incorrectly returned SERVFAIL rather than
NOTAUTH when there was a TSIG BADTIME error. [RT #2519 ]
2002-03-20 20:27:21 +00:00
Mark Andrews
9e7dfa38b4
pullup:
...
1211. [bug] dns_name_fromtext() incorrectly handled certain
valid octal bitlabels. [RT #2483 ]
2002-03-20 19:38:49 +00:00
Mark Andrews
fdae17c884
pullup:
...
1229. [bug] named would crash if it received a TSIG signed
query as part of an AXFR response. [RT #2570 ]
2002-03-20 19:24:37 +00:00
Mark Andrews
433695cce3
pullup:
...
1208. [bug] dns_master_load*() failed to log a error message if
an error was detected when parsing the ownername of
a record. [RT #2448 ]
2002-03-20 19:15:13 +00:00
Mark Andrews
8695d7b357
1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
...
NULL terminated text regions. [RT #2588 ]
2002-03-20 17:12:29 +00:00
Mark Andrews
f76c4ebaf5
1235. [func] Report 'out of memory' errors from openssl.
2002-03-19 04:30:57 +00:00
Brian Wellington
d56fa53141
Only allow hex or decimal when parsing key flags, not octal.
2002-03-17 18:59:43 +00:00