Mark Andrews
57fe5960b5
remove unused code
2003-07-09 05:17:49 +00:00
Mark Andrews
51e94e467d
ins strerror.c to be consistant with 9.3
2003-07-09 05:11:08 +00:00
Mark Andrews
79e5e7b356
1348. [port] win32: Rewrote code to use I/O Completion Ports
...
in socket.c and eliminating a host of socket
errors. Performance is enhanced.
2003-07-09 04:58:19 +00:00
Mark Andrews
c5daf90e7c
Openssl 0.9.f
2003-07-09 01:33:16 +00:00
Mark Andrews
f04ce044c6
win32os is in this directory not the parent
2003-07-09 01:16:29 +00:00
Mark Andrews
407128fd48
1479. [bug] cfg_create_tuple() failed to handle out of
...
memory cleanup. parse_list() would leak memory
on syntax errors.
reviewed: explorer
2003-07-08 23:14:52 +00:00
Mark Andrews
89eff0031e
update WIDE copyright.
2003-07-04 05:22:34 +00:00
Mark Andrews
436f8fb854
1473. [bug] create_map() and create_string() failed to handle out
...
of memory cleanup. [RT #6813 ]
2003-07-03 00:50:03 +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
73e65a8010
1473. [bug] free_map() and free_string() failed to handle out
...
of memory cleanup. [RT #6813 ]
2003-07-02 04:37:35 +00:00
Mark Andrews
af6d74e360
1462. [bug] parse_sizeval() failed to check the token type.
...
[RT #5586 ]
2003-07-02 04:34:10 +00:00
Mark Andrews
840b61d38f
1471. [bug] libbind: updated to BIND 8.4.0.
2003-07-02 04:10:28 +00:00
Mark Andrews
f189a07122
1471. [bug] libbind: updated to BIND 8.4.0.
2003-06-27 04:18:46 +00:00
Mark Andrews
3e82bbf686
1471. [bug] libbind: updated to BIND 8.4.0.
2003-06-27 03:51:44 +00:00
Mark Andrews
b9294462c0
1476. [port] win32: port unreachables were blocking further i/o
...
on sockets (Windows 2000 SP2 and later).
2003-06-24 07:26:35 +00:00
Mark Andrews
61b416af86
update for v7 compile
2003-05-24 02:22:39 +00:00
Mark Andrews
80554c9aa3
add isc_rwlock_tryupgrade, isc_rwlock_downgrade
2003-05-20 07:37:10 +00:00
Mark Andrews
df64d9f473
workaround missing stat macro
2003-05-20 07:35:49 +00:00
Mark Andrews
f64a0125a9
silence compiler warning.
2003-05-20 07:32:31 +00:00
Mark Andrews
9c83671abd
isc/stat.h is needed to be referenced outside of win32 space for S_ISREG etc.
2003-05-20 00:06:56 +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
3f648157e9
memset the entire ifc structure
2003-05-15 06:39:59 +00:00
Mark Andrews
b1a328db42
1465. [bug] isc_base64_decodestring() and isc_base64_tobuffer()
...
failed to check that trailing bits were zero allowing
some invalid base64 strings to be accepted. [RT #5397 ]
2003-05-15 06:34:24 +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
f61e0baa59
1454. [bug] inet_pton() failed to reject certain malformed
...
IPv6 literals.
2003-05-15 05:12:18 +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
cvs2git
d73173f93f
This commit was manufactured by cvs2git to create branch 'v9_2'.
2003-05-14 23:21:21 +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
ceb514ea0c
zone->masterscnt was being zero'd rather than zone->curmaster = 0
2003-05-14 02:41:17 +00:00
Mark Andrews
fed111e907
1437. [bug] Leave space for stdio to work in. [RT #5033 ]
2003-05-13 04:53:09 +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
e1e903b473
1431. [bug] isc_print_snprintf() "%s" with precision could walk off
...
end of arguement. [RT #5191 ]
2003-05-13 04:02:26 +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
1cc4319081
1420. [port] solaris: work around gcc optimiser bug.
2003-05-13 03:26:38 +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
58baf5e191
1407. [bug] lfsr incorrectly implements the shift register.
...
[RT #4617 ]
2003-05-12 06:18:07 +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