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
Automatic Updater
806f12bd2b
update
2010-09-07 00:15:43 +00:00
Automatic Updater
3c55d1319d
update copyright notice
2010-09-06 23:46:30 +00:00
Automatic Updater
aaf5712373
newcopyrights
2010-09-06 23:30:21 +00:00
Automatic Updater
1263af6197
update
2010-09-06 05:15:23 +00:00
Mark Andrews
46054b10cc
actually set ns_g_nosoa on -T nosoa
v9.6-ESV-R2
2010-09-06 03:58:32 +00:00
Mark Andrews
2fc748be4d
test that all 7 interfaces are up
2010-09-06 02:05:02 +00:00
Mark Andrews
311ba6bc1a
isc_mem_isovermem
2010-09-03 04:38:11 +00:00
Mark Andrews
6039a662c1
9.6-ESV-R2
2010-09-03 03:15:25 +00:00
Mark Andrews
7963e11c7c
9.6-ESV-R2
2010-09-03 02:57:11 +00:00
Mark Andrews
25d78ece28
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-09-03 02:55:18 +00:00
Automatic Updater
5cab9cc0ce
update copyright notice
2010-08-13 23:46:11 +00:00
Automatic Updater
0c5ca02bc2
newcopyrights
2010-08-13 23:30:45 +00:00
Mark Andrews
6cd296b7ad
change number
2010-08-13 07:36:02 +00:00
Mark Andrews
c44bb94bc8
2940. [func] Check that named successfully skips NSEC3 records
...
that fail to match the NSEC3PARAM record currently
in use. [RT# 21868]
2010-08-13 07:25:22 +00:00
Automatic Updater
8ec9ce2987
sync
2010-08-13 02:17:36 +00:00
Automatic Updater
5d718a2f9c
update copyright notice
2010-08-12 23:46:25 +00:00
Automatic Updater
c3ffc2e55d
newcopyrights
2010-08-12 23:30:21 +00:00
Tatuya JINMEI 神明達哉
302cb51bc4
2937. [bug] Worked around an apparent race condition in over
...
memory conditions. Without this fix a DNS cache DB or
ADB could incorrectly stay in an over memory state,
effectively refusing further caching, which
subsequently made a BIND 9 caching server unworkable.
This fix prevents this problem from happening by
polling the state of the memory context, rather than
making a copy of the state, which appeared to cause
a race. This is a "workaround" in that it doesn't
solve the possible race per se, but several experiments
proved this change solves the symptom. Also, the
polling overhead hasn't been reported to be an issue.
This bug should only affect a caching server that
specifies a finite max-cache-size. It's also quite
likely that the bug happens only when enabling threads,
but it's not confirmed yet. [RT #21818 ]
2010-08-11 23:42:53 +00:00
Automatic Updater
9927c641ae
sync
2010-08-11 02:17:41 +00:00
Automatic Updater
30a8ca5010
sync
2010-07-13 02:17:30 +00:00
Automatic Updater
780fee45a7
sync
2010-07-08 02:17:31 +00:00
Automatic Updater
a464d01f68
sync
2010-07-05 02:17:26 +00:00
Automatic Updater
40bf7963ac
sync
2010-06-30 02:17:16 +00:00