]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 14 Nov 2008 23:46:41 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 14 Nov 2008 23:46:41 +0000 (23:46 +0000)
lib/dns/dnssec.c
lib/dns/include/dns/Makefile.in
lib/dns/validator.c
lib/isc/include/isc/Makefile.in

index 99506cccc52c11cac79adeadc041e3d6b81ae9b7..a18df9394286b061c4928190f7dce201d1f5cd61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.91.58.1 2008/11/14 22:57:29 marka Exp $
+ * $Id: dnssec.c,v 1.91.58.2 2008/11/14 23:46:41 tbox Exp $
  */
 
 /*! \file */
@@ -431,7 +431,7 @@ dns_dnssec_verify2(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
        dns_fixedname_init(&fnewname);
        labels = dns_name_countlabels(name) - 1;
        RUNTIME_CHECK(dns_name_downcase(name, dns_fixedname_name(&fnewname),
-                                       NULL) == ISC_R_SUCCESS);
+                                       NULL) == ISC_R_SUCCESS);
        if (labels - sig.labels > 0)
                dns_name_split(dns_fixedname_name(&fnewname), sig.labels + 1,
                               NULL, dns_fixedname_name(&fnewname));
@@ -511,9 +511,9 @@ cleanup_struct:
        dns_rdata_freestruct(&sig);
 
        if (ret == ISC_R_SUCCESS && labels - sig.labels > 0) {
-               if (wild != NULL) 
+               if (wild != NULL)
                        RUNTIME_CHECK(dns_name_concatenate(dns_wildcardname,
-                                                dns_fixedname_name(&fnewname),
+                                                dns_fixedname_name(&fnewname),
                                                 wild, NULL) == ISC_R_SUCCESS);
                ret = DNS_R_FROMWILDCARD;
        }
@@ -829,7 +829,7 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
        RETERR(dst_context_create(key, mctx, &ctx));
 
        /*
-        * Digest the SIG(0) record, except for the signature.
+        * Digest the SIG(0) record, except for the signature.
         */
        dns_rdata_toregion(&rdata, &r);
        r.length -= sig.siglen;
index e81108cd7fc44bfe32280e77b5947e688f0a3877..45298f68f9ae111fcc7e3a33c86e89ae7d97584a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.53.62.1 2008/11/14 05:26:13 marka Exp $
+# $Id: Makefile.in,v 1.53.62.2 2008/11/14 23:46:41 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index c92c45331c78e4695cfef0f3f6351703178ba593..5d4fd1e102d86e289c97fcefc0b3086e9df28de5 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.155.52.7 2008/11/14 22:57:29 marka Exp $ */
+/* $Id: validator.c,v 1.155.52.8 2008/11/14 23:46:41 tbox Exp $ */
 
 #include <config.h>
 
@@ -1132,7 +1132,7 @@ get_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo) {
                        return (DNS_R_CONTINUE);
        } else {
                /*
-                * SOA and NS RRsets can only be signed by a key with   
+                * SOA and NS RRsets can only be signed by a key with
                 * the same name.
                 */
                if (val->event->rdataset->type == dns_rdatatype_soa ||
index ae6f565dea3d115725bf7e03ac97f6eb7a8867e4..4b23d654649447cf0c5175f4eb728c0a460f8ab3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.62.128.1 2008/11/14 05:26:13 marka Exp $
+# $Id: Makefile.in,v 1.62.128.2 2008/11/14 23:46:41 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@