]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update copyrights and whitespace
authorOndřej Surý <ondrej@sury.org>
Wed, 13 Jun 2018 11:44:34 +0000 (13:44 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 13 Jun 2018 12:19:07 +0000 (14:19 +0200)
lib/dns/zone.c
lib/isc/openssl_shim.c
lib/isccfg/parser.c
util/copyrights

index df47fe797a553d2541eb82624d82eb75b67800db..e912a4047e9dccd58f32ad66b0e3fa56862472a3 100644 (file)
@@ -9869,7 +9869,7 @@ zone_refreshkeys(dns_zone_t *zone) {
                 */
 
 #ifdef ENABLE_AFL
-                if (dns_fuzzing_resolver == ISC_FALSE) {
+               if (dns_fuzzing_resolver == ISC_FALSE) {
 #endif
                result = dns_resolver_createfetch(zone->view->resolver,
                                                  kname, dns_rdatatype_dnskey,
@@ -9883,9 +9883,9 @@ zone_refreshkeys(dns_zone_t *zone) {
                                                  &kfetch->dnskeysigset,
                                                  &kfetch->fetch);
 #ifdef ENABLE_AFL
-                } else {
-                        result = ISC_R_FAILURE;
-                }
+               } else {
+                       result = ISC_R_FAILURE;
+               }
 #endif
                if (result == ISC_R_SUCCESS)
                        fetching = ISC_TRUE;
index e53a506674ebc62ae99ef7949842bc0f6e3ec337..96455fc204742694468192b1f4af97aad6b36bae 100644 (file)
@@ -91,5 +91,5 @@ int HMAC_CTX_reset(HMAC_CTX *ctx) {
        HMAC_CTX_cleanup(ctx);
        return 1;
 }
-               
+
 #endif
index 7005544ff8184b37cb63fbf3ffc1c634582d3915..b9eb914928357e3be66379f01c0e30d079a47c76 100644 (file)
@@ -636,8 +636,8 @@ cfg_parse_buffer3(cfg_parser_t *pctx, isc_buffer_t *buffer,
 
 isc_result_t
 cfg_parse_buffer4(cfg_parser_t *pctx, isc_buffer_t *buffer,
-                  const char *file, unsigned int line,
-                  const cfg_type_t *type, unsigned int flags,
+                 const char *file, unsigned int line,
+                 const cfg_type_t *type, unsigned int flags,
                  cfg_obj_t **ret)
 {
        isc_result_t result;
@@ -1728,19 +1728,19 @@ cfg_parse_mapbody(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret)
                    (clause->flags & CFG_CLAUSEFLAG_DEPRECATED) != 0)
                {
                        cfg_parser_warning(pctx, 0, "option '%s' is deprecated",
-                                          clause->name);
+                                          clause->name);
                }
                if ((clause->flags & CFG_CLAUSEFLAG_OBSOLETE) != 0) {
                        cfg_parser_warning(pctx, 0, "option '%s' is obsolete",
-                                          clause->name);
+                                          clause->name);
                }
                if ((clause->flags & CFG_CLAUSEFLAG_NOTIMP) != 0) {
                        cfg_parser_warning(pctx, 0, "option '%s' is "
-                                          "not implemented", clause->name);
+                                          "not implemented", clause->name);
                }
                if ((clause->flags & CFG_CLAUSEFLAG_NYI) != 0) {
                        cfg_parser_warning(pctx, 0, "option '%s' is "
-                                          "not implemented", clause->name);
+                                          "not implemented", clause->name);
                }
                if ((clause->flags & CFG_CLAUSEFLAG_NOOP) != 0) {
                        cfg_parser_warning(pctx, 0, "option '%s' was not "
index 0750f5dfcc1004859bbd55dfacd97a19f1c75206..37596396383bda1d1d994da755210a127bb85ad2 100644 (file)
 ./bin/pkcs11/.gitignore                                X       2014,2018
 ./bin/pkcs11/Makefile.in                       MAKE    2009,2012,2014,2015,2016,2017,2018
 ./bin/pkcs11/OLD-PKCS11-NOTES                  X       2009,2018
-./bin/pkcs11/openssl-0.9.8zh-patch             X       2015,2018
-./bin/pkcs11/openssl-1.0.0t-patch              X       2015,2018
-./bin/pkcs11/openssl-1.0.1t-patch              X       2016,2018
-./bin/pkcs11/openssl-1.0.2h-patch              X       2016,2018
 ./bin/pkcs11/pkcs11-destroy.8                  MAN     DOCBOOK
 ./bin/pkcs11/pkcs11-destroy.c                  X       2009,2010,2014,2015,2018
 ./bin/pkcs11/pkcs11-destroy.docbook            SGML    2009,2014,2015,2016,2018
 ./lib/isc/nothreads/include/isc/thread.h       C       2000,2001,2004,2007,2013,2016,2017,2018
 ./lib/isc/nothreads/mutex.c                    C       2000,2001,2004,2006,2007,2016,2018
 ./lib/isc/nothreads/thread.c                   C       2000,2001,2004,2007,2016,2017,2018
+./lib/isc/openssl_shim.c                       C       2018
+./lib/isc/openssl_shim.h                       C       2018
 ./lib/isc/parseint.c                           C       2001,2002,2003,2004,2005,2007,2012,2016,2018
 ./lib/isc/pk11.c                               C       2014,2015,2016,2017,2018
 ./lib/isc/pk11_result.c                                C       2014,2015,2016,2018