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
4b355e4085
Cleanup for v7 compiler.
2003-05-20 07:30:06 +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
7ac498a38d
adjust lwresd test to account for lack of RFC 2335 support.
2003-05-19 05:46:25 +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
902a9ebf3b
sync with head
2003-05-15 06:48:37 +00:00
Mark Andrews
3f648157e9
memset the entire ifc structure
2003-05-15 06:39:59 +00:00
Mark Andrews
f8bbf744a5
use "%u" for unsigned arguements
2003-05-15 06:37:55 +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
7631251a8a
1456. [contrib] gen-data-queryperf.py from Stephane Bortzmeyer.
2003-05-15 05:07:21 +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
734c8697d0
1453. [doc] ARM: $GENERATE example wasn't accurate. [RT #5298 ]
2003-05-15 02:47:18 +00:00
Mark Andrews
94e33f70eb
1451. [bug] rndc-confgen didn't exit with a error code for all
...
failures. [RT #5209 ]
2003-05-15 02:43:15 +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
e5192fd309
1449. [bug] query_addbestns() didn't handle running out of memory
...
gracefully.
2003-05-15 02:23:20 +00:00
Mark Andrews
8d39478fe7
1219. [bug] Set AI_ADDRCONFIG when looking up addresses
...
via getaddrinfo() (affects dig, host, nslookup, rndc
and nsupdate).
2003-05-15 01:17:55 +00:00
Mark Andrews
8111a09515
update
2003-05-15 01:16:51 +00:00
Mark Andrews
96348ae6d5
new draft
2003-05-14 23:33:30 +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
5d7cac47f9
new draft
2003-05-14 23:21:20 +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
051706a29a
spelling, multithreaded -> multi-threaded
2003-05-14 03:05:44 +00:00
Mark Andrews
d644fc3b66
multithreaded -> multi-threaded
2003-05-14 03:04:18 +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
e1b8d3399c
1439. [bug] Named could return NOERROR with certain NOTIFY
...
failures. Return NOTAUTH if the NOTIFY zone is
not being served.
2003-05-13 05:10:27 +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
7a4de94263
regen:
...
1419. [port] openbsd: use /dev/arandom. [RT #4950 ]
2003-05-13 02:50:49 +00:00
Mark Andrews
ce0e914fcd
1419. [port] openbsd: use /dev/arandom. [RT #4950 ]
2003-05-13 02:50:02 +00:00
Mark Andrews
3976f3b17a
1424. [bug] EDNS version not being correctly printed.
2003-05-12 07:18:37 +00:00
Mark Andrews
9a4985eb2d
1423. [contrib] queryperf: added A6 and SRV.
2003-05-12 07:07:13 +00:00
Mark Andrews
06aa4578d1
1418. [bug] 'rndc reconfig' did not cause new slaves to load.
2003-05-12 07:03:50 +00:00
Mark Andrews
be23c74067
regen:
...
1408. [bug] distclean was not complete. [RT #4700 ]
2003-05-12 06:40:41 +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