]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 7 May 2009 23:47:12 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 7 May 2009 23:47:12 +0000 (23:47 +0000)
lib/dns/include/dns/events.h
lib/dns/validator.c
lib/isc/hash.c

index c272b36d0bb31de9e29a222c00d060f1d2a9998b..bb61b9d40a018ad69b0df10ebfed76b24c7362e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: events.h,v 1.49.332.1 2009/05/06 23:34:30 jinmei Exp $ */
+/* $Id: events.h,v 1.49.332.2 2009/05/07 23:47:12 tbox Exp $ */
 
 #ifndef DNS_EVENTS_H
 #define DNS_EVENTS_H 1
index c38a92e554a0531628ff8cc42f321b672eb590ea..c62b714162bae7ab04ff4efe36d283ff83889126 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.164.12.8 2009/05/07 02:39:42 marka Exp $ */
+/* $Id: validator.c,v 1.164.12.9 2009/05/07 23:47:12 tbox Exp $ */
 
 #include <config.h>
 
@@ -3354,7 +3354,7 @@ proveunsecure(dns_validator_t *val, isc_boolean_t have_ds, isc_boolean_t resume)
                        if (result == DNS_R_NXRRSET &&
                            !dns_rdataset_isassociated(&val->frdataset) &&
                            dns_view_findzonecut2(val->view, tname, found,
-                                                 0, 0, ISC_FALSE, ISC_FALSE,
+                                                 0, 0, ISC_FALSE, ISC_FALSE,
                                                  NULL, NULL) == ISC_R_SUCCESS &&
                            dns_name_equal(tname, found)) {
                                if (val->mustbesecure) {
index f66556e686988c25369f4b7ee68fba98f9012092..9911bdee8fe2fbff983a008bfa61e69024556550 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: hash.c,v 1.13.332.2 2009/05/06 23:37:20 jinmei Exp $ */
+/* $Id: hash.c,v 1.13.332.3 2009/05/07 23:47:12 tbox Exp $ */
 
 /*! \file
  * Some portion of this code was derived from universal hash function
- * libraries of Rice University. 
+ * libraries of Rice University.
 \section license UH Universal Hashing Library
 
 Copyright ((c)) 2002, Rice University
@@ -244,7 +244,7 @@ isc_hash_ctxinit(isc_hash_t *hctx) {
                goto out;
 
        if (hctx->entropy) {
-               result = isc_entropy_getdata(hctx->entropy, 
+               result = isc_entropy_getdata(hctx->entropy,
                                             hctx->rndvector, hctx->vectorlen,
                                             NULL, 0);
                INSIST(result == ISC_R_SUCCESS);
@@ -276,7 +276,7 @@ isc_hash_ctxinit(isc_hash_t *hctx) {
 void
 isc_hash_init() {
        INSIST(hash != NULL && VALID_HASH(hash));
-       
+
        isc_hash_ctxinit(hash);
 }