]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
copyrights
authorEvan Hunt <each@isc.org>
Wed, 23 May 2018 01:41:23 +0000 (18:41 -0700)
committerEvan Hunt <each@isc.org>
Wed, 23 May 2018 16:39:40 +0000 (12:39 -0400)
bin/dig/dig.c
bin/tests/system/rootkeysentinel/ns3/hint.db
bin/tests/system/rootkeysentinel/ns4/hint.db
doc/design/db_rules
doc/dev/tests
lib/dns/dst_api.c
lib/isc/random.c
lib/ns/query.c
util/copyrights

index ee891b4e36d067d3c369fadc2d8134b805a0f2b9..320d2490d1ecb38ae94e6f2c967214dee63c9226 100644 (file)
@@ -1933,7 +1933,7 @@ parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
                        {
                                debug("config line %s", batchline);
                                bargc = split_batchline(batchline, bargv, 62,
-                                                       ".digrc argv");
+                                                       ".digrc argv");
                                bargv[0] = argv[0];
                                argv0 = argv[0];
                                parse_args(ISC_TRUE, ISC_TRUE,
index bcd3e4b7f13d906a3f537858278180caaaf01dd6..4a7363741b7f6efa552a7f4e95a0d3b7fcf59b43 100644 (file)
@@ -1,2 +1,11 @@
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+;
+; This Source Code Form is subject to the terms of the Mozilla Public
+; License, v. 2.0. If a copy of the MPL was not distributed with this
+; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
+
 .                       NS      a.root-servers.nil.
 a.root-servers.nil.     A       10.53.0.1
index bcd3e4b7f13d906a3f537858278180caaaf01dd6..4a7363741b7f6efa552a7f4e95a0d3b7fcf59b43 100644 (file)
@@ -1,2 +1,11 @@
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+;
+; This Source Code Form is subject to the terms of the Mozilla Public
+; License, v. 2.0. If a copy of the MPL was not distributed with this
+; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
+
 .                       NS      a.root-servers.nil.
 a.root-servers.nil.     A       10.53.0.1
index e6335da6f6c71c6a2d6d3e8214a653966e751f76..ef4de0e0f7c7e475e06eca0e803594a385faeb74 100644 (file)
@@ -6,7 +6,6 @@ Here is a more formal statement of the important database design
 rules.  Each rule has a 5 character mnemonic, for use in source code
 comments.
 
-
 Reference Safety                                               [DBREF]
 
        1)      Any node reference retrieved from the database shall remain
index e1d31efdddbc927b8a333f319a42dd6e8a8123d0..5cccc28a8fbe5cbf93731234f1c16c2f694a3aca 100644 (file)
@@ -5,7 +5,6 @@ See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 We do hourly test builds of the bind9 tree.  This is an attempt to
 document how they work.
 
-
 * How things work
 
 The scripts driving the build system are in ~wpk/b9t.  They are now
index 3192d6f14dc633780ec4a328cb7c9f5bdb69886b..564c9aa206d086d085a6b70d0c20a5d4e4f17704 100644 (file)
@@ -1875,7 +1875,7 @@ static isc_result_t
 algorithm_status(unsigned int alg) {
        REQUIRE(dst_initialized == ISC_TRUE);
 
-       if (dst_algorithm_supported(alg)) {             
+       if (dst_algorithm_supported(alg)) {
                return (ISC_R_SUCCESS);
        }
        return (DST_R_UNSUPPORTEDALG);
index 08df74a32f20ae9ce08b733b1c02f94544e329bf..c6ed6823e237f086a0dca2913e4973cb566daa3a 100644 (file)
@@ -175,7 +175,7 @@ isc_random_buf(void *buf, size_t buflen) {
        }
 # elif HAVE_PKCS11
        RUNTIME_CHECK(pk11_rand_bytes(buf, buflen) == ISC_R_SUCCESS);
-# endif /* if defined(HAVE_ARC4RANDOM_BUF) */  
+# endif /* if defined(HAVE_ARC4RANDOM_BUF) */
 
 #endif
 }
index ec54bfbcc1f462a06e2d7a3fb48e303b43cc257e..f147baa20229a96e1d706b8cf8bcbb08c94c3a3a 100644 (file)
@@ -5172,7 +5172,7 @@ root_key_sentinel_detect(query_ctx_t *qctx) {
                              NS_LOGMODULE_QUERY, ISC_LOG_INFO,
                              "root-key-sentinel-is-ta query label found");
        } else if (qctx->client->query.qname->length > 31 && ndata[0] == 30 &&
-                  strncasecmp(ndata + 1, "root-key-sentinel-not-ta-", 25) == 0)
+                  strncasecmp(ndata + 1, "root-key-sentinel-not-ta-", 25) == 0)
        {
                if (!get_root_key_sentinel_id(qctx, ndata + 26)) {
                        return;
index ad1670c7fdd4fff78794d9ba0e55ab5569330d7d..dfccea18696bb0adf86e65b6c00e496e1f0fe2dc 100644 (file)
@@ -1,4 +1,3 @@
-./.clang-format                                        X       2018
 ./.gitattributes                               X       2015,2017,2018
 ./.gitignore                                   X       2012,2013,2014,2015,2016,2017,2018
 ./.gitlab-ci.yml                               X       2018
 ./doc/arm/notes.conf                           X       2015,2018
 ./doc/arm/notes.html                           X       2014,2015,2016,2017,2018
 ./doc/arm/notes.pdf                            X       2014,2015,2016,2017,2018
+./doc/arm/notes.txt                            X       2018
 ./doc/arm/notes.xml                            SGML    2014,2015,2016,2017,2018
 ./doc/arm/noteversion.xml.in                   SGML    2015,2016,2018
 ./doc/arm/options.grammar.xml                  SGML    2018
 ./lib/dns/tests/dnstest.c                      C       2011,2012,2013,2014,2015,2016,2017,2018
 ./lib/dns/tests/dnstest.h                      C       2011,2012,2014,2015,2016,2017,2018
 ./lib/dns/tests/dst_test.c                     C       2018
-./lib/dns/tests/dstrandom_test.c               C       2017,2018
 ./lib/dns/tests/geoip_test.c                   C       2013,2014,2015,2016,2017,2018
 ./lib/dns/tests/gost_test.c                    C       2014,2015,2016,2017,2018
 ./lib/dns/tests/keytable_test.c                        C       2014,2015,2016,2017,2018
 ./lib/isc/bind9.c                              C       2013,2016,2018
 ./lib/isc/buffer.c                             C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014,2015,2016,2017,2018
 ./lib/isc/bufferlist.c                         C       1999,2000,2001,2004,2005,2007,2016,2018
-./lib/isc/chacha_private.h                     X       2014,2018
 ./lib/isc/commandline.c                                C.PORTION       1999,2000,2001,2004,2005,2007,2008,2014,2015,2016,2018
 ./lib/isc/counter.c                            C       2014,2016,2018
 ./lib/isc/crc64.c                              C       2013,2016,2018