Mark Andrews
c81ae07342
2331. [bug] Failure to regenerate any signatures was not being
...
reported nor being past back to the UPDATE client.
[RT #17570 ]
2008-04-28 03:28:10 +00:00
Automatic Updater
6452b4fe60
update copyright notice
2008-01-17 23:45:28 +00:00
Automatic Updater
5cf7059f70
update copyright notice
2008-01-02 23:45:33 +00:00
Mark Andrews
8faf9c895c
2284. [bug] Memory leak in UPDATE prerequisite processing.
...
[RT #17377 ]
2008-01-02 04:47:45 +00:00
Automatic Updater
10eef33fc6
update copyright notice
2007-08-28 07:19:18 +00:00
Automatic Updater
1de1f3d416
update copyright notice
2007-05-18 23:46:00 +00:00
Mark Andrews
5d4c32d816
2183. [bug] dnssec-signzone didn't handle offline private keys
...
well. [RT #16832 ]
2007-05-18 05:58:49 +00:00
Mark Andrews
18900ef649
update copyright notice
2006-01-06 00:01:42 +00:00
Mark Andrews
2408d854d8
1960. [bug] Update code should set NSEC ttls from SOA MINIMUM.
...
[RT #15465 ]
2006-01-05 03:22:08 +00:00
Mark Andrews
e149fb0812
update copyright notice
2005-10-08 00:21:06 +00:00
Mark Andrews
563fe908b0
1923. [bug] ns_client_detach() called too early. [RT #15499 ]
2005-10-07 04:15:21 +00:00
Mark Andrews
82f4e1f960
1742. [bug] Deleting all records at a node then adding a
...
previously existing record, in a single UPDATE
transaction, failed to leave / regenerate the
associated RRSIG records. [RT #12788 ]
2004-10-21 01:40:22 +00:00
Mark Andrews
720554c236
1741. [bug] Deleting all records at a node in a secure zone
...
using a update-policy grant failed. [RT #12787 ]
2004-10-12 22:04:47 +00:00
Mark Andrews
5be0522f56
1690. [bug] Delay detaching view from the client until UPDATE
...
processing completes when shutting down. [RT #11714 ]
2004-07-23 02:56:52 +00:00
Mark Andrews
26ea2735a1
1686. [bug] Named sent a extraneous NOTIFY when it received a
...
redundant UPDATE request. [RT #11943 ]
2004-07-20 07:39:13 +00:00
Mark Andrews
f7e0111470
1670. [func] Log UPDATE requests to slave zones without an acl as
...
"disabled" at debug level 3. [RT# 11657]
2004-06-21 00:42:42 +00:00
Mark Andrews
a61a8d4c49
1649. [bug] Silence "unexpected non-minimal diff" message.
...
[RT #11206 ]
2004-06-04 03:44:45 +00:00
Mark Andrews
8a0ec29c91
1633. [bug] named should return NOTIMP to update requests to a
...
slaves without a allow-update-forwarding acl specified.
[RT #11331 ]
2004-05-12 06:38:46 +00:00
Mark Andrews
44058ba2e1
1625. [bug] named failed to load/transfer RFC2535 signed zones
...
which contained CNAMES. [RT# 11237]
2004-05-05 01:32:17 +00:00
Mark Andrews
46278b601d
hide ((isc_event_t **) (void *)) cast using a macro, ISC_EVENT_PTR.
2004-04-15 02:10:41 +00:00
Mark Andrews
511621255e
1528. [cleanup] Simplify some dns_name_ functions based on the
...
deprecation of bitstring labels.
1527. [cleanup] Reduce the number of gettimeofday() calls without
losing necessary timer granularity.
2004-03-08 21:06:29 +00:00
Mark Andrews
a821d5fa3d
DNSSEC bis merge from HEAD:
...
1581. [func] Disable DNSSEC support by default. To enable
DNSSEC specify "enable-dnssec yes;" in named.conf.
1565. [bug] CD flag should be copied to outgoing queries unless
the query is under a secure entry point in which case
CD should be set.
1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
child zones for which we don't have a supported
algorithm. Such child zones are treated as unsigned.
1557. [func] Implement missing DNSSEC tests for
* NOQNAME proof with wildcard answers.
* NOWILDARD proof with NXDOMAIN.
Cache and return NOQNAME with wildcard answers.
1541. [func] NSEC now uses new bitmap format.
1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
length of the new bitmap.
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2004-03-08 02:08:05 +00:00
Mark Andrews
a09e55f624
update copyrights
2004-03-06 10:22:54 +00:00
Mark Andrews
694b001677
1586. [func] "check-names" is now implemented.
2004-02-27 21:45:34 +00:00
Mark Andrews
25a60b1d80
sync with HEAD
2003-10-15 05:32:25 +00:00
Mark Andrews
57b54234cd
sizeof style
2003-09-11 00:18:18 +00:00
Mark Andrews
c6f41773a4
1421. [func] Differentiate updates that don't succeed due to
...
prerequisites (unsuccessful) vs other reasons
(failed).
2003-08-26 04:42:22 +00:00
Mark Andrews
388672fb80
pullup misc. changes
2003-08-25 05:49:57 +00:00
Mark Andrews
4dde5e1d1f
1301. [func] New category 'update-security'.
2003-08-15 02:21:03 +00:00
Mark Andrews
67b45f602c
1281. [func] Log zone when unable to get private keys to update
...
zone. Log zone when NXT records are missing from
secure zone.
2003-08-15 01:08:33 +00:00
Mark Andrews
f09db09817
1190. [func] Add the "rndc freeze" and"rndc unfreeze" commands.
...
[RT #2394 ]
2003-08-13 02:08:46 +00:00
Mark Andrews
16f1baf43f
pullup:
...
missing format string argument; add format checking
2003-08-13 02:00:19 +00:00
Mark Andrews
f260e463c6
pullup
...
make a few dynamic update log messages more informative
2003-08-13 01:58:07 +00:00
Mark Andrews
fbfcbe90e2
1181. [func] Add the "key-directory" configuration statement,
...
which allows the server to look for online signing
keys in alternate directories.
2003-08-13 01:41:34 +00:00
Mark Andrews
6397057426
1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
2003-08-12 05:21:11 +00:00
Mark Andrews
48abf5d772
1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
2003-08-08 04:09:35 +00:00
Mark Andrews
f4d86cfcea
update_copyrights
2003-07-22 04:03:54 +00:00
Mark Andrews
00a5c833e7
1369. [bug] Adding an NS record as the lexicographically last
...
record in a secure zone didn't work.
2003-05-12 03:58:59 +00:00
Mark Andrews
73d7583d98
update copyrights
2002-02-08 03:57:47 +00:00
Brian Wellington
99df95697c
pullup:
...
1191. [bug] A dynamic update removing the last non-apex name in
a secure zone would fail. [RT #2399 ]
2002-01-23 08:17:55 +00:00
Mark Andrews
feed58ca64
pullup:
...
add format checking
2002-01-23 03:02:28 +00:00
David Lawrence
4f36774273
include <dns/soa.h> for dns_soa_serial() prototype
2001-05-31 10:38:01 +00:00
Danny Mayer
94b88b9500
named_order needed const in declaration
2001-05-06 02:17:48 +00:00
Brian Wellington
efec85a561
add consts [RT #1016 ]
2001-03-12 22:49:29 +00:00
Mark Andrews
55b6243923
776. [func] Improved error reporting in denied messages. [RT #252 ]
2001-03-11 06:19:39 +00:00
Brian Wellington
ea544b0511
747. [bug] The code to determine whether an IXFR was possible
...
did not properly check for a database that could
not have a journal. [RT #908 ]
2001-02-22 19:15:01 +00:00
Andreas Gustafsson
08b48bdf45
missing space between words in error message
2001-02-15 19:38:09 +00:00
Andreas Gustafsson
a1cfa2a82d
need <isc/print.h>
2001-01-22 18:59:06 +00:00
Andreas Gustafsson
6259fcd6f7
include client address and zone name in dynamic update
...
log messages
2001-01-18 23:31:03 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00