Automatic Updater
3acf5eb97c
regen HEAD
2010-08-17 01:15:38 +00:00
Automatic Updater
56876f1e68
update
2010-08-17 00:15:48 +00:00
Automatic Updater
f428e385a4
update copyright notice
2010-08-16 23:46:52 +00:00
Automatic Updater
e23256e740
newcopyrights
2010-08-16 23:30:42 +00:00
Automatic Updater
8661637b9d
auto update
2010-08-16 23:16:35 +00:00
Automatic Updater
2a9a0f406b
update
2010-08-16 23:15:26 +00:00
Mark Andrews
10f9e687f5
silence redefinition warnings MacOS
2010-08-16 22:41:16 +00:00
Mark Andrews
c6f4972c74
2943. [func] Add support to load new keys into managed zones
...
without signing immediately with "rndc loadkeys".
Add support to link keys with "dnssec-keygen -S"
and "dnssec-settime -S". [RT #21351 ]
2010-08-16 22:21:07 +00:00
Automatic Updater
6ee897e2b3
update
2010-08-16 06:15:25 +00:00
Mark Andrews
f94ec08c17
2942. [contrib] zone2sqlite failed to setup the entropy sources.
...
[RT #21610 ]
2010-08-16 05:32:44 +00:00
Automatic Updater
f0b944480e
update
2010-08-16 05:15:24 +00:00
Mark Andrews
8bc194b266
2941. [bug] sdb and sdlz (dlz's zone database) failed to support
...
DNAME at the zone apex. [RT #21610 ]
2010-08-16 04:49:14 +00:00
Automatic Updater
8171f2c3dd
update
2010-08-14 00:15:51 +00:00
Automatic Updater
2b43d1d8c5
update copyright notice
2010-08-13 23:47:04 +00:00
Automatic Updater
665ba746c0
newcopyrights
2010-08-13 23:30:56 +00:00
Automatic Updater
6deb576114
auto update
2010-08-13 23:16:31 +00:00
Automatic Updater
30036552e4
update
2010-08-13 15:15:21 +00:00
Francis Dupont
7641867b4c
fix win32 build
2010-08-13 14:33:31 +00:00
Automatic Updater
20dc3ddcd4
update
2010-08-13 11:15:20 +00:00
Francis Dupont
0395219694
remove connection aborted error message [ #21549 ]
2010-08-13 10:49:58 +00:00
Francis Dupont
bcb444aed0
remove connection aborted error message
2010-08-13 10:45:32 +00:00
Automatic Updater
bdc3114b56
update
2010-08-13 08:15:23 +00:00
Mark Andrews
7c681d0750
2939. [func] Check that named successfully skips NSEC3 records
...
that fail to match the NSEC3PARAM record currently
in use. [RT# 21868]
2010-08-13 07:32:42 +00:00
Mark Andrews
da45cdaf79
placeholder
2010-08-13 07:26:50 +00:00
Automatic Updater
c115a50963
update
2010-08-13 07:15:20 +00:00
Mark Andrews
c73d8c1b72
2938. [bug] When skipping NSEC3 records that don't match the
...
current NSEC3PARAM record in use for zone named
could dereference a uninitialised pointer attempting
to obtain a lock. [RT# 21868]
2010-08-13 06:46:25 +00:00
Automatic Updater
ef0d20244d
update
2010-08-13 04:15:32 +00:00
Mark Andrews
e8c17c7453
./bin/tests/system/addzone/ns2/default.nzf.in
2010-08-13 03:35:38 +00:00
Automatic Updater
0d5a43e21a
update
2010-08-13 00:15:59 +00:00
Automatic Updater
87be41dc7b
update
2010-08-12 22:15:20 +00:00
Tatuya JINMEI 神明達哉
d0b75b9ff6
define the wrapper function for mem_isovermem().
...
(a regression in rt21818)
2010-08-12 21:30:26 +00:00
Automatic Updater
1d41be16c7
update
2010-08-12 10:15:20 +00:00
Francis Dupont
bf22bad528
removing unused
2010-08-12 09:52:35 +00:00
Francis Dupont
13f0ecd037
re-indent
2010-08-12 09:31:50 +00:00
Automatic Updater
d1fa703c08
update
2010-08-12 04:15:32 +00:00
Evan Hunt
9b7efe7aca
Removed a leftover UNUSED statement referencing a parameter that doesn't
...
exist anymore.
2010-08-12 04:04:14 +00:00
Automatic Updater
e52171437f
update
2010-08-12 03:15:44 +00:00
Mark Andrews
020b3b1379
new draft
2010-08-12 02:30:25 +00:00
Automatic Updater
75f004c92b
update
2010-08-12 02:15:21 +00:00
Mark Andrews
bde46569f3
.orig -> .in as .orig is used by patch
2010-08-12 01:31:36 +00:00
Automatic Updater
0a93c74a35
update
2010-08-12 01:15:17 +00:00
Automatic Updater
82d13321f4
regen HEAD
2010-08-12 01:14:30 +00:00
Automatic Updater
0e3b06fb84
update
2010-08-12 00:15:59 +00:00
Automatic Updater
cc4dd0d08d
update copyright notice
2010-08-11 23:46:42 +00:00
Automatic Updater
30e7870023
update
2010-08-11 23:15:34 +00:00
Tatuya JINMEI 神明達哉
253ae50e09
required ctx is valid in mem_isovermem().
2010-08-11 23:11:45 +00:00
Tatuya JINMEI 神明達哉
27fe1966c9
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 22:54:58 +00:00
Automatic Updater
fc7bf6dcad
update
2010-08-11 18:15:22 +00:00
Evan Hunt
cfd262045c
2936. [func] Improved configuration syntax and multiple-view
...
support for addzone/delzone feature (see change
#2930 ). Removed "new-zone-file" option, replaced
with "allow-new-zones (yes|no)". The new-zone-file
for each view is now created automatically, with
a filename generated from a hash of the view name.
It is no longer necessary to "include" the
new-zone-file in named.conf; this happens
automatically. Zones that were not added via
"rndc addzone" can no longer be removed with
"rndc delzone". [RT #19447 ]
2010-08-11 18:14:20 +00:00
Automatic Updater
7d7cdecee6
update
2010-08-11 13:15:16 +00:00