Mark Andrews
9f9b7f0e8d
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 00:54:34 +00:00
Automatic Updater
b8a9a7bef2
update copyright notice
2010-12-08 23:51:56 +00:00
Mark Andrews
e334405421
2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991 ]
2010-12-08 02:46:17 +00:00
Automatic Updater
a4b8846651
update copyright notice
2010-12-07 23:47:02 +00:00
Mark Andrews
8aee18709f
2980. [bug] named didn't properly handle UPDATES that changed the
...
TTL of the NSEC3PARAM RRset. [RT #22363 ]
2010-12-07 02:53:34 +00:00
Evan Hunt
e78c2b856b
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:05:19 +00:00
Mark Andrews
c87f15dac8
2976. [bug] named die on exit after negotiating a GSS-TSIG key. [RT #3415 ]
2010-12-02 23:22:42 +00:00
Mark Andrews
5af195d1db
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:20:15 +00:00
Automatic Updater
33cc94f04c
update copyright notice
2010-11-17 23:47:09 +00:00
Mark Andrews
cd9d825a71
remove accidental commit
2010-11-16 05:38:31 +00:00
Shawn Routhier
380c874925
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 01:37:39 +00:00
Mark Andrews
f85281de08
check for snprintf failure
2010-11-16 00:47:48 +00:00
Automatic Updater
7041e86986
update copyright notice
2010-09-24 08:31:23 +00:00
Mark Andrews
ed83fa75f5
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:09:03 +00:00
Mark Andrews
082f42dcf2
2960. [func] Check that named accepts non-authoritative answers.
...
[RT #21594 ]
2010-09-15 12:07:56 +00:00
Mark Andrews
c75523bcb3
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:32:34 +00:00
Automatic Updater
dc9fa0be37
update copyright notice
2010-09-13 23:46:58 +00:00
Mark Andrews
3f9f14055b
2955. [func] Provide more detail in the recursing log. [RT #22043 ]
2010-09-13 03:37:43 +00:00
Mark Andrews
8fb412590e
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:28:17 +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
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
Francis Dupont
7641867b4c
fix win32 build
2010-08-13 14:33:31 +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
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
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
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
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
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
cc2adcaa10
regen
2010-06-21 23:30:33 +00:00
Automatic Updater
673ed6391e
update copyright notice
2010-06-20 23:46:45 +00:00
Automatic Updater
d5289b74fe
regen
2010-06-20 23:30:40 +00:00
Mark Andrews
be28cc55c5
regen
2010-06-20 07:19:18 +00:00
Mark Andrews
ea7760e72a
report bind.keys and bindkeys.pl versions in output
2010-06-20 07:18:30 +00:00
Mark Andrews
56b9fb463c
add bind.keys.h dependancy on ${srcdir}/bindkeys.pl
2010-06-20 07:17:02 +00:00
Automatic Updater
248b9ab0b0
update copyright notice
2010-05-27 23:51:08 +00:00
Mark Andrews
2f34efede1
line length
2010-05-27 03:23:56 +00:00
Mark Andrews
8d31dd9ab6
2897. [bug] NSEC3 chains could be left behind when transitioning
...
to insecure. [RT #21040 ]
2010-05-18 01:39:41 +00:00