Automatic Updater
448e2663ac
regen
2011-02-28 23:30:50 +00:00
Automatic Updater
e0c03c4a8c
update copyright notice
2011-02-21 23:46:39 +00:00
Mark Andrews
d1bd7d654f
check for snprintf failure. [RT #22521 ]
2011-02-21 07:17:03 +00:00
Automatic Updater
10684df873
regen
2011-02-18 23:30:29 +00:00
Evan Hunt
7b4467366d
3023. [bug] Named could be left in an inconsistent state when
...
receiving multiple AXFR response messages that were
not all TSIG-signed. [RT #23254 ]
2011-02-18 21:29:19 +00:00
Evan Hunt
a0e5d39d03
3021. [bug] Change #3010 was incomplete. [RT #22296 ]
2011-02-16 19:44:17 +00:00
Automatic Updater
8ce32752e6
update copyright notice
2011-02-03 12:17:23 +00:00
Mark Andrews
94d633f808
3012. [bug] Remove DNSKEY TTL change pairs before generating
...
signing records for any remaining DNSKEY changes.
[RT #22590 ]
2011-02-03 06:25:58 +00:00
Evan Hunt
24a73837dd
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:28:08 +00:00
Automatic Updater
f0cd6e4f2c
update copyright notice
2011-01-13 22:30:17 +00:00
Mark Andrews
db90edaeaa
-V support
2011-01-13 22:00:35 +00:00
Automatic Updater
74d29b18ad
update copyright notice
2011-01-07 23:46:36 +00:00
Evan Hunt
3207a16d0d
Initialize a pointer to NULL in order to silence a compiler warning.
...
Committing without review because the change is trivial.
2011-01-07 00:53:18 +00:00
Automatic Updater
7ee7aa860b
regen
2011-01-04 23:30:32 +00:00
Mark Andrews
465d41bd1c
remove semi-colon
2010-12-10 04:47:48 +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
e7ca8c91ec
2976. [bug] named die on exit after negotiating a GSS-TSIG key.
...
[RT #3415 ]
2010-12-02 23:26:58 +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
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
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
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
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
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
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
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
0154c3b77b
update copyright notice
2010-08-03 23:46:17 +00:00
Tatuya JINMEI 神明達哉
fdc65eb9ec
added me to authors. approved by Evan.
2010-08-03 16:44:52 +00:00
Mark Andrews
74373ce898
while (1) -> for (;;) to silence compiler warning
2010-07-20 04:51:38 +00:00
Mark Andrews
11f8ef90da
format/arg mismatch solaris
2010-07-20 04:48:01 +00:00
Mark Andrews
e5c3961bf6
0 -> 0U
2010-07-19 06:14:11 +00:00
Mark Andrews
d647b53008
silence compiler warnings about (char) as index to array
2010-07-19 05:14:47 +00:00
Tatuya JINMEI 神明達哉
9891a60571
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:26:10 +00:00
Evan Hunt
4b186490dd
Added function definitions and moved a variable declaration for win32 build.
2010-07-12 18:52:23 +00:00
Automatic Updater
d4fb9a4b93
update copyright notice
2010-07-11 23:46:36 +00:00
Evan Hunt
92f39ccb5b
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:19 +00:00
Automatic Updater
4fe6e5b494
update copyright notice
2010-06-26 23:46:27 +00:00
Mark Andrews
a386cb22a0
add /* NOT DOCUMENTED */
2010-06-26 00:20:04 +00:00
Mark Andrews
5a7f05ee3c
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-25 23:52:09 +00:00
Automatic Updater
c65ab74d31
update copyright notice
2010-06-25 23:46:33 +00:00
Mark Andrews
9777316c64
2924. [func] 'rndc secroots' dump a combined summary of the
...
current managed keys combined with trusted keys.
[RT #20904 ]
2010-06-25 03:51:07 +00:00
Automatic Updater
275c562ce7
update copyright notice
2010-06-22 23:46:34 +00:00
Mark Andrews
13ce1be5d3
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
...
to IPv4 clients. New acl 'filter-aaaa' (default any).
2010-06-22 04:04:22 +00:00
Automatic Updater
5a74ff52c2
regen
2010-06-21 23:30:24 +00:00