]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 7 May 2009 23:47:44 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 7 May 2009 23:47:44 +0000 (23:47 +0000)
bin/dnssec/dnssec-keyfromlabel.c
bin/dnssec/dnssec-keygen.c
lib/dns/validator.c

index 4df382afdcf886e70e7b3518ecbfc8088b5c76c1..1ad66d70be279bec55d5f75712e18d56865878f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keyfromlabel.c,v 1.5 2009/05/07 09:33:52 fdupont Exp $ */
+/* $Id: dnssec-keyfromlabel.c,v 1.6 2009/05/07 23:47:44 tbox Exp $ */
 
 /*! \file */
 
index db655bb131383f1de5d2d4f6f997f276e78f7f8a..2fe86e87293d99a7211a0bee45c8aa545cdc436f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keygen.c,v 1.82 2009/05/07 09:33:52 fdupont Exp $ */
+/* $Id: dnssec-keygen.c,v 1.83 2009/05/07 23:47:44 tbox Exp $ */
 
 /*! \file */
 
index 3578e2a2582092331a207a312d70a73de3002f09..cef8a60712f0e486c5ccc303585ddbea7cf5376b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.175 2009/05/07 09:41:22 fdupont Exp $ */
+/* $Id: validator.c,v 1.176 2009/05/07 23:47:44 tbox Exp $ */
 
 #include <config.h>
 
@@ -3353,7 +3353,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) {