Mark Andrews
240a7dc59d
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 00:58:36 +00:00
Automatic Updater
dac2623103
update copyright notice
2010-08-25 23:46:37 +00:00
Mark Andrews
17be07ab81
2948. [port] MacOS: provide a mechanism to configure the test
...
interfaces at reboot. See bin/tests/system/README
for details.
2010-08-25 04:51:51 +00:00
Mark Andrews
b5fd149e7e
silence signed/unsigned warning hpux
2010-08-24 01:00:31 +00:00
Mark Andrews
38abdbf816
2945. [doc] Update empty-zones list in ARM. [RT #21772 ]
...
2944. [maint] Remove ORCHID prefix from built in empty zones.
[RT #21772 ]
2010-08-20 00:13:26 +00:00
Automatic Updater
7202b5cf66
update copyright notice
2010-08-17 23:46:46 +00:00
Mark Andrews
e0c50ca36a
update default id range to match that used (1..7)
2010-08-17 04:08:57 +00:00
Automatic Updater
3acf5eb97c
regen HEAD
2010-08-17 01:15:38 +00:00
Automatic Updater
f428e385a4
update copyright notice
2010-08-16 23:46:52 +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
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
2b43d1d8c5
update copyright notice
2010-08-13 23:47:04 +00:00
Francis Dupont
7641867b4c
fix win32 build
2010-08-13 14:33:31 +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
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
Mark Andrews
bde46569f3
.orig -> .in as .orig is used by patch
2010-08-12 01:31:36 +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
548317f929
update copyright notice
2010-08-10 23:48:19 +00:00
Mark Andrews
4b6cb8d09e
2935. [bug] nsupdate: improve 'file not found' error message.
...
[RT #21871 ]
2010-08-10 09:51:47 +00:00
Mark Andrews
f083530138
2933. [bug] 'dig +nsid' used stack memory after it went out of
...
scope. This could potentially result in a unknown,
potentially malformed, EDNS option being sent instead
of the desired NSID option. [RT #21781 ]
2010-08-10 08:39:15 +00:00
Evan Hunt
cb933b69ff
2932. [cleanup] Corrected a numbering error in the "dnssec" test.
...
[RT #21597 ]
2010-08-09 22:34:56 +00:00
Automatic Updater
8ac1f6a48c
update copyright notice
2010-08-03 23:46:39 +00:00
Tatuya JINMEI 神明達哉
dbae1499ba
added me to authors. approved by Evan.
2010-08-03 16:40:45 +00:00
Mark Andrews
7b830cb17f
while (1) -> for (;;) to silence compiler warning
2010-07-20 04:52:21 +00:00
Mark Andrews
0ddcd0c0ce
format/arg mismatch solaris
2010-07-20 04:46:49 +00:00
Mark Andrews
7a8d1e1e2e
0 -> 0U
2010-07-19 06:13:28 +00:00
Mark Andrews
dfbda37366
silence compiler warnings about (char) as index to array
2010-07-19 04:13:38 +00:00
Tatuya JINMEI 神明達哉
f1f39b7e07
2931. [bug] Temporarily and partially disable change 2864
...
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710 ]
2010-07-15 01:17:45 +00:00
Automatic Updater
a90aca78aa
update copyright notice
2010-07-11 23:46:54 +00:00
Evan Hunt
5312c2ffbe
dnssec and dlv tests included master zones whose master files were missing.
...
this was a bug that hadn't been noticed before, but 19447 added a test for
that condition and it caused test failures.
2010-07-11 01:18:24 +00:00
Evan Hunt
86dcc40058
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
...
allow dynamic addition and deletion of zones.
To enable this feature, specify a "new-zone-file"
option at the view or options level in named.conf.
Zone configuration information for the new zones
will be written into that file. To make the new
zones persist after a restart, "include" the file
into named.conf in the appropriate view. (Note:
This feature is not yet documented, and its syntax
is expected to change.) [RT #19447 ]
2010-07-11 00:12:57 +00:00
Automatic Updater
7c6b9b2638
regen HEAD
2010-07-10 01:14:20 +00:00
Automatic Updater
1b892cf691
update copyright notice
2010-07-09 23:46:51 +00:00
Evan Hunt
bf9b852c3e
2929. [bug] Improved handling of GSS security contexts:
...
- added LRU expiration for generated TSIGs
- added the ability to use a non-default realm
- added new "realm" keyword in nsupdate
- limited lifetime of generated keys to 1 hour
or the lifetime of the context (whichever is
smaller)
[RT #19737 ]
2010-07-09 05:13:15 +00:00
Mark Andrews
a7d2b922ee
match the dig.out.ns#.$n to the nameserver
2010-06-28 01:34:11 +00:00
Mark Andrews
8fa6ca58b6
check that we have non-cachable answers to test against
2010-06-28 01:31:49 +00:00
Automatic Updater
1b67d9b719
update copyright notice
2010-06-26 23:46:49 +00:00
Mark Andrews
73134bd1c7
add /* NOT DOCUMENTED */
2010-06-26 00:20:33 +00:00
Mark Andrews
810656a187
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-25 23:50:13 +00:00
Automatic Updater
cf309ffeee
update copyright notice
2010-06-25 23:46:51 +00:00
Mark Andrews
f35a87f58f
remove leading zeros on keyid
...
account for trusted keys not applying to _bind anymore
2010-06-25 07:28:46 +00:00
Mark Andrews
bf13e709db
2924. [func] 'rndc secroots' dump a combined summary of the
...
current managed keys combined with trusted keys.
[RT #20904 ]
2010-06-25 03:24:05 +00:00
Mark Andrews
43888c2315
2922. [bug] 'dig +trace' could drop core after "connection
...
timeout". [RT #21514 ]
2010-06-24 07:22:18 +00:00
Automatic Updater
b8d4e96e95
update copyright notice
2010-06-23 23:46:58 +00:00
Automatic Updater
b61690dbad
update copyright notice
2010-06-22 23:46:52 +00:00
Mark Andrews
48dfee7150
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
...
to IPv4 clients. New acl 'filter-aaaa' (default any).
2010-06-22 04:03:38 +00:00
Automatic Updater
c7c7ba3977
update copyright notice
2010-06-21 23:46:48 +00:00
Automatic Updater
cc2adcaa10
regen
2010-06-21 23:30:33 +00:00
Mark Andrews
718c4becc5
2919. [func] Add autosign-ksk and autosign-zsk virtual time tests.
...
[RT #20840 ]
2010-06-21 02:31:46 +00:00