Evan Hunt
92f198ef9d
When prepublication interval is set to 0 (-i 0), don't check
2010-12-19 07:27:23 +00:00
Evan Hunt
a8c55a41d5
Added files to clean.sh scripts that have been left around after tests run.
...
Skipping the ticket/review steps because the change is trivial.
2010-12-18 02:15:17 +00:00
Evan Hunt
23ae36911c
2985. [bug] Add a regression test for change #2896 . [RT #21324 ]
2010-12-15 18:44:16 +00:00
johnd
6d6a3a820a
Include "loadkeys" in rndc help output. [RT #22493 ]
2010-12-10 20:08:07 +00:00
Mark Andrews
465d41bd1c
remove semi-colon
2010-12-10 04:47:48 +00:00
Automatic Updater
9164ae2297
update copyright notice
2010-12-09 04:31:30 +00:00
Mark Andrews
93b433d299
2982. [bug] Reference count dst keys. dst_key_attach() can be used
...
increment the reference count.
Note: dns_tsigkey_createfromkey() callers should now
always call dst_key_free() rather than setting it
to NULL on success. [RT #22672 ]
2010-12-09 01:05:29 +00:00
Automatic Updater
39ba8c7737
update copyright notice
2010-12-07 23:46:26 +00:00
Mark Andrews
e69bed0b94
2980. [bug] named didn't properly handle UPDATES that changed the
...
TTL of the NSEC3PARAM RRset. [RT #22363 ]
2010-12-07 03:01:40 +00:00
Evan Hunt
b1627aebb8
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:04:49 +00:00
Mark Andrews
a4aef00d65
2977. [bug] 'nsupdate -l' report if the session key is missing.
...
[RT #21670 ]
2010-12-03 00:39:46 +00:00
Automatic Updater
1517558cd3
update copyright notice
2010-12-02 23:46:30 +00:00
Mark Andrews
e7ca8c91ec
2976. [bug] named die on exit after negotiating a GSS-TSIG key.
...
[RT #3415 ]
2010-12-02 23:26:58 +00:00
Automatic Updater
14f8d8220c
update copyright notice
2010-11-30 23:46:15 +00:00
Evan Hunt
f72883c6ae
2974. [bug] Some vaild UPDATE requests could fail due to a
...
consistency check examining the existing version
of the zone rather than the new version resulting
from the UPDATE. [RT #22413 ]
2010-11-30 02:27:38 +00:00
Mark Andrews
1f897c49f1
2973. [bug] bind.keys.h was being removed by the "make clean"
...
at the end of configure resulting in build failures
where there is very old version of perl installed.
Move it to "make maintainer-clean". [RT #22230 ]
2010-11-18 23:22:45 +00:00
Automatic Updater
97c708294d
update copyright notice
2010-11-17 23:46:32 +00:00
Mark Andrews
8f110ca521
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:28:37 +00:00
Shawn Routhier
75636f9b01
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 02:11:53 +00:00
Mark Andrews
8bdc865433
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:21:49 +00:00
Automatic Updater
e8bff09ffb
update copyright notice
2010-10-19 23:46:47 +00:00
Mark Andrews
feb6270d6f
2967. [bug] 'host -D' now turns on debugging messages earlier.
...
[RT #22361 ]
2010-10-19 02:54:48 +00:00
Mark Andrews
49f7dba060
silence 'Null terminator in string initializer ignored.' warning
2010-10-04 22:25:25 +00:00
Automatic Updater
fd56caffe6
update copyright notice
2010-09-29 23:46:44 +00:00
Mark Andrews
f225d11b53
#include <isc/print.h>
2010-09-29 04:29:16 +00:00
Mark Andrews
affc5a912e
2965. [func] Test HMAC functions using test data from RFC 2104 and
...
RFC 4634. [RT #21702 ]
2010-09-29 04:07:10 +00:00
Automatic Updater
a78ef43fe3
update copyright notice
2010-09-24 08:30:58 +00:00
Mark Andrews
0a2897853b
2963. [security] The allow-query acl was being applied instead of the
...
allow-query-cache acl to cache lookups. [RT #22114 ]
2010-09-24 05:54:06 +00:00
Mark Andrews
9960be0a54
simplify grep
2010-09-15 23:23:22 +00:00
Evan Hunt
b1a6907e81
The "resolver" test was failing on systems with old versions of "grep".
2010-09-15 15:45:16 +00:00
Automatic Updater
6d7a4c30a2
update copyright notice
2010-09-15 12:38:04 +00:00
Mark Andrews
3f9371b30c
2960. [func] Check that named accepts non-authoritative answers.
...
[RT #21594 ]
2010-09-15 12:10:54 +00:00
Mark Andrews
311f97e2d4
2959. [func] Check that named starts with a missing masterfile.
...
[RT #22076 ]
2958. [bug] named failed to start with a missing master file.
[RT #22076 ]
2010-09-15 03:36:41 +00:00
Automatic Updater
68d2587454
update copyright notice
2010-09-07 23:46:37 +00:00
Mark Andrews
ad8fd9b034
2953. [bug] Silence spurious "expected covering NSEC3, got an
...
exact match" message when returning a wildcard
no data response. [RT #21744 ]
2010-09-07 02:52:10 +00:00
Mark Andrews
26c738828f
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:52:22 +00:00
Mark Andrews
1cbe92ed8c
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:05:59 +00:00
Mark Andrews
14dfb38385
silence signed/unsigned warning hpux
2010-08-24 01:01:45 +00:00
Mark Andrews
8c19a64364
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:17:40 +00:00
Automatic Updater
63b93f0682
update copyright notice
2010-08-17 23:46:28 +00:00
Mark Andrews
82580033db
update default id range to match that used (1..7)
2010-08-17 04:08:07 +00:00
Automatic Updater
0a583f82eb
regen v9_7
2010-08-17 00:08:26 +00:00
Automatic Updater
5d98af56f2
update copyright notice
2010-08-16 23:46:31 +00:00
Mark Andrews
30579c29be
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:27:18 +00:00
Mark Andrews
ff2047b685
2941. [bug] sdb and sdlz (dlz's zone database) failed to support
...
DNAME at the zone apex. [RT #21610 ]
2010-08-16 05:14:58 +00:00
Automatic Updater
770279e013
update copyright notice
2010-08-13 23:46:29 +00:00
Mark Andrews
71e5c19636
2938. [bug] When generating signed responses, from a signed zone
...
that uses NSEC3, named would use a uninitialised
pointer if it needed to skip a NSEC3 record because
it didn't match the selected NSEC3PARAM record for
zone. [RT# 21868]
2010-08-13 07:00:40 +00:00
Mark Andrews
ed4eee1e51
.orig -> .in as .orig is used by patch
2010-08-12 01:32:46 +00:00
Evan Hunt
0658d99891
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:19:59 +00:00
Automatic Updater
867b6769fe
update copyright notice
2010-08-10 23:47:45 +00:00