]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 3 Jun 2010 23:49:23 +0000 (23:49 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 3 Jun 2010 23:49:23 +0000 (23:49 +0000)
bin/dnssec/dnssec-signzone.c
bin/tests/system/dnssec/clean.sh
lib/isc/include/isc/platform.h.in

index c9f8d96c3e1b4befd2842aaf237d9691e1be51ba..3db3b2873240bcdcc2a027b2a0e3ba7e00d8331e 100644 (file)
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.258.4.3 2010/06/03 03:32:25 marka Exp $ */
+/* $Id: dnssec-signzone.c,v 1.258.4.4 2010/06/03 23:49:23 tbox Exp $ */
 
 /*! \file */
 
@@ -2112,9 +2112,9 @@ nsecify(void) {
                                check_result(result, "dns_dbiterator_next()");
                        dns_db_detachnode(gdb, &node);
                        continue;
-               } 
+               }
 
-               if (dns_name_equal(name, gorigin)) 
+               if (dns_name_equal(name, gorigin))
                        remove_records(node, dns_rdatatype_nsec3param);
 
                if (delegation(name, node, &nsttl)) {
@@ -2516,21 +2516,21 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
        while (!done) {
                result = dns_dbiterator_current(dbiter, &node, name);
                check_dns_dbiterator_current(result);
-                /*
-                 * Skip out-of-zone records.
-                 */
-                if (!dns_name_issubdomain(name, gorigin)) {
-                        result = dns_dbiterator_next(dbiter);
-                        if (result == ISC_R_NOMORE)
-                                done = ISC_TRUE;
-                        else
-                                check_result(result, "dns_dbiterator_next()");
-                        dns_db_detachnode(gdb, &node);
-                        continue;
-                }
-                if (dns_name_equal(name, gorigin))
-                        remove_records(node, dns_rdatatype_nsec);
+               /*
+                * Skip out-of-zone records.
+                */
+               if (!dns_name_issubdomain(name, gorigin)) {
+                       result = dns_dbiterator_next(dbiter);
+                       if (result == ISC_R_NOMORE)
+                               done = ISC_TRUE;
+                       else
+                               check_result(result, "dns_dbiterator_next()");
+                       dns_db_detachnode(gdb, &node);
+                       continue;
+               }
+
+               if (dns_name_equal(name, gorigin))
+                       remove_records(node, dns_rdatatype_nsec);
 
                result = dns_dbiterator_next(dbiter);
                nextnode = NULL;
@@ -2659,7 +2659,7 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
                                check_result(result, "dns_dbiterator_next()");
                        dns_db_detachnode(gdb, &node);
                        continue;
-               } 
+               }
                result = dns_dbiterator_next(dbiter);
                nextnode = NULL;
                while (result == ISC_R_SUCCESS) {
index 2d417be10ad483bd3af4d542d21a69735fc1ca94..dcfd72877db4e4884ea3574ad1ee8d3c8d149229 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.25.32.1 2010/06/03 03:32:25 marka Exp $
+# $Id: clean.sh,v 1.25.32.2 2010/06/03 23:49:23 tbox Exp $
 
 rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
 rm -f ns1/root.db ns2/example.db ns3/secure.example.db
index 77dc8ccb72f0ce8dbe01dee5111d65ab10daf530..440faa65b9bd4de2b93e95958d6af979b8ff2cc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: platform.h.in,v 1.53.66.1 2010/06/03 02:31:58 marka Exp $ */
+/* $Id: platform.h.in,v 1.53.66.2 2010/06/03 23:49:23 tbox Exp $ */
 
 #ifndef ISC_PLATFORM_H
 #define ISC_PLATFORM_H 1