Evan Hunt
19ad23141e
3097. [test] Add a tool to test handling of malformed packets.
...
[RT #24096 ]
2011-04-15 01:01:13 +00:00
Evan Hunt
07fc520149
add in "dlvauto" system test
2011-04-05 23:15:20 +00:00
Mark Andrews
a407a2a647
9.7 doesn't have autodlv
2011-04-05 13:35:10 +00:00
Evan Hunt
659792d80a
Corrected a bug in the dnssec test introduced in change #3046 .
2011-03-31 15:56:09 +00:00
Automatic Updater
793c8a025a
update copyright notice
2011-03-28 23:46:39 +00:00
Mark Andrews
c0f4d881ad
while (1) -> for (;;), style
2011-03-28 05:16:01 +00:00
Automatic Updater
874d107342
update copyright notice
2011-03-26 23:46:44 +00:00
Evan Hunt
33e22751d5
Forgot to add a data file for the autosign test.
2011-03-26 01:09:22 +00:00
Evan Hunt
de9953980e
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
3091. [bug] Fixed a bug in which zone keys that were published
and then subsequently activated could fail to trigger
automatic signing. [RT #22991 ]
2011-03-25 23:54:34 +00:00
Automatic Updater
a1daec7a10
regen
2011-03-25 23:30:52 +00:00
Automatic Updater
6b658869ba
update copyright notice
2011-03-22 23:46:38 +00:00
Scott Mann
fd4f29edf2
Remove bin/tests/system/logfileconfig/ns1/named.conf and add setup.sh
...
in order to resolve changing named.conf issue. [RT #23687 ]
2011-03-22 18:44:46 +00:00
Evan Hunt
2ca671d4d2
Corrected a mistake that was exposed by change #3085 in 9.9 (though it
...
has no deleterious effect in 9.8 and earlier).
2011-03-22 03:30:33 +00:00
Automatic Updater
1e98c82a59
regen v9_7
2011-03-22 02:10:56 +00:00
Automatic Updater
8850c3eb35
update copyright notice
2011-03-21 23:46:29 +00:00
Mark Andrews
160d5cb860
adjust rt23702 test to take less time
2011-03-21 20:32:39 +00:00
Evan Hunt
585530bce3
3086. [bug] Running dnssec-settime -f on an old-style key will
...
now force an update to the new key format even if no
other change has been specified, using "-P now -A now"
as default values. [RT #22474 ]
2011-03-21 15:55:48 +00:00
Mark Andrews
9f3efdacd0
wait longer for the nsec3chain generation to complete
2011-03-21 03:31:28 +00:00
Mark Andrews
53d275bcf7
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:08:12 +00:00
Mark Andrews
8c6e8dd6c1
3081. [bug] Failure of DNAME substitution did not return
...
YXDOMAIN. [RT #23591 ]
2011-03-19 10:06:40 +00:00
Automatic Updater
abcb1ed6e5
update copyright notice
2011-03-18 23:46:46 +00:00
Francis Dupont
b61ea69aa3
add 23591 no-regression
2011-03-18 21:37:09 +00:00
Mark Andrews
19c5764f41
3079. [bug] Handle isc_event_allocate failures in t_tasks.
...
[RT #23572 ]
2011-03-18 07:48:01 +00:00
Evan Hunt
6605a0132b
ignore SIGPIPE in ans.pl; this is needed for debian.
2011-03-18 04:40:19 +00:00
Evan Hunt
aa9637307b
fixed a missing / in /dev/null
2011-03-18 02:06:58 +00:00
Automatic Updater
9a5a8bc9dd
update copyright notice
2011-03-13 23:46:43 +00:00
Mark Andrews
9a350f520a
3074. [bug] Make the adb cache read through for zone data and
...
glue learn for zone named is authoritative for.
[RT #22842 ]
2011-03-13 03:38:49 +00:00
Automatic Updater
d6b5a7bd1b
update copyright notice
2011-03-12 23:46:53 +00:00
Mark Andrews
b134097b24
test for Net::DNS
2011-03-12 21:26:27 +00:00
Automatic Updater
88a65863a5
update copyright notice
2011-03-12 04:58:33 +00:00
Mark Andrews
a49c3566a7
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:55:27 +00:00
Mark Andrews
5b8794da73
3070. [bug] dnssec-signzone potential NULL pointer dereference.
...
[RT #20256 ]
2011-03-11 12:42:47 +00:00
Mark Andrews
526b51ec93
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 07:12:03 +00:00
Mark Andrews
11941bb7c6
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:50:43 +00:00
Automatic Updater
871a3ebc69
update copyright notice
2011-03-05 23:51:39 +00:00
Mark Andrews
83032e39d7
add #include <isc/file.h>
2011-03-05 03:02:56 +00:00
Evan Hunt
47e040c48e
3059. [test] Added a regression test for change #3023 .
2011-03-04 22:07:37 +00:00
Scott Mann
607c35a5c1
Adding missing test files for RT22771.
2011-03-04 15:09:38 +00:00
Scott Mann
71986a4364
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:17:50 +00:00
Evan Hunt
69c1260911
3057. [bug] "rndc secroots" would abort after the first error
...
and so could miss some views. [RT #23488 ]
2011-03-03 16:19:29 +00:00
Francis Dupont
6c0d104d75
backport load_view_keys() from 9.8
2011-03-03 14:02:53 +00:00
Evan Hunt
031da3eb0c
3053. [bug] Under a sustained high query load with a finite
...
max-cache-size, it was possible for cache memory
to be exhausted and not recovered. [RT #23371 ]
2011-03-03 04:43:36 +00:00
Automatic Updater
f00527a575
update copyright notice
2011-03-02 23:46:59 +00:00
Francis Dupont
2fb9f87ccc
Fixed last autosign test report [RT #23256 ]
2011-03-02 09:06:30 +00:00
Mark Andrews
453e098b25
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:45:07 +00:00
Mark Andrews
b05158a67d
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:30:53 +00:00
Mark Andrews
5b4db46db2
3050. [bug] The autosign system test was timing dependent.
...
Wait for the initial autosigning to complete
before running the rest of the test. [RT #23035 ]
2011-03-02 04:13:02 +00:00
Mark Andrews
6a33380ecf
3039. [bug] Save and restore the gid when creating creating
...
named.pid at startup. [RT #23290 ]
2011-03-02 00:05:11 +00:00
Mark Andrews
fc7e537b45
3048. [bug] Fully seperate view key mangement. [RT #23419 ]
2011-03-01 23:22:42 +00:00
Scott Mann
a8ab505429
Fixed DNSKEY NODATA responses not cached and added tests [RT #22908 ].
2011-03-01 16:47:13 +00:00