]> 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:55:41 +0000 (09:55 -0700)
CHANGES
bin/dig/dig.c
bin/dig/dig.docbook
bin/dig/dighost.c
doc/design/db_rules
doc/dev/tests
lib/dns/tests/sigs_test.c
util/copyrights

diff --git a/CHANGES b/CHANGES
index 62e59b3b716006c180d9bf2535e20f3da66f8280..f9ee75507328b792be6db19c5706fa6e7b971be1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,7 +24,7 @@
                        argument processing. [GL #206]
 
 4922.  [bug]           dnstap: Log the destination address of client
-                       packets rather than the interface address. 
+                       packets rather than the interface address.
                        [GL #197]
 
 4921.  [cleanup]       Add dns_fixedname_initname() and refactor the caller
index c6f4d707cb7ff7d769e6e5023e239247eed4bb28..7dbd724aa7f0df2e6929a886948cfb15b09f4f25 100644 (file)
@@ -1100,7 +1100,7 @@ plus_option(const char *option, isc_boolean_t is_batchfile,
                                        FULLCHECK("idnin");
 #ifndef WITH_IDN_SUPPORT
                                        fprintf(stderr, ";; IDN input support"
-                                               " not enabled\n");
+                                               " not enabled\n");
 #else
                                        lookup->idnin = state;
 #endif
@@ -1109,7 +1109,7 @@ plus_option(const char *option, isc_boolean_t is_batchfile,
                                        FULLCHECK("idnout");
 #ifndef WITH_IDN_OUT_SUPPORT
                                        fprintf(stderr, ";; IDN output support"
-                                               " not enabled\n");
+                                               " not enabled\n");
 #else
                                        lookup->idnout = state;
 #endif
index 37af2311cde1638430ef084d04584f61539f8176..bd7510e38b891e4db7498bc9b6472608fb35f49c 100644 (file)
@@ -1286,7 +1286,7 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
       <command>dig</command> appropriately converts character encoding of
       domain name before sending a request to DNS server or displaying a
       reply from the server.
-      If you'd like to turn off the IDN support for some reason, use 
+      If you'd like to turn off the IDN support for some reason, use
       parameters <parameter>+noidnin</parameter> and
       <parameter>+noidnout</parameter>.
     </para>
index 46235c157565ec537915ccc599d1ced31fa84f23..f6dbd26a8cf0ebcdb186934e5f528f62cfa802a9 100644 (file)
@@ -4719,12 +4719,12 @@ idn_locale_to_ace(const char *from, char *to, size_t tolen) {
        idn_result_t result;
 
        result = idn_encodename(IDN_LOCALCONV | IDN_DELIMMAP, from,
-                               utf8_textname, sizeof(utf8_textname));
+                               utf8_textname, sizeof(utf8_textname));
        idnkit_check_result(result, "idnkit idn_encodename to utf8 failed");
 
        result = idn_encodename(idnoptions | IDN_LOCALMAP | IDN_NAMEPREP |
-                               IDN_IDNCONV | IDN_LENCHECK,
-                               utf8_textname, to, tolen);
+                               IDN_IDNCONV | IDN_LENCHECK,
+                               utf8_textname, to, tolen);
        idnkit_check_result(result, "idnkit idn_encodename to idn failed");
        return (ISC_R_SUCCESS);
 }
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 da885620b7150dae44985f1837405bf638b3d058..6fb4055eed672997a4c333a7baa18d80caa36aaf 100644 (file)
@@ -460,11 +460,11 @@ ATF_TC_BODY(updatesigs, tc) {
 #else
 ATF_TC(untested);
 ATF_TC_HEAD(untested, tc) {
-        atf_tc_set_md_var(tc, "descr", "skipping dns__zone_updatesigs() test");
+       atf_tc_set_md_var(tc, "descr", "skipping dns__zone_updatesigs() test");
 }
 ATF_TC_BODY(untested, tc) {
-        UNUSED(tc);
-        atf_tc_skip("DNSSEC support not compiled in");
+       UNUSED(tc);
+       atf_tc_skip("DNSSEC support not compiled in");
 }
 #endif
 
index e6eb2345c3dd11a61b6d1f412a060f89748c066a..43442f5c083bddfca450c49a8db0f6256145bb86 100644 (file)
 ./bin/tests/system/gost/setup.sh               SH      2010,2012,2014,2016,2018
 ./bin/tests/system/gost/tests.sh               SH      2010,2012,2013,2016,2018
 ./bin/tests/system/idna/clean.sh               SH      2018
-./bin/tests/system/idna/ns1/named.conf         CONF-C  2018
 ./bin/tests/system/idna/ns1/named.conf.in      CONF-C  2018
 ./bin/tests/system/idna/ns1/root.db            ZONE    2018
-./bin/tests/system/idna/prereq.sh              SH      2018
 ./bin/tests/system/idna/setup.sh               SH      2018
 ./bin/tests/system/idna/tests.sh               SH      2018
 ./bin/tests/system/ifconfig.bat                        BAT     2016,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/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