1600. [bug] Duplicate zone pre-load checks were not case

insensitive.

1599.   [bug]           Fix memory leak on error path when checking named.conf.

1598.   [func]          Specify that certain parts of the namespace must
                        be secure (dnssec-must-be-secure).
This commit is contained in:
Mark Andrews
2004-04-15 23:40:27 +00:00
parent b4fe7caac9
commit 8d414d1559
14 changed files with 359 additions and 44 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.25 2004/03/10 02:19:54 marka Exp $ */
/* $Id: named.conf,v 1.26 2004/04/15 23:40:22 marka Exp $ */
// NS3
@@ -74,4 +74,9 @@ zone "keyless.example" {
file "keyless.example.db.signed";
};
zone "mustbesecure.example" {
type master;
file "mustbesecure.example.db";
};
include "trusted.conf";