mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
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.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdataslab.c,v 1.33 2003/02/26 23:52:29 marka Exp $ */
|
||||
/* $Id: rdataslab.c,v 1.34 2004/01/14 02:06:50 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -239,7 +239,9 @@ static dns_rdatasetmethods_t rdataset_methods = {
|
||||
rdataset_next,
|
||||
rdataset_current,
|
||||
rdataset_clone,
|
||||
rdataset_count
|
||||
rdataset_count,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user