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:56:34 +00:00
parent cb9767ed89
commit 69b34284dc
14 changed files with 362 additions and 41 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.18.12.5 2004/03/10 02:55:55 marka Exp $ */
/* $Id: named.conf,v 1.18.12.6 2004/04/15 23:56:26 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";