]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 28 Feb 2011 01:20:05 +0000 (01:20 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 28 Feb 2011 01:20:05 +0000 (01:20 +0000)
57 files changed:
Makefile.in
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/host.c
bin/dig/include/dig/dig.h
bin/dig/nslookup.c
bin/dnssec/dnssec-keyfromlabel.docbook
bin/dnssec/dnssec-signzone.c
bin/named/config.c
bin/named/unix/os.c
bin/named/update.c
bin/rndc/rndc.c
bin/tests/resolver/Makefile.in
bin/tests/resolver/t_resolver.c
bin/tests/system/database/clean.sh
bin/tests/system/database/ns1/named.conf1
bin/tests/system/database/ns1/named.conf2
bin/tests/system/database/setup.sh
bin/tests/system/database/tests.sh
bin/tests/system/dns64/ns1/example.db
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/expired.example.db.in
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
bin/tests/system/dnssec/ns3/named.conf
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/nsupdate/clean.sh
bin/tests/system/nsupdate/ns3/named.conf
bin/tests/system/nsupdate/ns3/sign.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/xfer/tests.sh
lib/dns/adb.c
lib/dns/dispatch.c
lib/dns/include/dns/Makefile.in
lib/dns/include/dns/resolver.h
lib/dns/ncache.c
lib/dns/rcode.c
lib/dns/rdatalist.c
lib/dns/rdataslab.c
lib/dns/tests/dnstest.c
lib/dns/tests/master_test.c
lib/dns/validator.c
lib/dns/xfrin.c
lib/isc/httpd.c
lib/isc/include/isc/task.h
lib/isc/netaddr.c
lib/isc/sockaddr.c
lib/isc/task.c
lib/isc/timer.c
lib/isc/unix/socket.c
lib/isc/win32/include/isc/ipv6.h
lib/isccc/Makefile.in
lib/isccfg/Makefile.in
make/rules.in
unit/unittest.sh.in
util/merge_copyrights

index b4095b7bcda104edf5108bb5fd2c26dd3c50497b..1952b544a43cdd0bf1ce62b48451c32ac14dbfd7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  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.58.250.1 2011/02/26 02:36:45 each Exp $
+# $Id: Makefile.in,v 1.58.250.2 2011/02/28 01:19:57 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index b16bf4d0a048da44c12f9a9c3bb2c305c9db4a63..6a16ea14443e8dc7f387463a3a0f9636e2475b06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: dig.c,v 1.237.124.1 2011/02/25 23:08:32 each Exp $ */
+/* $Id: dig.c,v 1.237.124.2 2011/02/28 01:19:57 tbox Exp $ */
 
 /*! \file */
 
index 81b4490ddf7bab455191692a424cb32e33c52f67..d566bf05142f064b0b80629810f924f91f37aeb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: dighost.c,v 1.336.22.2 2011/02/25 23:08:32 each Exp $ */
+/* $Id: dighost.c,v 1.336.22.3 2011/02/28 01:19:57 tbox Exp $ */
 
 /*! \file
  *  \note
index d39ea982420b63271496e3df970252de6eda86f2..2d17961dc1371914f9ca23bf1bc7a1a04517ca9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: host.c,v 1.124.40.1 2011/02/21 07:36:41 marka Exp $ */
+/* $Id: host.c,v 1.124.40.2 2011/02/28 01:19:58 tbox Exp $ */
 
 /*! \file */
 
index 996a7a5c6522a539cad4c483af85885177a66fcd..66876b5ca4952e93ba3984731dfdeaf9c2c23fa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: dig.h,v 1.111.306.1 2011/02/25 23:08:33 each Exp $ */
+/* $Id: dig.h,v 1.111.306.2 2011/02/28 01:19:58 tbox Exp $ */
 
 #ifndef DIG_H
 #define DIG_H
index 5340862c9905b54627cae7e99abb50f64ab68dae..48c390b8ae0efbd1fe7db27d306ae449eaef6174 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: nslookup.c,v 1.127.38.1 2011/02/21 07:25:51 marka Exp $ */
+/* $Id: nslookup.c,v 1.127.38.2 2011/02/28 01:19:58 tbox Exp $ */
 
 #include <config.h>
 
index 9f4a5238cb706c3956caa7e978a69c329db7c300..5f3e0e681f97225831d6d026fab4d91612ded97a 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2008-2010  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2008-2011  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
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-keyfromlabel.docbook,v 1.18.14.1 2011/02/03 11:59:29 marka Exp $ -->
+<!-- $Id: dnssec-keyfromlabel.docbook,v 1.18.14.2 2011/02/28 01:19:58 tbox Exp $ -->
 <refentry id="man.dnssec-keyfromlabel">
   <refentryinfo>
     <date>February 8, 2008</date>
@@ -39,6 +39,7 @@
       <year>2008</year>
       <year>2009</year>
       <year>2010</year>
+      <year>2011</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 2ad072cf60b521f6e63539522aec4286a0fc7088..74b26cd2e1e666105e059e4416982f0f51b38046 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2011  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-signzone.c,v 1.262.110.1 2011/02/24 03:11:48 marka Exp $ */
+/* $Id: dnssec-signzone.c,v 1.262.110.2 2011/02/28 01:19:58 tbox Exp $ */
 
 /*! \file */
 
index 0e04d1877eee788a0dffb957d4c289a3d2775e6e..f5e93e42a66667e6065ee1182a3321bf0e85b06d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-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: config.c,v 1.113.16.1 2011/02/03 05:50:05 marka Exp $ */
+/* $Id: config.c,v 1.113.16.2 2011/02/28 01:19:58 tbox Exp $ */
 
 /*! \file */
 
index 03aff510d7e2ba3a28bf6bce51e1326e8df993f3..33ff783ca31b22827ca7418622574f8d91a6c9bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  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: os.c,v 1.104.38.1 2011/02/21 07:16:16 marka Exp $ */
+/* $Id: os.c,v 1.104.38.2 2011/02/28 01:19:59 tbox Exp $ */
 
 /*! \file */
 
index 54aef580f672ed29cd412a9950fa8a51a16f54cf..1ef2010e048f6b8e298dd5e119f5b3a8e2b84645 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  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: update.c,v 1.186.16.1 2011/02/03 06:18:51 marka Exp $ */
+/* $Id: update.c,v 1.186.16.2 2011/02/28 01:19:59 tbox Exp $ */
 
 #include <config.h>
 
@@ -3436,7 +3436,7 @@ add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype,
         */
        for (tuple = ISC_LIST_HEAD(diff->tuples);
             tuple != NULL; tuple = next) {
-       
+
                next = ISC_LIST_NEXT(tuple, link);
 
                if (tuple->rdata.type != dns_rdatatype_dnskey)
@@ -3500,7 +3500,7 @@ add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype,
             tuple = ISC_LIST_HEAD(temp_diff.tuples)) {
 
                ISC_LIST_UNLINK(temp_diff.tuples, tuple, link);
-                ISC_LIST_APPEND(diff->tuples, tuple, link);
+               ISC_LIST_APPEND(diff->tuples, tuple, link);
 
                dns_rdata_tostruct(&tuple->rdata, &dnskey, NULL);
                if ((dnskey.flags &
index 49904e0ba5d263c432748a3a85045572c88f54eb..69ca709bff3d3845e89105328c5be8a3356887e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: rndc.c,v 1.131.20.1 2011/02/03 11:44:45 marka Exp $ */
+/* $Id: rndc.c,v 1.131.20.2 2011/02/28 01:19:59 tbox Exp $ */
 
 /*! \file */
 
index 31c1cbf6f649525c2997e68b3ae7ae24e6281612..65738d039c14982aa929cb1dca445fc931c2e233 100644 (file)
@@ -1,7 +1,6 @@
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 1999-2002  Internet Software Consortium.
+# Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
 # copyright notice and this permission notice appear in all copies.
 #
@@ -13,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2.2.2 2011/02/03 05:50:06 marka Exp $
+# $Id: Makefile.in,v 1.2.2.3 2011/02/28 01:19:59 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 317ccc2660073513130bf7a382f2821aca54a027..4f78c949eb1fc1a991ff7b6e05908f4a64a7bd69 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: t_resolver.c,v 1.2.2.2 2011/02/03 05:50:06 marka Exp $ */
+/* $Id: t_resolver.c,v 1.2.2.3 2011/02/28 01:19:59 tbox Exp $ */
 
 #include <config.h>
 
@@ -52,7 +52,7 @@ setup_create_dispatch_v4(void)
 {
        isc_sockaddr_t local_address;
        isc_sockaddr_any(&local_address);
-       
+
        CHECK(dns_dispatch_getudp(dispatch_manager, socket_manager, task_manager,
                                  &local_address, 4096, 100, 100, 100, 500,
                                  0, 0, /* unsigned int attributes, unsigned int mask, */
@@ -83,7 +83,7 @@ teardown(void) {
 static isc_result_t
 make_resolver(dns_resolver_t **resolverp) {
        isc_result_t result;
-       
+
        result = dns_resolver_create(view,
                            task_manager, 1,
                            socket_manager,
@@ -128,7 +128,7 @@ test_dns_resolver_gettimeout(void) {
                 "The default timeout is returned from _gettimeout()");
        setup();
        CHECK(make_resolver(&resolver));
-       
+
        timeout = dns_resolver_gettimeout(resolver);
        t_info("The default timeout is %d second%s\n", timeout, (timeout == 1 ? "" : "s"));
        test_result = (timeout > 0) ? T_PASS : T_FAIL;
@@ -149,7 +149,7 @@ test_dns_resolver_settimeout(void) {
                 "_settimeout() can change the timeout to a non-default");
        setup();
        CHECK(make_resolver(&resolver));
-       
+
        default_timeout = dns_resolver_gettimeout(resolver);
        t_info("The default timeout is %d second%s\n", default_timeout,
               (default_timeout == 1 ? "" : "s"));
@@ -162,7 +162,7 @@ test_dns_resolver_settimeout(void) {
 
        destroy_resolver(&resolver);
        teardown();
-       
+
        t_result(test_result);
 }
 
@@ -177,7 +177,7 @@ test_dns_resolver_settimeout_to_default(void) {
                 " by specifying 0 as the timeout.");
        setup();
        CHECK(make_resolver(&resolver));
-       
+
        default_timeout = dns_resolver_gettimeout(resolver);
        t_info("The default timeout is %d second%s\n", default_timeout,
               (default_timeout == 1 ? "" : "s"));
@@ -193,7 +193,7 @@ test_dns_resolver_settimeout_to_default(void) {
 
        destroy_resolver(&resolver);
        teardown();
-       
+
        t_result(test_result);
 }
 
@@ -207,7 +207,7 @@ test_dns_resolver_settimeout_over_maximum(void) {
                 "_settimeout() cannot set the value larger than the maximum.");
        setup();
        CHECK(make_resolver(&resolver));
-       
+
        dns_resolver_settimeout(resolver, 4000000);
        timeout = dns_resolver_gettimeout(resolver);
        t_info("The new timeout is %d second%s\n", timeout,
@@ -217,7 +217,7 @@ test_dns_resolver_settimeout_over_maximum(void) {
 
        destroy_resolver(&resolver);
        teardown();
-       
+
        t_result(test_result);
 }
 
index 27144dd4674efeb7807ec224e0597e5f9e9e13cd..d135a5c7582537ae38dc7fa152590b23102e7b0f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011  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 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.2.2.2 2011/02/22 04:25:56 marka Exp $
+# $Id: clean.sh,v 1.2.2.3 2011/02/28 01:19:59 tbox Exp $
 
 rm -f ns1/named.conf ns1/named.run ns1/named.memstats
 rm -f dig.out.*
index 5705a833911cc4b56ef01ff79d9f9dd85d7437e0..e92e89bd88756bd6a1a876b6558459e1c60b60f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011  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: named.conf1,v 1.2.2.2 2011/02/22 04:25:56 marka Exp $ */
+/* $Id: named.conf1,v 1.2.2.3 2011/02/28 01:20:00 tbox Exp $ */
 
 // NS1
 
index 1073c0b7012dd801cfbfca389949cab30d330c26..cc91c5167abb2260f811521c931117d79196bd86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011  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: named.conf2,v 1.2.2.2 2011/02/22 04:25:56 marka Exp $ */
+/* $Id: named.conf2,v 1.2.2.3 2011/02/28 01:20:00 tbox Exp $ */
 
 // NS1
 
index c1aab9ebaa38259aab137ee38d4a6bc953b69872..38fb2aedb4b0666b547ff1846bf3fe2661d4104e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011  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,6 +14,6 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: setup.sh,v 1.2.2.2 2011/02/22 04:25:56 marka Exp $
+# $Id: setup.sh,v 1.2.2.3 2011/02/28 01:19:59 tbox Exp $
 
 cp ns1/named.conf1 ns1/named.conf
index 7be97be8325204db9c8217f3ead8957e5a223d57..498b8768ff7e7819124711d49093934a17a12d2a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011  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 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.2.2.2 2011/02/22 04:25:56 marka Exp $
+# $Id: tests.sh,v 1.2.2.3 2011/02/28 01:19:59 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 3f2f636f747d7b3b22f14be320212ec6ca4f12a4..79418d2d25c11796906c62546a8b99919db7e2a0 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2010, 2011  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: example.db,v 1.3.22.1 2011/02/03 07:39:02 marka Exp $
+; $Id: example.db,v 1.3.22.2 2011/02/28 01:20:00 tbox Exp $
 
 $TTL   3600
 @      SOA ns1 marka.isc.org. 0 0 0 0 1200
index 3e7293c6cf6cbf42264ebb8f1630a2fe0d17d087..b79e69a88b7e9b4d0dcf30cc3641f29e834b98cb 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2004, 2007-2011  Internet Systems Consortium, Inc. ("ISC")
 ; Copyright (C) 2000-2002  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: example.db.in,v 1.24.162.3 2011/02/23 11:36:03 marka Exp $
+; $Id: example.db.in,v 1.24.162.4 2011/02/28 01:20:00 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 74036131c5307188c5d6142e7e8c302ea030c6c4..fc7ab3f368fb42b1610c1ec0f06eb4aa20369932 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  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: sign.sh,v 1.41.40.3 2011/02/23 11:36:03 marka Exp $
+# $Id: sign.sh,v 1.41.40.4 2011/02/28 01:20:00 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 22fddbd4a2b40c6ad19b6190d83b739c2b62b08c..4ca4f41686e7f0d71a95f53028947e937fe0dceb 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2011  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
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: expired.example.db.in,v 1.1.2.2 2011/02/08 03:48:22 marka Exp $
+; $Id: expired.example.db.in,v 1.1.2.3 2011/02/28 01:20:00 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index cede96ac6fbced4bfce971ce69f0f2498cb8b0f0..59d83cb1ad2c8c592f82d323257ec4e8e2859007 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2011  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
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: insecure.below-cname.example.db,v 1.2.2.2 2011/02/23 11:36:03 marka Exp $
+; $Id: insecure.below-cname.example.db,v 1.2.2.3 2011/02/28 01:20:00 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 88b0c57ddaeb66dec919a5d9eb2d465217b16c26..f8ca4928fcba0abf985b661cf2c3d9335ccb92dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2011  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 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.38.86.4 2011/02/23 11:36:03 marka Exp $ */
+/* $Id: named.conf,v 1.38.86.5 2011/02/28 01:20:00 tbox Exp $ */
 
 // NS3
 
index 16d9f9fd79cf6669a672224878c2e057f4bdc66d..bb2312147a7e41541bf47fb4dbdf95fdb26a1584 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2011  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
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: secure.below-cname.example.db.in,v 1.2.2.2 2011/02/23 11:36:03 marka Exp $
+; $Id: secure.below-cname.example.db.in,v 1.2.2.3 2011/02/28 01:20:00 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 1c7fcc31bc0c4b6c7eb195ff2d1386f46dfe8d25..7b57a8e526bdac5235c6e9cbb44a27e7620eeb0a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006-2011  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: sign.sh,v 1.32.162.4 2011/02/23 11:36:03 marka Exp $
+# $Id: sign.sh,v 1.32.162.5 2011/02/28 01:20:01 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 5b137ea39d6e8e169a73d1570f22383c017c63ea..2feb695af8cf89e664c9833000802c8bc4f57e58 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  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.20.24.1 2011/02/03 06:18:51 marka Exp $
+# $Id: clean.sh,v 1.20.24.2 2011/02/28 01:20:01 tbox Exp $
 
 #
 # Clean up after zone transfer tests.
index b9667f87b6a797ab2e5642d8f85f6bd9b56d0fcb..176d538796d6333a2b9fef35e51f76b53b6c3a9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 2011  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: named.conf,v 1.3.24.1 2011/02/03 06:18:51 marka Exp $ */
+/* $Id: named.conf,v 1.3.24.2 2011/02/28 01:20:01 tbox Exp $ */
 
 // NS1
 
index f1f98e003ce0c7b888656564903b2d74fda5d910..37f227a0d8878754950dd2873bfa36ce9a92723f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2011  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 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.2.26.1 2011/02/03 06:18:51 marka Exp $
+# $Id: sign.sh,v 1.2.26.2 2011/02/28 01:20:01 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index ca79d46cb7487680d50085361d3cf8944ff2d1ce..6d1a41c9e935494e1a12b3eb8e796070454eee0a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  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: tests.sh,v 1.32.24.1 2011/02/03 06:18:51 marka Exp $
+# $Id: tests.sh,v 1.32.24.2 2011/02/28 01:20:01 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index b0fde9d3775757f0c31d9020bd39db419533125a..9790137c60f55904c3e5d2fa2da75dbf5fa2c981 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  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: tests.sh,v 1.31.814.1 2011/02/19 01:21:27 each Exp $
+# $Id: tests.sh,v 1.31.814.2 2011/02/28 01:20:01 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index fc6a1ea63fa09070eef3dedf73a196e13e458b25..41292eb2fe072d8ec7fe9371e58844fe6a2bb634 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  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: adb.c,v 1.254.14.1 2011/02/21 07:10:15 marka Exp $ */
+/* $Id: adb.c,v 1.254.14.2 2011/02/28 01:20:01 tbox Exp $ */
 
 /*! \file
  *
index ef85214e08f895e79a7afe92499a1e9a8f682dc4..b5dfb922c2c74420d0e1c3d98b3e370b4e91703b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011  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: dispatch.c,v 1.168.248.1 2011/02/03 05:50:06 marka Exp $ */
+/* $Id: dispatch.c,v 1.168.248.2 2011/02/28 01:20:01 tbox Exp $ */
 
 /*! \file */
 
index 71a7adfa03d5fe06303c28b24f4fe1c0c9ee74d0..66e0f0b2fc9e3e9f4b34966965b211aaf15c8a49 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2009, 2011  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.57.296.1 2011/02/22 11:50:42 marka Exp $
+# $Id: Makefile.in,v 1.57.296.2 2011/02/28 01:20:02 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index f5037da717a2c4314407faac9ac4d8971a51c90d..4662706fefee36e434595fa62cdb9899dc3016a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 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: resolver.h,v 1.67.86.1 2011/02/03 05:50:07 marka Exp $ */
+/* $Id: resolver.h,v 1.67.86.2 2011/02/28 01:20:02 tbox Exp $ */
 
 #ifndef DNS_RESOLVER_H
 #define DNS_RESOLVER_H 1
index 447316200dd7f6763f2a997880f425fceb7eaf7c..a290f3b081680684077fc012b3beff6d7d1fba0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2010, 2011  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: ncache.c,v 1.50.124.1 2011/02/03 07:39:03 marka Exp $ */
+/* $Id: ncache.c,v 1.50.124.2 2011/02/28 01:20:02 tbox Exp $ */
 
 /*! \file */
 
index 8e9c6f2cb96ba8ca9cf9210aaecadec27f2cd22a..3d69d9ca00bb2282a24382f9947759ebb8868558 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: rcode.c,v 1.16.14.1 2011/02/21 06:52:20 marka Exp $ */
+/* $Id: rcode.c,v 1.16.14.2 2011/02/28 01:20:02 tbox Exp $ */
 
 #include <config.h>
 #include <ctype.h>
index 8a4a2bceb6128014fe650720d306b7e25c3d1bb5..96516db5c471ad7b2bb9110af6ecb9d93a454b8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 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: rdatalist.c,v 1.40.40.1 2011/02/21 07:03:01 marka Exp $ */
+/* $Id: rdatalist.c,v 1.40.40.2 2011/02/28 01:20:02 tbox Exp $ */
 
 /*! \file */
 
index bbb7e5721884959e834d081bc2a98ef9003188a8..f1d7587445ed9b4ef3624a7e267b44f308d700bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  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: rdataslab.c,v 1.52.148.1 2011/02/03 07:39:03 marka Exp $ */
+/* $Id: rdataslab.c,v 1.52.148.2 2011/02/28 01:20:02 tbox Exp $ */
 
 /*! \file */
 
@@ -150,7 +150,7 @@ dns_rdataslab_fromrdataset(dns_rdataset_t *rdataset, isc_mem_t *mctx,
        if (nalloc > 0xffff)
                return (ISC_R_NOSPACE);
 
-       
+
        if (nalloc != 0) {
                x = isc_mem_get(mctx, nalloc * sizeof(struct xrdata));
                if (x == NULL)
index b0a4cedc7f8c8363fbe8a6223f5fa6cd2fe98e8d..9e2cc6b681115e3272702c57f9492f4d246ed98b 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnstest.c,v 1.2.2.2 2011/02/26 02:36:46 each Exp $ */
+/* $Id: dnstest.c,v 1.2.2.3 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
@@ -46,12 +46,12 @@ static isc_boolean_t hash_active = ISC_FALSE, dst_active = ISC_FALSE;
  * Logging categories: this needs to match the list in bin/named/log.c.
  */
 static isc_logcategory_t categories[] = {
-               { "",                0 },
-               { "client",          0 },
-               { "network",         0 },
-               { "update",          0 },
-               { "queries",         0 },
-               { "unmatched",       0 },
+               { "",                0 },
+               { "client",          0 },
+               { "network",         0 },
+               { "update",          0 },
+               { "queries",         0 },
+               { "unmatched",       0 },
                { "update-security", 0 },
                { "query-errors",    0 },
                { NULL,              0 }
index 1ecf3add74396cf69f23495f35bae7735ea83c0e..26bc8c797dd3b75af91fcd4f50cd6e24458763bf 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master_test.c,v 1.2.2.2 2011/02/26 02:36:46 each Exp $ */
+/* $Id: master_test.c,v 1.2.2.3 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
@@ -107,7 +107,7 @@ test_master(const char *testfile) {
 ATF_TC(master_load);
 ATF_TC_HEAD(master_load, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() loads a "
-                                      "valid master file and returns success");
+                                      "valid master file and returns success");
 }
 ATF_TC_BODY(master_load, tc) {
        isc_result_t result;
@@ -128,7 +128,7 @@ ATF_TC_BODY(master_load, tc) {
 ATF_TC(master_unexpected);
 ATF_TC_HEAD(master_unexpected, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
-                                      "DNS_R_UNEXPECTED when file ends "
+                                      "DNS_R_UNEXPECTED when file ends "
                                       "too soon");
 }
 ATF_TC_BODY(master_unexpected, tc) {
@@ -150,7 +150,7 @@ ATF_TC_BODY(master_unexpected, tc) {
 ATF_TC(master_noowner);
 ATF_TC_HEAD(master_noowner, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() accepts broken "
-                                      "zones with no TTL for first record "
+                                      "zones with no TTL for first record "
                                       "if it is an SOA");
 }
 ATF_TC_BODY(master_noowner, tc) {
@@ -172,7 +172,7 @@ ATF_TC_BODY(master_noowner, tc) {
 ATF_TC(master_nottl);
 ATF_TC_HEAD(master_nottl, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
-                                      "DNS_R_NOOWNER when no owner name "
+                                      "DNS_R_NOOWNER when no owner name "
                                       "is specified");
 }
 
@@ -195,7 +195,7 @@ ATF_TC_BODY(master_nottl, tc) {
 ATF_TC(master_badclass);
 ATF_TC_HEAD(master_badclass, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
-                                      "DNS_R_BADCLASS when record class "
+                                      "DNS_R_BADCLASS when record class "
                                       "doesn't match zone class");
 }
 ATF_TC_BODY(master_badclass, tc) {
@@ -216,7 +216,7 @@ ATF_TC_BODY(master_badclass, tc) {
 ATF_TC(master_dnskey);
 ATF_TC_HEAD(master_dnskey, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
-                                      "DNSKEY with key material");
+                                      "DNSKEY with key material");
 }
 ATF_TC_BODY(master_dnskey, tc) {
        isc_result_t result;
@@ -237,7 +237,7 @@ ATF_TC_BODY(master_dnskey, tc) {
 ATF_TC(master_dnsnokey);
 ATF_TC_HEAD(master_dnsnokey, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
-                                      "DNSKEY with no key material");
+                                      "DNSKEY with no key material");
 }
 ATF_TC_BODY(master_dnsnokey, tc) {
        isc_result_t result;
@@ -257,7 +257,7 @@ ATF_TC_BODY(master_dnsnokey, tc) {
 ATF_TC(master_include);
 ATF_TC_HEAD(master_include, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
-                                      "$INCLUDE");
+                                      "$INCLUDE");
 }
 ATF_TC_BODY(master_include, tc) {
        isc_result_t result;
@@ -277,7 +277,7 @@ ATF_TC_BODY(master_include, tc) {
 ATF_TC(master_includefail);
 ATF_TC_HEAD(master_includefail, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
-                                      "$INCLUDE failures");
+                                      "$INCLUDE failures");
 }
 ATF_TC_BODY(master_includefail, tc) {
        isc_result_t result;
@@ -298,7 +298,7 @@ ATF_TC_BODY(master_includefail, tc) {
 ATF_TC(master_blanklines);
 ATF_TC_HEAD(master_blanklines, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() handles "
-                                      "non-empty blank lines");
+                                      "non-empty blank lines");
 }
 ATF_TC_BODY(master_blanklines, tc) {
        isc_result_t result;
@@ -318,7 +318,7 @@ ATF_TC_BODY(master_blanklines, tc) {
 ATF_TC(master_leadingzero);
 ATF_TC_HEAD(master_leadingzero, tc) {
        atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() allows "
-                                      "leading zeroes in SOA");
+                                      "leading zeroes in SOA");
 }
 ATF_TC_BODY(master_leadingzero, tc) {
        isc_result_t result;
index 6923cc54c31afeb58754a176c2b2823336e9b5e8..43b980983dba498956a64408f28e7d9ddc46b847 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: validator.c,v 1.197.14.1 2011/02/23 11:36:02 marka Exp $ */
+/* $Id: validator.c,v 1.197.14.2 2011/02/28 01:20:02 tbox Exp $ */
 
 #include <config.h>
 
index 1e98d7cf4c0a54bca5715c5b10ccfe19113a1f7d..337ae31b15885f8b4f002dd6f90dc5fa76f19689 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011  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: xfrin.c,v 1.166.522.2 2011/02/19 01:21:27 each Exp $ */
+/* $Id: xfrin.c,v 1.166.522.3 2011/02/28 01:20:02 tbox Exp $ */
 
 /*! \file */
 
index 7305a0187a3a0c558f3c9507f92ecb081f03d177..be30d52f36a6e17c67e2c8c30db2022c848f887a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010, 2011  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: httpd.c,v 1.20.40.1 2011/02/21 05:57:17 marka Exp $ */
+/* $Id: httpd.c,v 1.20.40.2 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
index 18ab6a1f1332e8964f970e0ea12d068e36f0ff1a..ad6549ed97487669520ff921e900c9cbd2d3a892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2011  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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.h,v 1.69.14.1 2011/02/03 05:50:07 marka Exp $ */
+/* $Id: task.h,v 1.69.14.2 2011/02/28 01:20:04 tbox Exp $ */
 
 #ifndef ISC_TASK_H
 #define ISC_TASK_H 1
index 3051cdbba751d2f0ece5d42ab3b98c81afea3ee4..b9fe853f9e6e03a17655dcb4d53387dcd18bf517 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2010, 2011  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: netaddr.c,v 1.41.38.1 2011/02/21 06:32:19 marka Exp $ */
+/* $Id: netaddr.c,v 1.41.38.2 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
index 41108350cd1a4e18ddff7385585960c4923b42a6..c97644f14dc18ca5c22f06687bb7772351da1295 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010, 2011  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: sockaddr.c,v 1.73.38.1 2011/02/21 06:21:24 marka Exp $ */
+/* $Id: sockaddr.c,v 1.73.38.2 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
index 291a72fc2f0e6318c3b219fc2b20aae0fa72c366..d86e27ea5df8f3882b7e48cc9541cfa01f1ffb90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: task.c,v 1.115.14.1 2011/02/03 05:50:07 marka Exp $ */
+/* $Id: task.c,v 1.115.14.2 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file
  * \author Principal Author: Bob Halley
index c8b066b589d2b4d765b8e47c50935244765f5149..afc6d66799ab947a5cc29bad29814590a7483d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: timer.c,v 1.95.302.1 2011/02/03 05:50:07 marka Exp $ */
+/* $Id: timer.c,v 1.95.302.2 2011/02/28 01:20:03 tbox Exp $ */
 
 /*! \file */
 
index ac0f975044975a65120374f4a7e10c1326172f47..6c41422ef1fa6c112d487c8302b6186b21a760b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: socket.c,v 1.333.14.2 2011/02/18 04:01:16 marka Exp $ */
+/* $Id: socket.c,v 1.333.14.3 2011/02/28 01:20:04 tbox Exp $ */
 
 /*! \file */
 
index a96e75e32adaf149ca5e02a1ba8894ea585895ad..5f2dc2af7ef278ad1d04de3b6eff1ea348352f35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  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: ipv6.h,v 1.19.814.1 2011/02/03 08:16:30 marka Exp $ */
+/* $Id: ipv6.h,v 1.19.814.2 2011/02/28 01:20:04 tbox Exp $ */
 
 #ifndef ISC_IPV6_H
 #define ISC_IPV6_H 1
index 6ba3c572e2656fb8ea161779f105c21d86fa0617..9c43634f5bf9fdb03cb2b35cd95b2dd9b00c0d3d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 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.12.244.1 2011/02/19 01:29:31 each Exp $
+# $Id: Makefile.in,v 1.12.244.2 2011/02/28 01:20:04 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index a708f82373bf9dcfc69a145e42a2738cb2458da5..d7f23c8fe7454f292840eab61b49e9e0dc321c7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 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.21.244.1 2011/02/19 01:29:31 each Exp $
+# $Id: Makefile.in,v 1.21.244.2 2011/02/28 01:20:04 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 0f078977b5fcade3c5fda4faff8aa16a8dec9fbb..25805f23541223b2253f578412b25ade7f204b34 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011  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: rules.in,v 1.68.346.1 2011/02/26 02:36:48 each Exp $
+# $Id: rules.in,v 1.68.346.2 2011/02/28 01:20:04 tbox Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
index 2f418ce27a72365497d319ae4af0effe05708a76..be16f535fcb9eb648502b2f9ef5d84114ce40193 100644 (file)
@@ -1,4 +1,20 @@
 #!/bin/sh
+#
+# Copyright (C) 2011  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
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
+# $Id: unittest.sh.in,v 1.2.2.4 2011/02/28 01:20:04 tbox Exp $
 
 PATH=${PATH}:@ATFBIN@
 export PATH
index f9b5dfe88d1746041442b5143fd8c99073afedae..ee676700521c7d333618c25efd7d0aeebdad3db9 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl -w
 #
-# Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007, 2009-2011  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
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: merge_copyrights,v 1.38.22.2 2011/02/28 01:09:09 marka Exp $
+# $Id: merge_copyrights,v 1.38.22.3 2011/02/28 01:20:05 tbox Exp $
 
 %file_types = ();
 %file_years = ();