Mark Andrews
39ec601af3
pullup:
...
rt #5222 : useing a wrong return type for isc_file_exists().
2003-07-28 07:03:15 +00:00
Mark Andrews
30083115dc
add dns_byaddr_createptrname2
2003-07-25 11:50:42 +00:00
Mark Andrews
da204aa8be
1496. [protocol] dig, nslookup and host now perform nibble lookups
...
under IP6.ARPA, use -i for IP6.INT (dig and host).
lwres now uses IP6.ARPA.
2003-07-25 04:36:46 +00:00
Mark Andrews
1d04b5105d
1495. [cleanup] Replace hash functions with universal hash.
2003-07-25 03:31:45 +00:00
Mark Andrews
f2d11f4c11
1494. [security] Turn on RSA BLINDING as a precaution.
2003-07-24 06:18:42 +00:00
Mark Andrews
c1df871a18
silence compiler warnings (HPUX/11i)
2003-07-23 06:57:59 +00:00
Mark Andrews
77c50a476c
update for 9.2.3rc1
2003-07-22 07:00:28 +00:00
Mark Andrews
f4d86cfcea
update_copyrights
2003-07-22 04:03:54 +00:00
Mark Andrews
5f11b5614e
1477. [bug] memory leak using stub zones and TSIG.
2003-07-21 05:55:03 +00:00
Mark Andrews
a20785632f
1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN
...
lines. [RT #6206 ]
2003-07-21 00:37:25 +00:00
Mark Andrews
fe15a52e07
1488. [bug] Don't override trust levels for glue addresses.
...
[RT #5764 ]
2003-07-18 04:35:51 +00:00
Mark Andrews
6dcc5d25c3
1487. [bug] A REQUIRE() failure could be triggered if a zone was
...
queued for transfer and the zone was then removed.
[RT #6189 ]
2003-07-18 04:18:46 +00:00
Mark Andrews
83bd77fec9
1485. [bug] gen failed to handle high type values. [RT #6225 ]
2003-07-18 00:55:54 +00:00
Mark Andrews
6b46515a00
1481. [bug] Refresh and stub queries failed to use masters keys
...
if specified. [RT #7391 ]
2003-07-17 07:11:17 +00:00
Mark Andrews
c5daf90e7c
Openssl 0.9.f
2003-07-09 01:33:16 +00:00
Mark Andrews
54dedb94df
1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
...
[RT #2046 ]
2003-07-02 04:43:27 +00:00
Mark Andrews
61b416af86
update for v7 compile
2003-05-24 02:22:39 +00:00
Mark Andrews
f64a0125a9
silence compiler warning.
2003-05-20 07:32:31 +00:00
Mark Andrews
e1b3761bb2
cvsnt doesn't handle msdos style line termination
2003-05-19 23:16:08 +00:00
Mark Andrews
99182fa095
convert back to unix format as cvsnt doesn't seem to cope
2003-05-19 23:06:23 +00:00
Mark Andrews
5679eb9258
1445. [bug] DNS_ADBFIND_STARTATROOT broke stub zones. This has
...
been replaced with DNS_ADBFIND_STARTATZONE which
causes the search to start using the closest zone.
2003-05-19 04:47:06 +00:00
Mark Andrews
2c6d181f85
restore dos newlines
2003-05-16 05:46:16 +00:00
Mark Andrews
cfb3789c07
1470. [bug] Incorrect length passed to snprintf. [RT #5966 ]
2003-05-15 06:51:53 +00:00
Mark Andrews
c532a51b1b
1464. [bug] Preserve "out of zone" data for outgoing zone
...
transfers. [RT #5192 ]
2003-05-15 06:30:18 +00:00
Mark Andrews
4b577580a0
1461. [bug] Remove deadlock from rbtdb code. [RT #5599 ]
2003-05-15 06:08:41 +00:00
Mark Andrews
ed41e594b0
1463. [bug] dns_rdata_from{wire,struct}() failed to catch bad
...
NXT bit maps. [RT #5577 ]
2003-05-15 05:41:13 +00:00
Mark Andrews
55706e3839
1447. [bug] We were casting (unsigned int) to and from (void *).
...
rdataset->private4 is now rdataset->privateuint4
to reflect a type change.
2003-05-15 04:52:05 +00:00
Mark Andrews
5ee074953f
1450. [bug] Fetching expired glue failed under certian
...
circumstances. [RT #5124 ]
2003-05-15 02:29:33 +00:00
Mark Andrews
b0fa111079
1448. [bug] Handle empty wildcards labels.
2003-05-14 06:51:38 +00:00
Mark Andrews
6fd5b7a222
1416. [bug] Empty node should return NOERROR NODATA, not NXDOMAIN.
...
[RT #4715 ]
2003-05-14 05:47:24 +00:00
Mark Andrews
90782106f2
1411. [bug] empty nodes should stop wildcard matches. [RT #4802 ]
2003-05-14 04:53:00 +00:00
Mark Andrews
b0d2275996
1435. [bug] zmgr_resume_xfrs() was being called read locked
...
rather than write locked. zmgr_resume_xfrs()
was not being called if the zone was being
shutdown.
1434. [bug] "rndc reconfig" failed to initiate the initial
zone transfer of new slave zones.
2003-05-13 04:48:52 +00:00
Mark Andrews
ee879f2763
1429. [bug] Prevent the cache getting locked to old servers.
2003-05-13 03:57:53 +00:00
Mark Andrews
3976f3b17a
1424. [bug] EDNS version not being correctly printed.
2003-05-12 07:18:37 +00:00
Mark Andrews
da017eeec4
1408. [bug] distclean was not complete. [RT #4700 ]
2003-05-12 06:39:54 +00:00
Mark Andrews
0027901a89
1406. [bug] dispatch initialises one of the LSFR's with a incorrect
...
polynomial. [RT #4617 ]
2003-05-12 06:11:52 +00:00
Mark Andrews
e0c73b8923
1401. [bug] adb wasn't clearing state when the timer expired.
2003-05-12 05:54:57 +00:00
Mark Andrews
704b358bb0
pullup:
...
1399. [bug] Use serial number arithmetic when testing SIG
timestamps. [RT #4268 ]
2003-05-12 05:52:09 +00:00
Mark Andrews
e1b2cb9f1b
1397. [bug] J.ROOT-SERVERS.NET is now 192.58.128.30.
2003-05-12 05:36:48 +00:00
Mark Andrews
6bcd32ed14
1373. [bug] Recovery from expired glue failed under certain
...
circumstances.
2003-05-12 04:54:17 +00:00
Mark Andrews
9631f485ae
pullup:
...
1387. [bug] named could crash due to an access to invalid memory
space (which caused an assertion failure) in
incremental cleaning. [RT #3588 ]
2003-05-12 03:22:44 +00:00
Mark Andrews
71264474fe
pullup:
...
1385. [bug] Setting serial-query-rate to 10 would trigger a
REQUIRE failure.
2003-05-12 02:54:59 +00:00
Mark Andrews
a7efbe70e7
merge 9.2.2 back into v9_2
2003-03-06 04:38:29 +00:00
Mark Andrews
8e9cc3ced1
spelling
2003-02-07 02:39:06 +00:00
Tatuya JINMEI 神明達哉
dac197a39f
pull up the fix on RT 3509 for 9.2.
2002-09-04 02:47:08 +00:00
Danny Mayer
b983e4618c
Change openSSL references to use 0.9.6e instead of 0.9.6b
2002-08-08 19:16:39 +00:00
Mark Andrews
b3007386ec
reviewed: jinmei
...
1355. [bug] It was possible to trigger a INSIST when debugging
large dynamic updates. [RT #3390 ]
2002-08-08 04:54:30 +00:00
Mark Andrews
e063de4c1a
update for 9.2.2rc0
2002-08-06 05:40:47 +00:00
Mark Andrews
4b0dcf3782
1355. [tuning] Reduce the number of events / quantum for zone tasks.
2002-08-06 02:24:15 +00:00
Mark Andrews
891c424e56
update_copyrights
2002-08-05 06:57:16 +00:00