]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 10 Feb 2015 23:46:11 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 10 Feb 2015 23:46:11 +0000 (23:46 +0000)
16 files changed:
CHANGES
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns5/named1.conf
bin/tests/system/dnssec/ns5/named2.conf
bin/tests/system/dnssec/setup.sh
bin/tests/system/dnssec/tests.sh
lib/dns/dispatch.c
lib/dns/keytable.c
lib/dns/rdata/generic/keydata_65533.c
lib/dns/zone.c
lib/isc/httpd.c
lib/isc/tests/time_test.c
lib/isc/unix/include/isc/time.h
lib/isc/unix/time.c
lib/isc/win32/include/isc/time.h

diff --git a/CHANGES b/CHANGES
index e998956854443c169516c20bf68c9de1d95c2204..ee7c5d0cbbd7a8db6ffcfe8748e08b367962e393 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@
                        number generator context. [RT #38578]
 
 4056.  [bug]           Fixed several small bugs in automatic trust anchor
-                       management, including a memory leak and a possible 
+                       management, including a memory leak and a possible
                        loss of key state information. [RT #38458]
 
 4057.  [bug]           'dnssec-dsfromkey -T 0' failed to add ttl field.
index feeef5536dfb04d8dd87352ad4ff8476fede541c..0a8ce1de7044f46bbe7c8a193c24ef543bacaf2c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 614b3bb2fd119e7b5601fbbc0d4ba6805321bd83..5d8bb3bef93dbd78b62d273f8429c6837e654e5a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 1a13a9f776435c25044ab33dcf0c5b9c3dd4313b..8db8ccc51b073e43f625d839791f650acd174900 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 5b60285e2799a256824827cdfd0efaeb6cc5935c..a5d2ad0ee28f38d53d06a7100e8ff4681db9b3c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -40,19 +40,19 @@ options {
 };
 
 view root {
-        match-destinations { 127.0.0.1; };
+       match-destinations { 127.0.0.1; };
 
-        zone "." {
-                type master;
-                file "root.db.signed";
-        };
+       zone "." {
+               type master;
+               file "root.db.signed";
+       };
 };
 
 view other {
 include "revoked.conf";
 
-        zone "." {
-                type static-stub;
-                server-addresses { 127.0.0.1; };
-        };
+       zone "." {
+               type static-stub;
+               server-addresses { 127.0.0.1; };
+       };
 };
index b376ed007c54275e3bddf494dcc842cc23a449d8..e46626f4cafea11552be7b83068a8baa2658b5ea 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2007, 2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 03a5f324146c406372c6dfb604456bb220aae6c7..0187bc6718d8f59e485305029c42ae126612a12e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 1890f7c132b03753ea282fb38e3193314790ef38..1c113eccb235f309129391b805823233ef3ce3b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index bdff137534e57b6faea090d3368e997e3baab5f5..29f129ffbf5f597274b4230ca3e9bc60b0588449 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 1e5741863fa91248d56611584e35090bce944873..00cf084eb62ab7748e5b5e619cc731cd5ce62b4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2011-2013, 2015  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
@@ -200,17 +200,17 @@ totext_keydata(ARGS_TOTEXT) {
 
                        isc_stdtime_get(&now);
 
-                       RETERR(str_totext(tctx->linebreak, target)); 
+                       RETERR(str_totext(tctx->linebreak, target));
                        RETERR(str_totext("; next refresh: ", target));
                        isc_time_set(&t, refresh, 0);
                        isc_time_formathttptimestamp(&t, rbuf, sizeof(rbuf));
                        RETERR(str_totext(rbuf, target));
 
                        if (add == 0) {
-                               RETERR(str_totext(tctx->linebreak, target)); 
+                               RETERR(str_totext(tctx->linebreak, target));
                                RETERR(str_totext("; no trust", target));
                        } else {
-                               RETERR(str_totext(tctx->linebreak, target)); 
+                               RETERR(str_totext(tctx->linebreak, target));
                                if (add < now) {
                                        RETERR(str_totext("; trusted since: ",
                                                          target));
@@ -225,7 +225,7 @@ totext_keydata(ARGS_TOTEXT) {
                        }
 
                        if (remove != 0) {
-                               RETERR(str_totext(tctx->linebreak, target)); 
+                               RETERR(str_totext(tctx->linebreak, target));
                                RETERR(str_totext("; removal pending: ",
                                                  target));
                                isc_time_set(&t, remove, 0);
index ecd424f4b822c0135e150979e15f025fef61538d..fbaeab14c699bd3d828c5504645dc327ee66177f 100644 (file)
@@ -8527,7 +8527,7 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) {
                                        deletekey = ISC_TRUE;
                                        newkey = ISC_TRUE;
                                        keydata.removehd = 0;
-                                       keydata.addhd = 
+                                       keydata.addhd =
                                                now + dns_zone_mkey_month;
                                } else if (keydata.addhd > now)
                                        pending++;
index 966b6517486a8177527e8ce7b0c55d19d9894a6f..0c159f069df81d1ea0e86af6014b709fa1d4b4ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008, 2010-2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010-2012, 2014, 2015  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
index eb56ff9fb65ebb64b974c7415964767689b87196..66836f7feb94c8cf55ba80411ab7fef070d1a6d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014, 2015  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
index ade55247a93b944918102024575b733fcfb8197c..fd767040aeca1c4c996d671d65d6f32cc16d0bdf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ea1ddc0ae030b310cac98f7377cb4608edde6ee5..400bbf8f3be05a670e3a7a4459c7ea31691b3c82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011, 2012, 2014, 2015  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
index bfd5bc0d622c60b3b813cb78a2e397815d68b8ce..5b97c5358830d5711cce151cddc41deecc7ef5f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any