Mark Andrews
231b76cdd4
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:40:44 +00:00
Automatic Updater
52b9529423
update
2010-11-18 00:15:44 +00:00
Automatic Updater
3da57cdb40
update copyright notice
2010-11-17 23:46:16 +00:00
Automatic Updater
1a8933e14e
newcopyrights
2010-11-17 23:30:22 +00:00
Automatic Updater
850e32b734
update
2010-11-17 11:15:24 +00:00
Mark Andrews
7aa6ebb714
convert to 9.6 syntax
2010-11-17 10:45:39 +00:00
Mark Andrews
cd833194c6
covert to 9.6 syntax
2010-11-17 10:33:23 +00:00
Automatic Updater
313641e866
update
2010-11-17 03:15:56 +00:00
Mark Andrews
c807db1af6
handle namedxx.conf
2010-11-17 03:14:31 +00:00
Automatic Updater
2a725a364b
update
2010-11-17 01:15:24 +00:00
Evan Hunt
6b3ff3908e
2971. [bug] Fixed a bug that caused journal files not to be
...
compacted on Windows systems as a result of
non-POSIX-compliant rename() semantics. [RT #22434 ]
2010-11-17 00:34:23 +00:00
Automatic Updater
5e513a0e00
update
2010-11-17 00:15:37 +00:00
Automatic Updater
36efdc151e
update
2010-11-16 23:15:23 +00:00
Mark Andrews
f815515b20
2969. [security] Fix acl type processing so that allow-query works
...
in options and view statements. Also add a new
set of tests to verify proper functioning.
[RT #22418 ]
2010-11-16 22:42:09 +00:00
Automatic Updater
5d01dfa6fa
update
2010-11-16 08:15:24 +00:00
Mark Andrews
5e0523fc23
2970. [security] Adding a NO DATA negative cache entry failed to clear
...
any matching RRSIG records. A subsequent lookup of
of NO DATA cache entry could trigger a INSIST when the
unexpected RRSIG was also returned with the NO DATA
cache entry. [RT #22288 ]
2010-11-16 07:46:23 +00:00
Automatic Updater
9db1468c76
update
2010-11-16 02:16:00 +00:00
Mark Andrews
795f1f2db0
2968. [security] Named could fail to prove a data set was insecure
...
before marking it as insecure. One set of conditions
that can trigger this occurs naturally when rolling
DNSKEY algorithms. [RT #22309 ]
2010-11-16 01:48:32 +00:00
Automatic Updater
84a8b6c202
update
2010-11-11 03:15:54 +00:00
Automatic Updater
7f32d08240
sync
2010-11-11 02:16:57 +00:00
Automatic Updater
3155e024ef
update
2010-10-20 00:15:35 +00:00
Automatic Updater
a7a4ad78e3
update copyright notice
2010-10-19 23:46:25 +00:00
Automatic Updater
e3db139030
newcopyrights
2010-10-19 23:30:25 +00:00
Automatic Updater
67624a4f1b
update
2010-10-19 03:15:39 +00:00
Mark Andrews
c5081272d8
2967. [bug] 'host -D' now turns on debugging messages earlier.
...
[RT #22361 ]
2010-10-19 02:57:46 +00:00
Automatic Updater
5bd9e3d7ba
update
2010-10-19 00:15:57 +00:00
Automatic Updater
932cc52623
update copyright notice
2010-10-18 23:46:34 +00:00
Automatic Updater
0b42bf3f7c
newcopyrights
2010-10-18 23:30:23 +00:00
Automatic Updater
9749823fa8
update
2010-10-18 04:16:03 +00:00
Mark Andrews
7d5a816e83
2966. [bug] isc_print_vsnprintf() failed to check if there was
...
space available in the buffer when adding a left
justified character with a non zero width,
(e.g. "%-1c"). [RT #22270 ]
2010-10-18 04:04:35 +00:00
Automatic Updater
f11b7dcfe0
update
2010-10-03 03:15:52 +00:00
Automatic Updater
7d7a79bab2
sync
2010-10-03 02:16:49 +00:00
Automatic Updater
0b205e1617
update
2010-09-30 00:15:38 +00:00
Automatic Updater
6b4f4f8be4
update copyright notice
2010-09-29 23:46:31 +00:00
Automatic Updater
c88a0aa705
newcopyrights
2010-09-29 23:30:26 +00:00
Automatic Updater
80d3859276
update
2010-09-29 00:15:55 +00:00
Mark Andrews
fa4d117db2
2964. [bug] view->queryacl was being overloaded. Seperate the
...
usage into view->queryacl, view->cacheacl and
view->queryonacl. [RT #22114 ]
2010-09-29 00:03:32 +00:00
Automatic Updater
59fccc59c0
update
2010-09-17 00:15:40 +00:00
Automatic Updater
3efa0a02e5
newcopyrights
2010-09-16 23:30:20 +00:00
Automatic Updater
825d632436
update
2010-09-16 09:15:20 +00:00
Mark Andrews
8f6b7d6516
spelling
2010-09-16 08:51:17 +00:00
Mark Andrews
eaed96af30
2962. [port] win32: add more dependancies to BINDBuild.dsw.
...
[RT #22062 ]
2010-09-16 08:50:43 +00:00
Automatic Updater
26543512a8
update
2010-09-08 00:16:01 +00:00
Automatic Updater
27fbb459d7
update copyright notice
2010-09-07 23:46:26 +00:00
Automatic Updater
0b9365453c
newcopyrights
2010-09-07 23:30:26 +00:00
Automatic Updater
7e1977e850
update
2010-09-07 02:15:32 +00:00
Mark Andrews
687f3d28c2
dnssec-keygen doesn't support -q in 9.6.x
2010-09-07 02:06:00 +00:00
Mark Andrews
193f48d120
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:56:05 +00:00
Mark Andrews
f1c2e9fc96
mark node as from nsec3 tree using 9.6.x method
2010-09-07 01:38:51 +00:00
Mark Andrews
279fa6e621
2951. [bug] named failed to generate a correct signed response
...
in a optout, delegation only zone with no secure
delegations. [RT #22007 ]
2010-09-07 01:15:55 +00:00