]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added print.h includes, updated copyrights
authorFrancis Dupont <fdupont@isc.org>
Sat, 23 May 2015 12:21:51 +0000 (14:21 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 23 May 2015 12:21:51 +0000 (14:21 +0200)
118 files changed:
bin/check/check-tool.c
bin/check/named-checkconf.c
bin/check/named-checkzone.c
bin/confgen/keygen.c
bin/confgen/util.c
bin/dnssec/dnssec-keygen.c
bin/named/logconf.c
bin/named/win32/ntservice.c
bin/pkcs11/pkcs11-destroy.c
bin/pkcs11/pkcs11-keygen.c
bin/pkcs11/pkcs11-list.c
bin/pkcs11/pkcs11-tokens.c
bin/rndc/rndc.c
bin/rndc/util.c
bin/tests/adb_test.c
bin/tests/backtrace_test.c
bin/tests/byaddr_test.c
bin/tests/byname_test.c
bin/tests/cfg_test.c
bin/tests/compress_test.c
bin/tests/db_test.c
bin/tests/dst/dst_test.c
bin/tests/entropy2_test.c
bin/tests/entropy_test.c
bin/tests/fsaccess_test.c
bin/tests/gxba_test.c
bin/tests/gxbn_test.c
bin/tests/hash_test.c
bin/tests/inter_test.c
bin/tests/keyboard_test.c
bin/tests/lex_test.c
bin/tests/lfsr_test.c
bin/tests/log_test.c
bin/tests/lwres_test.c
bin/tests/lwresconf_test.c
bin/tests/makejournal.c
bin/tests/master_test.c
bin/tests/name_test.c
bin/tests/names/t_names.c
bin/tests/net/driver.c
bin/tests/net/netaddr_multicast.c
bin/tests/pkcs11/benchmarks/find.c
bin/tests/pkcs11/benchmarks/genrsa.c
bin/tests/pkcs11/benchmarks/login.c
bin/tests/pkcs11/benchmarks/random.c
bin/tests/pkcs11/benchmarks/session.c
bin/tests/pkcs11/benchmarks/sha1.c
bin/tests/pkcs11/benchmarks/sign.c
bin/tests/pkcs11/benchmarks/verify.c
bin/tests/pkcs11/pkcs11-hmacmd5.c
bin/tests/pkcs11/pkcs11-md5sum.c
bin/tests/printmsg.c
bin/tests/ratelimiter_test.c
bin/tests/rbt_test.c
bin/tests/rdata_test.c
bin/tests/serial_test.c
bin/tests/sig0_test.c
bin/tests/sym_test.c
bin/tests/system/builtin/gethostname.c
bin/tests/system/lwresd/lwtest.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/resolver/edns-version.c
bin/tests/system/rndc/gencheck.c
bin/tests/system/rsabigexponent/bigkey.c
bin/tests/system/tkey/keycreate.c
bin/tests/system/tkey/keydelete.c
bin/tests/task_test.c
bin/tests/timer_test.c
bin/tests/wire_test.c
bin/tests/zone_test.c
bin/tools/arpaname.c
bin/tools/isc-hmac-fixup.c
bin/tools/named-journalprint.c
bin/tools/named-rrchecker.c
lib/dns/adb.c
lib/dns/callbacks.c
lib/dns/diff.c
lib/dns/dst_parse.c
lib/dns/gssapi_link.c
lib/dns/journal.c
lib/dns/private.c
lib/dns/tcpmsg.c
lib/dns/tests/geoip_test.c
lib/dns/tests/rbt_serialize_test.c
lib/dns/tests/rdatasetstats_test.c
lib/dns/tkey.c
lib/isc/assertions.c
lib/isc/commandline.c
lib/isc/entropy.c
lib/isc/error.c
lib/isc/httpd.c
lib/isc/lib.c
lib/isc/pk11.c
lib/isc/pthreads/mutex.c
lib/isc/regex.c
lib/isc/rwlock.c
lib/isc/task.c
lib/isc/tests/hash_test.c
lib/isc/tests/mem_test.c
lib/isc/tests/random_test.c
lib/isc/tests/regex_test.c
lib/isc/tests/socket_test.c
lib/isc/timer.c
lib/isc/unix/ifiter_ioctl.c
lib/isc/unix/ifiter_sysctl.c
lib/isc/win32/interfaceiter.c
lib/isc/win32/win32os.c
lib/isccc/alist.c
lib/isccc/sexpr.c
lib/lwres/herror.c
lib/lwres/win32/socket.c
lib/samples/nsprobe.c
lib/samples/resolve.c
lib/samples/sample-async.c
lib/samples/sample-gai.c
lib/samples/sample-request.c
lib/samples/sample-update.c
util/copyrights

index eee639ee9b8c9006145a0e068966b5880096340b..a770081bcda18eabf3c0218f98f606d7e1318934 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -33,6 +33,7 @@
 #include <isc/mem.h>
 #include <isc/netdb.h>
 #include <isc/net.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/stdio.h>
 #include <isc/string.h>
index 1f4be20b877e88f9ffa9c48882c899da5e3026fe..f6d817820414b26145f323699a8e10ca480106cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -31,6 +31,7 @@
 #include <isc/hash.h>
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/string.h>
 #include <isc/util.h>
index 598a20e497bb70707b3c6d1ca4dc795042e86f4d..30dd0db1bdb551d208791e2247d0e687b0c1a45b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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
@@ -30,6 +30,7 @@
 #include <isc/hash.h>
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/string.h>
 #include <isc/task.h>
index 274b63bc1c73a3a339beabf19da8bcbaecaa9665..b30e954523c7e13c6c7dd9647679f1dc8ac0f5ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012-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
@@ -29,6 +29,7 @@
 #include <isc/file.h>
 #include <isc/keyboard.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/string.h>
 
index 5f5f817a5d3d92d0a8595ced8c13f14b8694a93d..a3e21b5155af8b104a2b274365662d63db76d784 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -25,6 +25,7 @@
 #include <stdio.h>
 
 #include <isc/boolean.h>
+#include <isc/print.h>
 
 #include "util.h"
 
index 7615493c2070816f7447650d47585bd6c9fc78bc..ddf5ddebccc211e217b68eeea0fc9abdb1c561ea 100644 (file)
@@ -41,6 +41,7 @@
 #include <isc/commandline.h>
 #include <isc/entropy.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/string.h>
 #include <isc/util.h>
index 922c544c9487799c64492c72c30cedec2a458f82..5daebfd237f6770edab371a3c31b31bb601ad1f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -23,6 +23,7 @@
 
 #include <isc/file.h>
 #include <isc/offset.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/stdio.h>
 #include <isc/string.h>
index 3e875851b46a7fd2d17f03d8183169a5d1b94283..0ea86318fd7fa2d84e60e87b42bae81d59235a79 100644 (file)
@@ -23,6 +23,7 @@
 #include <isc/app.h>
 #include <isc/commandline.h>
 #include <isc/log.h>
+#include <isc/print.h>
 
 #include <named/globals.h>
 #include <named/ntservice.h>
index d0b23ea57bc3bf41e423952a9d1702e221223cd2..0f31a78a583e677d067ce4f6571ba570155f1c7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -57,6 +57,7 @@
 #include <sys/types.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index d8a4a3ce77f922f56ef9f95ce36655f6efb40790..75baa040522d41796611fb0bac52371da4cc25fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009,2012 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012, 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
@@ -64,6 +64,7 @@
 #include <sys/types.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 8374f01bb79f225479c0db6d94f4fdc5615e271d..4ef6a7a62dcbdbd00191ed911ee4dba30633f265 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -54,6 +54,7 @@
 #include <sys/types.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 860c4e90bb536443ebbe7c120a9d515afad131af..f12d07c2c153bef30672a94533cce919e3060839 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
@@ -31,6 +31,7 @@
 
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 5272f6632bf9717908c0c769de388bc5beaaec33..eb679936b90277c4a8ec4efe29f0329201d6b15f 100644 (file)
@@ -32,6 +32,7 @@
 #include <isc/log.h>
 #include <isc/net.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/random.h>
 #include <isc/socket.h>
 #include <isc/stdtime.h>
index c654462bf04d98f42e665d0c35bf8f59cbf0de65..8de75740b989e63eb5d16c1a7a3770e72602d978 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -26,6 +26,7 @@
 #include <stdio.h>
 
 #include <isc/boolean.h>
+#include <isc/print.h>
 
 #include "util.h"
 
index 96b7a39297922988d9d417ad966c4a008428c46e..580ee2e3bcaf51a649a7f8e819553507faf6ce4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,6 +29,7 @@
 #include <isc/buffer.h>
 #include <isc/entropy.h>
 #include <isc/hash.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/task.h>
 #include <isc/timer.h>
index c54c2ed90c5e6b7ae5f2558597dcf251860079d6..6817bee7e36e0b25b5cef6e64d343dea4320941d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -22,6 +22,7 @@
 #include <string.h>
 
 #include <isc/backtrace.h>
+#include <isc/print.h>
 #include <isc/result.h>
 
 const char *expected_symbols[] = {
index 613d43a4d500b48f0350c50b6312896f6b62fb0d..b0732347f7e81bcc99433130450b11fb4f88657b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012, 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
@@ -30,6 +30,7 @@
 #include <isc/commandline.h>
 #include <isc/mem.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/timer.h>
 #include <isc/util.h>
index 79d4c71b15ae970cea528b27c5af3402f91ec353..7cf0ff53e79d5edd86f9350e78bc16e2407efe4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2012, 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
@@ -32,6 +32,7 @@
 #include <isc/entropy.h>
 #include <isc/hash.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/timer.h>
 #include <isc/util.h>
index ac2dd4d6247c05984e475f86daa8dd5d83a5d231..089429d633d81b935541d902854e5ed377cf2e5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2011, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001, 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 8284dc1c1f11dc9c07b5552eef5bb0a31d76abbd..b24b8b9503a71a0aadba2934387ba9c780a54e33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -27,6 +27,7 @@
 #include <isc/buffer.h>
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <dns/compress.h>
index 652778ec13c28b59f282f39799f1e7feb3e193b8..d95dad47c7d54ee75601a9b2d98c16b48164a0ce 100644 (file)
@@ -29,6 +29,7 @@
 #include <isc/commandline.h>
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/time.h>
 #include <isc/string.h>
 #include <isc/util.h>
index 3ad51288bd31c6e58753631bb459b727b57909c0..27debe448ee8bf704f995a1f2ec668bbcacdba95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -26,6 +26,7 @@
 #include <isc/buffer.h>
 #include <isc/entropy.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/string.h>                /* Required for HP/UX (and others?) */
 
index 3561a4cd7cf8779e23cdce0ff5f9ba9a9e1d6b71..90139884e83116e5cf1a78127f9daa707c71877a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -27,6 +27,7 @@
 #include <isc/entropy.h>
 #include <isc/keyboard.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/time.h>
 #include <isc/util.h>
index 94b1804b5ef475dd2ac42a3e220319125f7b7d3d..7bdcf29d565139b0bd3d61fa58cbb476f74a16e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -26,8 +26,9 @@
 
 #include <isc/entropy.h>
 #include <isc/mem.h>
-#include <isc/util.h>
+#include <isc/print.h>
 #include <isc/string.h>
+#include <isc/util.h>
 
 static void
 hex_dump(const char *msg, void *data, unsigned int length) {
index 0b214bbe2c7829fe36d2209d02ca9170be6aac14..48f8aa09b9d769d33f169765565b2db7b0bb6dfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012, 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
@@ -29,6 +29,7 @@
 #include <sys/stat.h>          /* Non-portable. */
 
 #include <isc/fsaccess.h>
+#include <isc/print.h>
 #include <isc/result.h>
 
 #define PATH "/tmp/fsaccess"
index 8c5558f41a52ecc7b12e14d592aad52026f15944..ee662235fa1e24ad9c616581a92fdbe1608b3ec7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #include <isc/net.h>
+#include <isc/print.h>
 
 #include <lwres/netdb.h>
 
index 28ca1153a99ed9b199f87468f624241d582e0060..5b744f32fc919ca2aa08cb4056f0a2483e0ee2c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #include <isc/net.h>
+#include <isc/print.h>
 
 #include <lwres/netdb.h>
 
index 2b9165c6e2e95f2f714c230ac13ba6fbdb28962c..079e960defd0a270be87eb50563e975dc739276b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2014, 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
@@ -28,6 +28,7 @@
 #include <isc/md5.h>
 #include <isc/sha1.h>
 #include <isc/util.h>
+#include <isc/print.h>
 #include <isc/string.h>
 
 static void
index 141467ca3fdc6a65b654c29433e517a1efecc746..48a56bd7dcc3ef8fc070597536278b2ee1ee478a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -24,6 +24,7 @@
 
 #include <isc/interfaceiter.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 int
index f278a2dca2bdf21c004f1d6edfe89d4dd790d9fa..71ac65e59f7906f04559fb577ac268b234344f43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 
 #include <isc/keyboard.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 static void
index 8eba5360297f91596c3f08bb377bbf7e552074e1..909cfe33efedbdab68f15ad68ed07915a4ade4e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 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
@@ -23,6 +23,7 @@
 #include <isc/commandline.h>
 #include <isc/lex.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 isc_mem_t *mctx;
index 4150b2de01dfe147dbbf6ef7d398538394b651c6..6ae630440bf62f03ea2516af11cbe7d8503caf18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #include <isc/lfsr.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 isc_uint32_t state[1024 * 64];
index 384fcb4ca52f31165bba556859d4f3645cbf4c18..1c3f90b5bbca6230ce41d90b73ae9cded095994f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2011, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2011, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -26,6 +26,7 @@
 
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 9620258296e2fa845899e173d6331b1ed1e84b57..4d30df42bd262b60ad020951cbcc0c51e7ed58e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 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
@@ -25,6 +25,7 @@
 
 #include <isc/mem.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <lwres/lwres.h>
index 48e839ffbdae9fa2fe4a33312f5ef6f147f679f5..d07d775c400b4d325c816342b20d1ac066f0faef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 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
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <lwres/lwres.h>
index 5ffe5f16a229dad87a56af53c56fb78f0eaa9b0a..d541284f0524bf24697b1f688aa3b28af5ca9640 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -28,6 +28,7 @@
 #include <dns/journal.h>
 #include <dns/log.h>
 #include <dns/name.h>
+#include <isc/print.h>
 #include <dns/result.h>
 #include <dns/types.h>
 
index afc6c8c10ddfb43cff788ad2136820929c3ddf60..b5d7befd63f406f76175d643c5fc504a3453c692 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -24,6 +24,7 @@
 
 #include <isc/buffer.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <dns/callbacks.h>
index 9c98685a5df1a692813207a060766659c4f106e0..0934a4b7136ab9fab314bf34e0d553e0310938aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 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
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 6b9c9762902167267448e709670d41999633c4f8..58300e0486894d7f14156381ec4e12bcfffa053d 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) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -24,6 +24,7 @@
 
 #include <isc/buffer.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 
 #include <dns/compress.h>
index a8b3bf7c9a0ec0f1d44e93d407aa66e6b4a37235..f57dc7976a10cb403d420a752dab1a523f5e5aea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 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
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <time.h>
 
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 79f260bd36c7e13433ae0c52f00144fa41fc008f..63f1925c4b2ea1dff7b5b9cd4a4cb03e5c4ba4fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 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
@@ -24,6 +24,7 @@
 
 #include <isc/net.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/types.h>
 #include <isc/util.h>
index 493513a02d7f9059e336dfed8b13a2086479f8e7..329622823f241a8170cb76367ae3aed6fcf2a929 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
@@ -51,6 +51,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 4d340bbd7ebcec55c01af7dab0122b9ac20c6c81..c4bd03bfaf6522043b04586b4797d21931fa34f3 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 72a8224d327895f1775a2ecf55838a30896da343..6e726556131779412b37360bce22910cbf521c5b 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index fb0ee1eb5459867274a56715b3678ecaafb5eb9d..9d11b0d3926e2de3706b8a2b4c96e3d376bae83c 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 501949743e1dfc4e5ca26bd811120572741334d2..a59106df27974f4e6562df0b4b92d70937f20bbb 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index a330ee7bfa465ea3d18eac491e90bd262fb1c2b8..7ab962b3edd8ad53472bcbd6b3cd67dcb876bea7 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index fdb5eee3f3313ad1796cebadff2a81300e18fb06..8774af40a0a0bebc81b0fba54842bb6369ae0fcc 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 0607927f6dc08bfac82c924ea4d2ffe51f057c50..e8784fecd45e7a8df1767dd41827270cc818047e 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
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 2ab18ccbc479287c097e494d0c95acabec2a9e21..997d464a5a5b7fe4c4725e4a47ac0b0151e8ce51 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
@@ -68,6 +68,7 @@
 #include <sys/types.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index abbf4e923d56e261f7bf50e3a56ecf439628dab8..7478219d29e7bc54a52fca5ff07ca8e35e9e0c5b 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
@@ -67,6 +67,7 @@
 #include <sys/types.h>
 
 #include <isc/commandline.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/types.h>
 
index 85f6a328c552d1661c84d9d4e3ff734c89782544..9ec3544ff600807cae5486c4bf3054c93e373fa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2011, 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
@@ -20,6 +20,7 @@
 #include <config.h>
 
 #include <isc/buffer.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <dns/name.h>
index 9fd4a13b568e10a9470034def54d6236d10f071f..ee54c62be28a0557fc495bcde51640d3299a39be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -21,6 +21,7 @@
 
 #include <isc/app.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/time.h>
 #include <isc/timer.h>
index 1da23c051942d68a8cd75f9b9103d14d6a3d17ce..a9d20d9635c08672b1bf7bb577589f94485fdce4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -23,6 +23,7 @@
 
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 9d319f545814acc324e39b58364c5fda90881040..d1cb509838288379c85c12771c31c60061d47f55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -23,6 +23,7 @@
 #include <isc/commandline.h>
 #include <isc/lex.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 3cc8adefa41747d88c89a6ddc9a16f36184a2c17..9e82a0485144ff082462efcd89df20bcac26ae99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2015  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
@@ -21,6 +21,7 @@
 
 #include <stdio.h>
 
+#include <isc/print.h>
 #include <isc/serial.h>
 #include <isc/stdlib.h>
 
index deabf47c16a1aa27804c1aed332434c067908dd2..d07aecb1bfa21c3b1cd8bf1a0d13d54be04b88d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2012, 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
@@ -33,6 +33,7 @@
 #include <isc/mem.h>
 #include <isc/mutex.h>
 #include <isc/net.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/timer.h>
 #include <isc/socket.h>
index 0daa498e5aaafce2f76b9a94b7d20760cfe96ee6..be227c0557fff51b4a7d1568035046b3ddddfc6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 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
@@ -23,6 +23,7 @@
 
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/symtab.h>
 #include <isc/util.h>
 
index 201fdc7ebcb8a41a5810495b1c02a2ef7e6ec15e..8908aeda32562acd0c8f0cf9522d6d9cd820e256 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
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <isc/print.h>
 #include <isc/util.h>
 
 #ifndef MAXHOSTNAMELEN
index ebfeab6dd88a0f97d8fb59a9c52d9805c8325192..ad9b551addab1806d02badbd3bf754c746893647 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008, 2012, 2013, 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
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 
 #include <isc/net.h>
+#include <isc/print.h>
 #include <isc/string.h>
 
 #include <lwres/lwres.h>
index 0b40f8cf57c2d1d8d0ed198998991a8029fc4620..71ec0ef55a239645bf93947a4b23f34991115571 100644 (file)
@@ -27,6 +27,7 @@
 #include <isc/log.h>
 #include <isc/mem.h>
 #include <isc/net.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/socket.h>
 #include <isc/task.h>
index f8f5c9057d96d6513dabe74bd05a12aee2781a41..50f86276d5e85fb6cfacfd08ad638a176faf6b07 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
@@ -17,6 +17,7 @@
 #include <config.h>
 #include <stdio.h>
 
+#include <isc/print.h>
 #include <isc/util.h>
 #include <dns/edns.h>
 
index df03aaa0f890668f7feb0226953e9d093d299159..4545f2774eb931ca43537c5e61984ece81e30ede 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
@@ -24,6 +24,8 @@
 #include <fcntl.h>
 #include <unistd.h>
 
+#include <isc/print.h>
+
 #define USAGE "usage: gencheck <filename>\n"
 
 static int
index 9f3d573b33d1765d60db7a5f6af8ce8948df6ec8..d29ff126e6cb2f0d0d5650949e78dc64d4e46f64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -26,6 +26,7 @@
 #include <isc/buffer.h>
 #include <isc/entropy.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/stdio.h>
 #include <isc/string.h>
index aefe0de1e9f1807f53883ad0964a440304cb5354..bf718e84cca0de40f3870040878042e2aca03ef6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -28,6 +28,7 @@
 #include <isc/hash.h>
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/socket.h>
 #include <isc/task.h>
index c956b18399d697a359fe1cf7b2ef94396c832630..27b7c678147090bb942fed2ab7d0d16920a2f2c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -28,6 +28,7 @@
 #include <isc/hash.h>
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/socket.h>
 #include <isc/task.h>
index a51883231991685f8c82d36b4ac8006172afc8b9..b70c981e27058d59a0af40947a3cc32d71550e79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013-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
@@ -23,6 +23,7 @@
 #include <unistd.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/time.h>
 #include <isc/timer.h>
index 39896bdf262d9a671a893f1a57bf0b37f5938111..5ec48d386a046661b409afcc12ac6b6d498879f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013-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
@@ -24,6 +24,7 @@
 #include <unistd.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/time.h>
 #include <isc/timer.h>
index ee7de984ef110fa0a45e49334ce3733b2eb76b45..a718e3a1450672f37e1798aa85e84fdce274ebd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -24,6 +24,7 @@
 #include <isc/buffer.h>
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 8ca9f641662bb4eb0b312f4184f286d5e8b66408..1c4a115212d230da2e0c2aada98c3e731c849663 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,6 +29,7 @@
 #include <isc/app.h>
 #include <isc/commandline.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/string.h>
 #include <isc/task.h>
index 356a883a45daa70ac033b5aafb6cc8af6b44ee23..14609b57965f2f2a3d247d6d21ea59f31f626511 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -19,6 +19,7 @@
 #include "config.h"
 
 #include <isc/net.h>
+#include <isc/print.h>
 
 #include <stdio.h>
 
index 00613b387c48c06d7ecdc8757620bc229c452858..e443675ab34f3c201192f8edb1c1abb27bd82c99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 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
@@ -21,6 +21,7 @@
 #include <isc/base64.h>
 #include <isc/buffer.h>
 #include <isc/md5.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/result.h>
 #include <isc/sha1.h>
index 36d1acd3136dee522b1cabbb88e8abf93def6678..035cb6e28c9247d5f54db612ba27ce864776f61e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 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
@@ -22,6 +22,7 @@
 
 #include <isc/log.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <dns/journal.h>
index 8844062a6b0b35b3ddc5d0b3201391ae55016f8a..7994838e1ac366bf4b19fa633eebe2c36f5954fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -22,6 +22,7 @@
 #include <isc/commandline.h>
 #include <isc/lex.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 4e8785d696b05981a31c7ca8c1ed00e3f8779233..cf7dab0380d4fc29d968465f069f3348d6e408d6 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <isc/mutexblock.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
 #include <isc/random.h>
 #include <isc/stats.h>
 #include <isc/string.h>         /* Required for HP/UX (and others?) */
index 64e109fb111020b10971a9b0b77c1d0e1b7ebf19..f7e9536b4d8cf0166e89d250fc47762d2792d44f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011, 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -21,6 +21,7 @@
 
 #include <config.h>
 
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <dns/callbacks.h>
index 5174aa8c5d0cce24428e13758c80c57c0f5bb832..d1b86f1794d4baf5b794010d2a4fa65c5758db09 100644 (file)
@@ -26,6 +26,7 @@
 #include <isc/buffer.h>
 #include <isc/file.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index dd1b9ab3508574b821c4de578ad7d5419a4eacad..b9c232696d8149ec8507039221f7cfe5728186f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
 
 #include <isc/base64.h>
 #include <isc/dir.h>
+#include <isc/file.h>
 #include <isc/fsaccess.h>
 #include <isc/lex.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/stdtime.h>
 #include <isc/string.h>
 #include <isc/util.h>
-#include <isc/file.h>
 
 #include <dns/time.h>
 #include <dns/log.h>
index 997d3742fc16f2ca321b13c849883b1c93761c11..5ad2f1383019dd8323e48b9b1df5b384443769da 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) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -26,6 +26,7 @@
 #include <isc/base64.h>
 #include <isc/buffer.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 6b42d7864b4972019094706bc41dc5383b4f7bd5..fc0abe1ecd33ed956f48f42d41729da278656eba 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <isc/file.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/stdio.h>
 #include <isc/string.h>
 #include <isc/util.h>
index 1168c1e235763392861d6127d8c419efd0475493..76a26e82772813ef73e9ed0f86210a5ec2fc5ae7 100644 (file)
 
 #include "config.h"
 
+#include <isc/base64.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/string.h>
 #include <isc/types.h>
-#include <isc/base64.h>
 
 #include <dns/nsec3.h>
 #include <dns/private.h>
index 49add56f37a6cc8befac8d59bcdb4980ba9373eb..bffb0c50c145d0c713190c4b621c6b5b88b2e78a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -22,6 +22,7 @@
 #include <config.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/util.h>
 
index 8ada41bbdb466a8477e0e786b522939da6e5dae5..6b81ed05d64a4b5a12391a002820ba506b40e78d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -24,6 +24,7 @@
 
 #include <unistd.h>
 
+#include <isc/print.h>
 #include <isc/types.h>
 
 #include <dns/geoip.h>
index 87af0e1ba33c9eac58c8685f1e0150528a437337..edc5d677af8f64cac189f4d3f23244dcf7f09bba 100644 (file)
@@ -21,6 +21,7 @@
 #include <config.h>
 #include <atf-c.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/random.h>
 #include <isc/string.h>
 #include <fcntl.h>
index 8b7dce52e22525eb8f33f181c89ffdbec5dfcd5a..dc356e719be75af5870422edf3f5e15b0536d10e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2012, 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
@@ -24,6 +24,8 @@
 
 #include <unistd.h>
 
+#include <isc/print.h>
+
 #include <dns/stats.h>
 
 #include "dnstest.h"
index 25e488e601fc74aa831af5130d4ae1529651b017..cad8d89a734612474ea8ff0f590056222b27a7cd 100644 (file)
@@ -25,6 +25,7 @@
 #include <isc/entropy.h>
 #include <isc/md5.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 31c4fe7c9f273a2d109e43cd2fce2c9ae97aa3b7..6b6f52db1ac35370befb1a7677d62927942aa567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -27,6 +27,7 @@
 #include <isc/assertions.h>
 #include <isc/backtrace.h>
 #include <isc/msgs.h>
+#include <isc/print.h>
 #include <isc/result.h>
 
 /*
index 98546db48f3880ce14f8ace6cd74523077efc6de..416fba1927a62b986c3b1c6c93ffde2e28fa9d16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -65,6 +65,7 @@
 
 #include <isc/commandline.h>
 #include <isc/msgs.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>
 
index 525105e01d21a468a8dcf634e48a4891a360c36a..f2de95b127fc966c6317097444d425d11f95c878 100644 (file)
@@ -40,6 +40,7 @@
 #include <isc/msgs.h>
 #include <isc/mutex.h>
 #include <isc/platform.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/sha1.h>
 #include <isc/string.h>
index 095100a7c9436651cc7144cd1e1eaa41cab3d6f5..b15881589eb41e957d82bb3c7f59f8decc1e649c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 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
@@ -26,6 +26,7 @@
 
 #include <isc/error.h>
 #include <isc/msgs.h>
+#include <isc/print.h>
 
 /*% Default unexpected callback. */
 static void
index e4eeab9937381f4e99120742b5aae695dbfbe22a..40c3d20ef80f1497fa78503011b2805dbe5e559d 100644 (file)
@@ -23,6 +23,7 @@
 #include <isc/buffer.h>
 #include <isc/httpd.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/string.h>
 #include <isc/task.h>
index 7a18f8a20c8ff4b53ae36eb71c765c9198d7cf63..30fa6b1fb02e4d76516b0615d1716451c2aef123 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,6 +29,7 @@
 #include <isc/mem.h>
 #include <isc/msgs.h>
 #include <isc/once.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/task.h>
 #include <isc/timer.h>
index de4479b7b0eaaa596ab43ebd86f12e2a27ca8e20..7639501ff2f4d4efe49cbc45d6bdbdecdad4f702 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
 #include <isc/mem.h>
 #include <isc/once.h>
 #include <isc/platform.h>
+#include <isc/print.h>
 #include <isc/stdio.h>
 #include <isc/thread.h>
 #include <isc/util.h>
index 954a79dd6b60a32afe945321fae1e26f08f63eed..b37f17b7ae0044bb4d456cbd24de6106d13419a9 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <isc/mutex.h>
 #include <isc/util.h>
+#include <isc/print.h>
 #include <isc/strerror.h>
 #include <isc/once.h>
 
index 2ee13653bdde5e86e3ace2813dfd545cf517da86..a1e76c7591800524159d2195dbf2e5bf230ced6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -17,6 +17,7 @@
 #include <config.h>
 
 #include <isc/file.h>
+#include <isc/print.h>
 #include <isc/regex.h>
 #include <isc/string.h>
 
index 9c84c258a28b1268423918c93df8f90645749ce1..461d6e295a779a697e5c584ae685cf9977f62062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 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
@@ -27,6 +27,7 @@
 #include <isc/magic.h>
 #include <isc/msgs.h>
 #include <isc/platform.h>
+#include <isc/print.h>
 #include <isc/rwlock.h>
 #include <isc/util.h>
 
index e88870b631ec8f1b7086a33f98d672aabd2bb9ad..416f89c8f755a3f05d5b0190f82539cafd48a557 100644 (file)
@@ -37,6 +37,7 @@
 #include <isc/msgs.h>
 #include <isc/once.h>
 #include <isc/platform.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/task.h>
 #include <isc/thread.h>
index 15c78f85fff959e0d5e9e700d2fb8564fdd6c4b7..0471b826d4cacbf1d553919f52b8c21d73c258a9 100644 (file)
@@ -31,6 +31,7 @@
 #include <isc/md5.h>
 #include <isc/sha1.h>
 #include <isc/util.h>
+#include <isc/print.h>
 #include <isc/string.h>
 
 /*
index 94e46d782c8bd2540ee36757f64dbd3394e20db3..9fbdd4f8f64f57745ebabfa134b39064646aa784 100644 (file)
@@ -24,6 +24,7 @@
 #include "isctest.h"
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/result.h>
 
 static void *
index 1f4ddf8c59e2ffcae4cb367ff93de4e7beaa0925..6a560e6ce402680872dbe27a968d81260d9a4428 100644 (file)
@@ -19,6 +19,7 @@
 #include <isc/random.h>
 #include <isc/result.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 #include <atf-c.h>
index e79767938950b688ab14141b2798bbd6861715f0..edc96f2bcc6ee17e76bf70d264e848250a58c947 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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
@@ -27,6 +27,7 @@
 #endif
 
 #include <isc/regex.h>
+#include <isc/print.h>
 #include <isc/util.h>
 
 ATF_TC(regex_validate);
index 6853516d79745c64aa69d9e20f60bf70d546fe66..33b96426aade46ce7e571b3659f4f46315578e09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-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
@@ -26,6 +26,7 @@
 #include <time.h>
 
 #include <isc/socket.h>
+#include <isc/print.h>
 
 #include "../task_p.h"
 #include "../unix/socket_p.h"
index 729be1c58d78c7573606e59ac25ad7da040e86e6..7e6242794a048a99743bfea4047ecafbeebe85bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -30,6 +30,7 @@
 #include <isc/msgs.h>
 #include <isc/once.h>
 #include <isc/platform.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/thread.h>
 #include <isc/time.h>
index f0026c285b80432ed890e88f3d2788c743323420..6b1ceda09e0a03d8ad93f38fe69a4e3871c87a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2014, 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
@@ -17,6 +17,8 @@
 
 /* $Id: ifiter_ioctl.c,v 1.62 2009/01/18 23:48:14 tbox Exp $ */
 
+#include <isc/print.h>
+
 /*! \file
  * \brief
  * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
index 5aad3d2ab82881d9f598482a0faf2af67a68d0ac..f6bc5e7eb137a5cae0a5da180baf10a5805d5cf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2014, 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
@@ -30,6 +30,8 @@
 #include <net/route.h>
 #include <net/if_dl.h>
 
+#include <isc/print.h>
+
 /* XXX what about Alpha? */
 #ifdef sgi
 #define ROUNDUP(a) ((a) > 0 ? \
index 7d1dc1b975dac76774b25aa0c7e2e95a5e8e8323..75dce35e5972e6cf1f496f16ba83a202a28b48d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007-2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -33,6 +33,7 @@
 
 #include <isc/interfaceiter.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/string.h>
 #include <isc/strerror.h>
index bf18af981b0d87bd9dccc85f91cb6f47720cc225..fa3372abc1b3f294c4bda392838c17c550347448 100644 (file)
@@ -22,6 +22,7 @@
 #else
 #include <stdio.h>
 #endif
+#include <isc/print.h>
 
 int
 isc_win32os_versioncheck(unsigned int major, unsigned int minor,
index 4f1743ed49726512ea74583c7054ef8ea651ca8d..37b9cdd5ba34127a04393ed01c4a01ce2e80a01d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -40,6 +40,7 @@
 
 #include <isccc/alist.h>
 #include <isc/assertions.h>
+#include <isc/print.h>
 #include <isccc/result.h>
 #include <isccc/sexpr.h>
 #include <isccc/util.h>
index df11a9303175d048921007c31c3ce62fe7d51913..9b7d5d7f3749d317eccfacc2e3a580a957146a49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -40,6 +40,7 @@
 #include <string.h>
 
 #include <isc/assertions.h>
+#include <isc/print.h>
 #include <isccc/sexpr.h>
 #include <isccc/util.h>
 
index 0fe6097d07c1e25e6b1d1246f16e085cdbf8371b..6ded03463b3debcfd111f18151aef2d34e17d609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -75,6 +75,8 @@ static const char rcsid[] =
 
 #include <stdio.h>
 
+#include <isc/print.h>
+
 #include <lwres/netdb.h>
 #include <lwres/platform.h>
 
index 8f6c79ad2a99711fa09dd5d865590cd6b5ec0b55..31b43939d8f9568ef099c675504d779c41482d1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007, 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
@@ -17,6 +17,7 @@
 /* $Id: socket.c,v 1.3 2007/06/18 23:47:51 tbox Exp $ */
 
 #include <stdio.h>
+#include <isc/print.h>
 #include <lwres/platform.h>
 #include <Winsock2.h>
 
index 8daca45cdeec5317a58734f31d0843f6384be50e..0d21661d5e0f611265be0cc36e120d3ce3b0c4d3 100644 (file)
@@ -35,6 +35,7 @@
 #include <isc/commandline.h>
 #include <isc/lib.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/sockaddr.h>
 #include <isc/string.h>
index c186febb1cfd6f6364c3cf176d9aab8c223be065..177579f28e610535b4ab6b87400febdce4f3f8d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012-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
@@ -37,6 +37,7 @@
 #include <isc/commandline.h>
 #include <isc/lib.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/util.h>
 #include <isc/app.h>
index 5f670f35f8b57a14a907eb1f152ae9ca3124fea8..a38a58c6a83686f2b05e921938be91158b0ca5d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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
@@ -38,6 +38,7 @@
 #include <isc/commandline.h>
 #include <isc/lib.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/socket.h>
 #include <isc/sockaddr.h>
 #include <isc/task.h>
index d20062ea950b1a6cb739314fadc6dacaa8f502b6..9f3a8b63c8ebd90a2558d777d8d6048df9d8ad6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012-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
@@ -19,6 +19,7 @@
 #include <config.h>
 
 #include <isc/net.h>
+#include <isc/print.h>
 
 #include <irs/netdb.h>
 
index b5ea343d125d968c8d395630384b406edbd32640..1544a54e61a13d0fa8bcff4ce1d85028e4dbd074 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012-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
@@ -39,6 +39,7 @@
 #include <isc/commandline.h>
 #include <isc/lib.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/util.h>
 
index 343756dfab1621f59c2d9740b90cb29c7c75afd5..f879961fb283edb1570d0b843cfeca86d4246fa2 100644 (file)
@@ -41,6 +41,7 @@
 #include <isc/lib.h>
 #include <isc/mem.h>
 #include <isc/parseint.h>
+#include <isc/print.h>
 #include <isc/sockaddr.h>
 #include <isc/string.h>
 #include <isc/util.h>
index be47ad1873de2d69dccfd46b0e70a8ff84f4f463..78847de93332f2d65329fe5aee352a0ea1e9fa15 100644 (file)
 ./bin/Makefile.in                              MAKE    1998,1999,2000,2001,2004,2007,2009,2012,2013,2014
 ./bin/check/.gitignore                         X       2012
 ./bin/check/Makefile.in                                MAKE    2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014
-./bin/check/check-tool.c                       C       2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./bin/check/check-tool.c                       C       2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015
 ./bin/check/check-tool.h                       C       2000,2001,2002,2004,2005,2007,2010,2011,2013,2014
 ./bin/check/named-checkconf.8                  MAN     DOCBOOK
-./bin/check/named-checkconf.c                  C       1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014
+./bin/check/named-checkconf.c                  C       1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015
 ./bin/check/named-checkconf.docbook            SGML    2000,2001,2002,2004,2005,2007,2009,2014,2015
 ./bin/check/named-checkconf.html               HTML    DOCBOOK
 ./bin/check/named-checkzone.8                  MAN     DOCBOOK
-./bin/check/named-checkzone.c                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./bin/check/named-checkzone.c                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015
 ./bin/check/named-checkzone.docbook            SGML    2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015
 ./bin/check/named-checkzone.html               HTML    DOCBOOK
 ./bin/check/win32/checkconf.dsp.in             X       2001,2004,2005,2006,2009,2013,2014
@@ -46,7 +46,7 @@
 ./bin/confgen/ddns-confgen.docbook             SGML    2009,2014
 ./bin/confgen/ddns-confgen.html                        HTML    DOCBOOK
 ./bin/confgen/include/confgen/os.h             C       2009
-./bin/confgen/keygen.c                         C       2009,2012,2013,2014
+./bin/confgen/keygen.c                         C       2009,2012,2013,2014,2015
 ./bin/confgen/keygen.h                         C       2009
 ./bin/confgen/rndc-confgen.8                   MAN     DOCBOOK
 ./bin/confgen/rndc-confgen.c                   C       2001,2003,2004,2005,2007,2008,2009,2011,2013,2014
@@ -54,7 +54,7 @@
 ./bin/confgen/rndc-confgen.html                        HTML    DOCBOOK
 ./bin/confgen/unix/Makefile.in                 MAKE    2009,2012
 ./bin/confgen/unix/os.c                                C       2009
-./bin/confgen/util.c                           C       2009
+./bin/confgen/util.c                           C       2009,2015
 ./bin/confgen/util.h                           C       2009
 ./bin/confgen/win32/confgentool.dsp.in         X       2009,2013
 ./bin/confgen/win32/confgentool.dsw            X       2009
 ./bin/named/interfacemgr.c                     C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015
 ./bin/named/listenlist.c                       C       2000,2001,2004,2005,2007,2013
 ./bin/named/log.c                              C       1999,2000,2001,2002,2004,2005,2006,2007,2009,2013,2014
-./bin/named/logconf.c                          C       1999,2000,2001,2004,2005,2006,2007,2011,2013,2014
+./bin/named/logconf.c                          C       1999,2000,2001,2004,2005,2006,2007,2011,2013,2014,2015
 ./bin/named/lwaddr.c                           C       2000,2001,2004,2005,2007,2008,2014
 ./bin/named/lwdclient.c                                C       2000,2001,2004,2005,2007
 ./bin/named/lwderror.c                         C       2000,2001,2004,2005,2007
 ./bin/pkcs11/openssl-1.0.0q-patch              X       2015
 ./bin/pkcs11/openssl-1.0.1l-patch              X       2015
 ./bin/pkcs11/pkcs11-destroy.8                  MAN     DOCBOOK
-./bin/pkcs11/pkcs11-destroy.c                  X       2009,2010,2014
+./bin/pkcs11/pkcs11-destroy.c                  X       2009,2010,2014,2015
 ./bin/pkcs11/pkcs11-destroy.docbook            SGML    2009,2014
 ./bin/pkcs11/pkcs11-destroy.html               HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-keygen.8                   MAN     DOCBOOK
-./bin/pkcs11/pkcs11-keygen.c                   X       2009,2014
+./bin/pkcs11/pkcs11-keygen.c                   X       2009,2014,2015
 ./bin/pkcs11/pkcs11-keygen.docbook             SGML    2009,2014
 ./bin/pkcs11/pkcs11-keygen.html                        HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-list.8                     MAN     DOCBOOK
-./bin/pkcs11/pkcs11-list.c                     X       2009,2014
+./bin/pkcs11/pkcs11-list.c                     X       2009,2014,2015
 ./bin/pkcs11/pkcs11-list.docbook               SGML    2009,2014
 ./bin/pkcs11/pkcs11-list.html                  HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-tokens.8                   MAN     2014
-./bin/pkcs11/pkcs11-tokens.c                   C       2014
+./bin/pkcs11/pkcs11-tokens.c                   C       2014,2015
 ./bin/pkcs11/pkcs11-tokens.docbook             SGML    2014
 ./bin/pkcs11/pkcs11-tokens.html                        HTML    2014
 ./bin/pkcs11/win32/pk11destroy.dsp.in          X       2009,2013,2014
 ./bin/rndc/rndc.conf.html                      HTML    DOCBOOK
 ./bin/rndc/rndc.docbook                                SGML    2000,2001,2004,2005,2007,2013,2014,2015
 ./bin/rndc/rndc.html                           HTML    DOCBOOK
-./bin/rndc/util.c                              C       2000,2001,2004,2005,2007
+./bin/rndc/util.c                              C       2000,2001,2004,2005,2007,2015
 ./bin/rndc/util.h                              C       2000,2001,2004,2005,2007,2009
 ./bin/rndc/win32/rndc.dsp.in                   X       2001,2004,2005,2006,2009,2013
 ./bin/rndc/win32/rndc.dsw                      X       2001
 ./bin/tests/Kchild.example.+003+04017.key      X       2000,2001
 ./bin/tests/Kchild.example.+003+04017.private  X       2000,2001
 ./bin/tests/Makefile.in                                MAKE    1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
-./bin/tests/adb_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2013
+./bin/tests/adb_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015
 ./bin/tests/atomic/Makefile.in                 MAKE    2011,2012,2014
 ./bin/tests/atomic/t_atomic.c                  C       2011,2013
 ./bin/tests/atomic/win32/t_atomic.dsp.in       X       2013
 ./bin/tests/atomic/win32/t_atomic.vcxproj.user X       2013
 ./bin/tests/b8t.mk                             MAKE    1999,2000,2001,2004,2007,2012
 ./bin/tests/b9t.mk                             MAKE    1999,2000,2001,2004,2007,2012
-./bin/tests/backtrace_test.c                   C       2009,2013
+./bin/tests/backtrace_test.c                   C       2009,2013,2015
 ./bin/tests/bigtest/README                     TXT.BRIEF       2013
 ./bin/tests/bigtest/buildzones.sh              SH      2013
 ./bin/tests/bigtest/rndc.key                   X       2013
 ./bin/tests/bigtest/tests.sh                   SH      2013
 ./bin/tests/bigtest/zones                      X       2013
-./bin/tests/byaddr_test.c                      C       2000,2001,2002,2004,2005,2007,2012
-./bin/tests/byname_test.c                      C       2000,2001,2004,2005,2007,2009,2012
-./bin/tests/cfg_test.c                         C       2001,2002,2004,2005,2007,2009,2010,2011
-./bin/tests/compress_test.c                    C       1999,2000,2001,2004,2005,2006,2007
+./bin/tests/byaddr_test.c                      C       2000,2001,2002,2004,2005,2007,2012,2015
+./bin/tests/byname_test.c                      C       2000,2001,2004,2005,2007,2009,2012,2015
+./bin/tests/cfg_test.c                         C       2001,2002,2004,2005,2007,2009,2010,2011,2015
+./bin/tests/compress_test.c                    C       1999,2000,2001,2004,2005,2006,2007,2015
 ./bin/tests/db/Makefile.in                     MAKE    1999,2000,2001,2002,2004,2007,2009,2010,2012,2014
 ./bin/tests/db/dns_db_class_1.data             X       1999,2000,2001
 ./bin/tests/db/dns_db_class_data               X       1999,2000,2001
 ./bin/tests/dst/Ktest.+003+49667.key.in                X       2001,2004,2013
 ./bin/tests/dst/Makefile.in                    MAKE    1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014
 ./bin/tests/dst/dst_2_data.in                  X       1999,2000,2001,2013
-./bin/tests/dst/dst_test.c                     C       1999,2000,2001,2004,2005,2007,2009,2012,2014
+./bin/tests/dst/dst_test.c                     C       1999,2000,2001,2004,2005,2007,2009,2012,2014,2015
 ./bin/tests/dst/gsstest.c                      C       2006,2007,2009,2010,2011,2013,2014
 ./bin/tests/dst/t2_data_1.in                   X       1999,2000,2001,2013
 ./bin/tests/dst/t2_data_2.in                   X       1999,2000,2001,2013
 ./bin/tests/dst/win32/t_dst.vcxproj.filters.in X       2013
 ./bin/tests/dst/win32/t_dst.vcxproj.in         X       2013
 ./bin/tests/dst/win32/t_dst.vcxproj.user       X       2013
-./bin/tests/entropy2_test.c                    C       2000,2001,2004,2005,2007
-./bin/tests/entropy_test.c                     C       2000,2001,2004,2005,2007
-./bin/tests/fsaccess_test.c                    C       2000,2001,2004,2005,2007,2012
-./bin/tests/gxba_test.c                                C       2000,2001,2004,2005,2007
-./bin/tests/gxbn_test.c                                C       2000,2001,2004,2005,2007
-./bin/tests/hash_test.c                                C       2000,2001,2004,2005,2006,2007,2014
+./bin/tests/entropy2_test.c                    C       2000,2001,2004,2005,2007,2015
+./bin/tests/entropy_test.c                     C       2000,2001,2004,2005,2007,2015
+./bin/tests/fsaccess_test.c                    C       2000,2001,2004,2005,2007,2012,2015
+./bin/tests/gxba_test.c                                C       2000,2001,2004,2005,2007,2015
+./bin/tests/gxbn_test.c                                C       2000,2001,2004,2005,2007,2015
+./bin/tests/hash_test.c                                C       2000,2001,2004,2005,2006,2007,2014,2015
 ./bin/tests/hashes/Makefile.in                 MAKE    2010,2012,2014
 ./bin/tests/hashes/t_hashes.c                  C       2010,2013
 ./bin/tests/hashes/win32/t_hashes.dsp.in       X       2013
 ./bin/tests/hashes/win32/t_hashes.vcxproj.in   X       2013
 ./bin/tests/hashes/win32/t_hashes.vcxproj.user X       2013
 ./bin/tests/headerdep_test.sh.in               SH      2000,2001,2004,2007,2012
-./bin/tests/inter_test.c                       C       2000,2001,2003,2004,2005,2007,2008
-./bin/tests/keyboard_test.c                    C       2000,2001,2004,2005,2007
-./bin/tests/lex_test.c                         C       1998,1999,2000,2001,2004,2005,2007
-./bin/tests/lfsr_test.c                                C       1999,2000,2001,2004,2005,2007
-./bin/tests/log_test.c                         C       1999,2000,2001,2004,2007,2011,2014
-./bin/tests/lwres_test.c                       C       2000,2001,2004,2005,2007
-./bin/tests/lwresconf_test.c                   C       2000,2001,2004,2007
-./bin/tests/makejournal.c                      C       2013
+./bin/tests/inter_test.c                       C       2000,2001,2003,2004,2005,2007,2008,2015
+./bin/tests/keyboard_test.c                    C       2000,2001,2004,2005,2007,2015
+./bin/tests/lex_test.c                         C       1998,1999,2000,2001,2004,2005,2007,2015
+./bin/tests/lfsr_test.c                                C       1999,2000,2001,2004,2005,2007,2015
+./bin/tests/log_test.c                         C       1999,2000,2001,2004,2007,2011,2014,2015
+./bin/tests/lwres_test.c                       C       2000,2001,2004,2005,2007,2015
+./bin/tests/lwresconf_test.c                   C       2000,2001,2004,2007,2015
+./bin/tests/makejournal.c                      C       2013,2015
 ./bin/tests/master/Makefile.in                 MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/master/dns_master_load_10_data     X       2000,2001
 ./bin/tests/master/dns_master_load_11_data     X       2000,2001
 ./bin/tests/mem/win32/t_mem.vcxproj.in         X       2013
 ./bin/tests/mem/win32/t_mem.vcxproj.user       X       2013
 ./bin/tests/mempool_test.c                     C       1999,2000,2001,2004,2007
-./bin/tests/name_test.c                                C       1998,1999,2000,2001,2003,2004,2005,2007,2009
+./bin/tests/name_test.c                                C       1998,1999,2000,2001,2003,2004,2005,2007,2009,2015
 ./bin/tests/named.conf                         CONF-C  1999,2000,2001,2004,2007,2011,2015
 ./bin/tests/names/Makefile.in                  MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/names/dns_name_compare_data                X       1999,2000,2001
 ./bin/tests/names/dns_name_totext_data         X       1999,2000,2001
 ./bin/tests/names/dns_name_towire_1_data       X       1999,2000,2001
 ./bin/tests/names/dns_name_towire_2_data       X       1999,2000,2001
-./bin/tests/names/t_names.c                    C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014
+./bin/tests/names/t_names.c                    C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015
 ./bin/tests/names/win32/t_names.dsp.in         X       2013
 ./bin/tests/names/win32/t_names.dsw            X       2013
 ./bin/tests/names/win32/t_names.mak.in         X       2013
 ./bin/tests/ndc.conf                           CONF-C  2000,2001,2004,2007
 ./bin/tests/ndc.conf-include                   CONF-C  2001,2004,2007
 ./bin/tests/net/Makefile.in                    MAKE    2000,2001,2002,2004,2007,2009,2012,2014
-./bin/tests/net/driver.c                       C       2000,2001,2004,2007
+./bin/tests/net/driver.c                       C       2000,2001,2004,2007,2015
 ./bin/tests/net/driver.h                       C       2000,2001,2004,2007
-./bin/tests/net/netaddr_multicast.c            C       2000,2001,2004,2007
+./bin/tests/net/netaddr_multicast.c            C       2000,2001,2004,2007,2015
 ./bin/tests/net/sockaddr_multicast.c           C       2000,2001,2004,2007
 ./bin/tests/net/testsuite.h                    C       2000,2001,2004,2007
 ./bin/tests/nsecify.c                          C       1999,2000,2001,2003,2004,2007,2008,2009,2011
 ./bin/tests/pkcs11/README                      X       2014
 ./bin/tests/pkcs11/benchmarks/Makefile.in      MAKE    2014
 ./bin/tests/pkcs11/benchmarks/create.c         C       2014
-./bin/tests/pkcs11/benchmarks/find.c           C       2014
-./bin/tests/pkcs11/benchmarks/genrsa.c         C       2014
-./bin/tests/pkcs11/benchmarks/login.c          C       2014
+./bin/tests/pkcs11/benchmarks/find.c           C       2014,2015
+./bin/tests/pkcs11/benchmarks/genrsa.c         C       2014,2015
+./bin/tests/pkcs11/benchmarks/login.c          C       2014,2015
 ./bin/tests/pkcs11/benchmarks/privrsa.c                C       2014
 ./bin/tests/pkcs11/benchmarks/pubrsa.c         C       2014
-./bin/tests/pkcs11/benchmarks/random.c         C       2014
-./bin/tests/pkcs11/benchmarks/session.c                C       2014
-./bin/tests/pkcs11/benchmarks/sha1.c           C       2014
-./bin/tests/pkcs11/benchmarks/sign.c           C       2014
-./bin/tests/pkcs11/benchmarks/verify.c         C       2014
-./bin/tests/pkcs11/pkcs11-hmacmd5.c            C       2014
-./bin/tests/pkcs11/pkcs11-md5sum.c             C       2014
-./bin/tests/printmsg.c                         C       1998,1999,2000,2001,2004,2007,2011
+./bin/tests/pkcs11/benchmarks/random.c         C       2014,2015
+./bin/tests/pkcs11/benchmarks/session.c                C       2014,2015
+./bin/tests/pkcs11/benchmarks/sha1.c           C       2014,2015
+./bin/tests/pkcs11/benchmarks/sign.c           C       2014,2015
+./bin/tests/pkcs11/benchmarks/verify.c         C       2014,2015
+./bin/tests/pkcs11/pkcs11-hmacmd5.c            C       2014,2015
+./bin/tests/pkcs11/pkcs11-md5sum.c             C       2014,2015
+./bin/tests/printmsg.c                         C       1998,1999,2000,2001,2004,2007,2011,2015
 ./bin/tests/printmsg.h                         C       1998,1999,2000,2001,2004,2007
-./bin/tests/ratelimiter_test.c                 C       1999,2000,2001,2004,2007
+./bin/tests/ratelimiter_test.c                 C       1999,2000,2001,2004,2007,2015
 ./bin/tests/rbt/Makefile.in                    MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/rbt/dns_rbt.data                   X       1999,2000,2001
 ./bin/tests/rbt/dns_rbt_addname_1_data         X       1999,2000,2001,2003
 ./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X       2013
 ./bin/tests/rbt/win32/t_rbt.vcxproj.in         X       2013
 ./bin/tests/rbt/win32/t_rbt.vcxproj.user       X       2013
-./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2014
+./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2014,2015
 ./bin/tests/rbt_test.out                       X       1999,2000,2001
 ./bin/tests/rbt_test.txt                       SH      1999,2000,2001,2004,2007,2012
-./bin/tests/rdata_test.c                       C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014
+./bin/tests/rdata_test.c                       C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014,2015
 ./bin/tests/resolv.conf.sample                 CONF-SH 2000,2001,2004,2007,2012
 ./bin/tests/resolver/Makefile.in               MAKE    2011,2012,2014
 ./bin/tests/resolver/t_resolver.c              C       2011,2012,2013,2014
 ./bin/tests/resolver/win32/t_resolver.vcxproj.in       X       2013
 ./bin/tests/resolver/win32/t_resolver.vcxproj.user     X       2013
 ./bin/tests/rwlock_test.c                      C       1998,1999,2000,2001,2004,2005,2007,2013
-./bin/tests/serial_test.c                      C       1999,2000,2001,2003,2004,2007
+./bin/tests/serial_test.c                      C       1999,2000,2001,2003,2004,2007,2015
 ./bin/tests/shutdown_test.c                    C       1998,1999,2000,2001,2004,2007,2011,2013
-./bin/tests/sig0_test.c                                C       2000,2001,2004,2005,2007,2008,2009,2012
+./bin/tests/sig0_test.c                                C       2000,2001,2004,2005,2007,2008,2009,2012,2015
 ./bin/tests/sock_test.c                                C       1998,1999,2000,2001,2004,2007,2008,2012,2013,2014,2015
 ./bin/tests/sockaddr/Makefile.in               MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/sockaddr/t_sockaddr.c              C       1999,2000,2001,2004,2007,2013
 ./bin/tests/startperf/mkzonefile.pl            PERL    2011,2012
 ./bin/tests/startperf/setup.sh                 SH      2011,2012
 ./bin/tests/startperf/smallzone.db             ZONE    2011
-./bin/tests/sym_test.c                         C       1998,1999,2000,2001,2004,2005,2007
+./bin/tests/sym_test.c                         C       1998,1999,2000,2001,2004,2005,2007,2015
 ./bin/tests/system/.gitignore                  X       2012
 ./bin/tests/system/Makefile.in                 MAKE    2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015
 ./bin/tests/system/README                      TXT.BRIEF       2000,2001,2004,2010,2011,2013,2015
 ./bin/tests/system/builtin/.gitignore          X       2014
 ./bin/tests/system/builtin/Makefile.in         MAKE    2014
 ./bin/tests/system/builtin/clean.sh            SH      2014
-./bin/tests/system/builtin/gethostname.c       C       2014
+./bin/tests/system/builtin/gethostname.c       C       2014,2015
 ./bin/tests/system/builtin/ns1/named.conf      CONF-C  2011
 ./bin/tests/system/builtin/ns2/named.conf      CONF-C  2014
 ./bin/tests/system/builtin/ns3/named.conf      CONF-C  2014
 ./bin/tests/system/lwresd/clean.sh             SH      2008,2012,2013,2014
 ./bin/tests/system/lwresd/lwresd1/lwresd.conf  CONF-C  2000,2001,2004,2007
 ./bin/tests/system/lwresd/lwresd1/resolv.conf  CONF-SH 2000,2001,2004,2007,2012
-./bin/tests/system/lwresd/lwtest.c             C       2000,2001,2002,2004,2007,2008,2012,2013
+./bin/tests/system/lwresd/lwtest.c             C       2000,2001,2002,2004,2007,2008,2012,2013,2015
 ./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE    2000,2001,2004,2007
 ./bin/tests/system/lwresd/ns1/e.example1.db    X       2008
 ./bin/tests/system/lwresd/ns1/example1.db      ZONE    2000,2001,2002,2003,2004,2007,2008
 ./bin/tests/system/pipelined/ns3/named.args    X       2014,2015
 ./bin/tests/system/pipelined/ns3/named.conf    CONF-C  2014,2015
 ./bin/tests/system/pipelined/ns4/named.conf    CONF-C  2014,2015
-./bin/tests/system/pipelined/pipequeries.c     C       2014,2015
+./bin/tests/system/pipelined/pipequeries.c     C       2014,2015,2015
 ./bin/tests/system/pipelined/ref               X       2014,2015
 ./bin/tests/system/pipelined/refb              X       2014,2015
 ./bin/tests/system/pipelined/setup.sh          SH      2014,2015
 ./bin/tests/system/resolver/ans2/ans.pl                PERL    2000,2001,2004,2007,2009,2010,2012
 ./bin/tests/system/resolver/ans3/ans.pl                PERL    2000,2001,2004,2007,2009,2012
 ./bin/tests/system/resolver/clean.sh           SH      2008,2009,2010,2011,2012,2013,2014
-./bin/tests/system/resolver/edns-version.c     C       2014
+./bin/tests/system/resolver/edns-version.c     C       2014,2015
 ./bin/tests/system/resolver/ns1/named.conf     CONF-C  2000,2001,2004,2007,2009,2013,2014
 ./bin/tests/system/resolver/ns1/root.hint      ZONE    2000,2001,2004,2007
 ./bin/tests/system/resolver/ns4/broken.db      ZONE    2012
 ./bin/tests/system/rndc/.gitignore             X       2014
 ./bin/tests/system/rndc/Makefile.in            MAKE    2014
 ./bin/tests/system/rndc/clean.sh               SH      2011,2012,2013,2014,2015
-./bin/tests/system/rndc/gencheck.c             C       2014
+./bin/tests/system/rndc/gencheck.c             C       2014,2015
 ./bin/tests/system/rndc/ns2/incl.db            ZONE    2013
 ./bin/tests/system/rndc/ns2/named.conf         CONF-C  2011,2012,2013
 ./bin/tests/system/rndc/ns2/secondkey.conf     CONF-C  2012,2013
 ./bin/tests/system/rrsetorder/tests.sh         SH      2006,2007,2008,2011,2012,2014
 ./bin/tests/system/rsabigexponent/.gitignore   X       2013
 ./bin/tests/system/rsabigexponent/Makefile.in  MAKE    2012,2014
-./bin/tests/system/rsabigexponent/bigkey.c     C       2012,2014
+./bin/tests/system/rsabigexponent/bigkey.c     C       2012,2014,2015
 ./bin/tests/system/rsabigexponent/clean.sh     SH      2012,2014
 ./bin/tests/system/rsabigexponent/conf/bad01.conf      CONF-C  2012
 ./bin/tests/system/rsabigexponent/conf/bad02.conf      CONF-C  2012
 ./bin/tests/system/testsock6.pl                        PERL    2010,2012,2014
 ./bin/tests/system/tkey/Makefile.in            MAKE    2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/system/tkey/clean.sh               SH      2001,2004,2007,2011,2012,2013,2014
-./bin/tests/system/tkey/keycreate.c            C       2001,2004,2005,2007,2009,2011,2012,2014
-./bin/tests/system/tkey/keydelete.c            C       2001,2004,2005,2007,2009,2010,2011,2014
+./bin/tests/system/tkey/keycreate.c            C       2001,2004,2005,2007,2009,2011,2012,2014,2015
+./bin/tests/system/tkey/keydelete.c            C       2001,2004,2005,2007,2009,2010,2011,2014,2015
 ./bin/tests/system/tkey/ns1/example.db         ZONE    2013
 ./bin/tests/system/tkey/ns1/named.conf.in      CONF-C  2001,2004,2007,2009,2011,2013,2014
 ./bin/tests/system/tkey/ns1/setup.sh           SH      2001,2004,2007,2009,2012,2014
 ./bin/tests/system/zonechecks/setup.sh         SH      2012,2013,2014
 ./bin/tests/system/zonechecks/tests.sh         SH      2004,2007,2009,2012,2013,2014
 ./bin/tests/t_api.pl                           PERL    1999,2000,2001,2004,2007,2012
-./bin/tests/task_test.c                                C       1998,1999,2000,2001,2004,2007,2013,2014
+./bin/tests/task_test.c                                C       1998,1999,2000,2001,2004,2007,2013,2014,2015
 ./bin/tests/tasks/Makefile.in                  MAKE    1998,1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/tasks/t_tasks.c                    C       1998,1999,2000,2001,2004,2005,2007,2009,2011,2013,2014
 ./bin/tests/tasks/win32/t_tasks.dsp.in         X       2013
 ./bin/tests/tasks/win32/t_tasks.mak.in         X       2013
 ./bin/tests/tasks/win32/t_tasks.vcxproj.filters.in     X       2013
 ./bin/tests/tasks/win32/t_tasks.vcxproj.in     X       2013
-./bin/tests/tasks/win32/t_tasks.vcxproj.user   X       2013
+./bin/tests/tasks/win32/t_tasks.vcxproj.user   X       2013,2015
 ./bin/tests/timer_test.c                       C       1998,1999,2000,2001,2004,2007,2013,2014
 ./bin/tests/timers/Makefile.in                 MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014
 ./bin/tests/timers/t_timers.c                  C       1999,2000,2001,2004,2007,2008,2009,2011,2013
 ./bin/tests/win32/timer_test.vcxproj.filters.in        X       2013
 ./bin/tests/win32/timer_test.vcxproj.in                X       2013
 ./bin/tests/win32/timer_test.vcxproj.user      X       2013
-./bin/tests/wire_test.c                                C       1999,2000,2001,2004,2005,2007
+./bin/tests/wire_test.c                                C       1999,2000,2001,2004,2005,2007,2015
 ./bin/tests/wire_test.data                     X       1999,2000,2001
 ./bin/tests/wire_test.data2                    X       1999,2000,2001
 ./bin/tests/wire_test.data3                    X       1999,2000,2001
 ./bin/tests/wire_test.data4                    X       1999,2000,2001
-./bin/tests/zone_test.c                                C       1999,2000,2001,2002,2004,2005,2007,2009,2012,2014
+./bin/tests/zone_test.c                                C       1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2015
 ./bin/tools/.gitignore                         X       2012,2014,2015
 ./bin/tools/Makefile.in                                MAKE    2009,2010,2012,2013,2014,2015
 ./bin/tools/arpaname.1                         MAN     DOCBOOK
-./bin/tools/arpaname.c                         C       2009
+./bin/tools/arpaname.c                         C       2009,2015
 ./bin/tools/arpaname.docbook                   SGML    2009,2014
 ./bin/tools/arpaname.html                      HTML    DOCBOOK
 ./bin/tools/genrandom.8                                MAN     DOCBOOK
 ./bin/tools/genrandom.docbook                  SGML    2009,2010,2011,2014
 ./bin/tools/genrandom.html                     HTML    DOCBOOK
 ./bin/tools/isc-hmac-fixup.8                   MAN     DOCBOOK
-./bin/tools/isc-hmac-fixup.c                   C       2010,2014
+./bin/tools/isc-hmac-fixup.c                   C       2010,2014,2015
 ./bin/tools/isc-hmac-fixup.docbook             SGML    2010,2013,2014
 ./bin/tools/isc-hmac-fixup.html                        HTML    DOCBOOK
 ./bin/tools/mdig.1                             MAN     DOCBOOK
 ./bin/tools/mdig.docbook                       SGML    2015
 ./bin/tools/mdig.html                          HTML    DOCBOOK
 ./bin/tools/named-journalprint.8               MAN     DOCBOOK
-./bin/tools/named-journalprint.c               C       2000,2001,2004,2005,2006,2007,2008,2009
+./bin/tools/named-journalprint.c               C       2000,2001,2004,2005,2006,2007,2008,2009,2015
 ./bin/tools/named-journalprint.docbook         SGML    2009,2014
 ./bin/tools/named-journalprint.html            HTML    DOCBOOK
 ./bin/tools/named-rrchecker.1                  MAN     2013,2014
-./bin/tools/named-rrchecker.c                  C       2013
+./bin/tools/named-rrchecker.c                  C       2013,2015
 ./bin/tools/named-rrchecker.docbook            SGML    2013,2014
 ./bin/tools/named-rrchecker.html               HTML    2013,2014
 ./bin/tools/nsec3hash.8                                MAN     DOCBOOK
 ./lib/dns/badcache.c                           C       2014
 ./lib/dns/byaddr.c                             C       2000,2001,2002,2003,2004,2005,2007,2009,2013
 ./lib/dns/cache.c                              C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014
-./lib/dns/callbacks.c                          C       1999,2000,2001,2004,2005,2007,2011,2012
+./lib/dns/callbacks.c                          C       1999,2000,2001,2004,2005,2007,2011,2012,2015
 ./lib/dns/client.c                             C       2009,2010,2011,2012,2013,2014
 ./lib/dns/clientinfo.c                         C       2011,2014
 ./lib/dns/compress.c                           C       1999,2000,2001,2004,2005,2006,2007,2015
 ./lib/dns/dst_internal.h                       C.NAI   2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./lib/dns/dst_lib.c                            C       1999,2000,2001,2004,2005,2007
 ./lib/dns/dst_openssl.h                                C       2002,2004,2005,2007,2008,2009,2011,2012
-./lib/dns/dst_parse.c                          C.NAI   1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./lib/dns/dst_parse.c                          C.NAI   1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015
 ./lib/dns/dst_parse.h                          C.NAI   2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2014
 ./lib/dns/dst_pkcs11.h                         C       2014
 ./lib/dns/dst_result.c                         C       1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2015
 ./lib/dns/gen-win32.h                          C       1999,2000,2001,2004,2005,2006,2007,2009,2014
 ./lib/dns/gen.c                                        C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014
 ./lib/dns/geoip.c                              C       2013,2014,2015
-./lib/dns/gssapi_link.c                                C       2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014
+./lib/dns/gssapi_link.c                                C       2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015
 ./lib/dns/gssapictx.c                          C       2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015
 ./lib/dns/hmac_link.c                          C.NAI   1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./lib/dns/include/Makefile.in                  MAKE    1998,1999,2000,2001,2004,2007,2012
 ./lib/dns/include/dns/soa.h                    C       2000,2001,2004,2005,2006,2007,2009
 ./lib/dns/include/dns/ssu.h                    C       2000,2001,2003,2004,2005,2006,2007,2008,2010,2011
 ./lib/dns/include/dns/stats.h                  C       2000,2001,2004,2005,2006,2007,2008,2009,2012,2014
-./lib/dns/include/dns/tcpmsg.h                 C       1999,2000,2001,2004,2005,2006,2007
+./lib/dns/include/dns/tcpmsg.h                 C       1999,2000,2001,2004,2005,2006,2007,2015
 ./lib/dns/include/dns/time.h                   C       1999,2000,2001,2004,2005,2006,2007,2012
 ./lib/dns/include/dns/timer.h                  C       2000,2001,2004,2005,2006,2007
 ./lib/dns/include/dns/tkey.h                   C       1999,2000,2001,2004,2005,2006,2007,2009,2010,2011
 ./lib/dns/tests/dispatch_test.c                        C       2012,2014
 ./lib/dns/tests/dnstest.c                      C       2011,2012,2013,2014,2015
 ./lib/dns/tests/dnstest.h                      C       2011,2012,2014
-./lib/dns/tests/geoip_test.c                   C       2013,2014
+./lib/dns/tests/geoip_test.c                   C       2013,2014,2015
 ./lib/dns/tests/gost_test.c                    C       2014,2015
 ./lib/dns/tests/keytable_test.c                        C       2014,2015
 ./lib/dns/tests/master_test.c                  C       2011,2012,2013,2015
 ./lib/dns/tests/rbt_test.c                     C       2012,2013,2014,2015
 ./lib/dns/tests/rdata_test.c                   C       2012,2013
 ./lib/dns/tests/rdataset_test.c                        C       2012
-./lib/dns/tests/rdatasetstats_test.c           C       2012
+./lib/dns/tests/rdatasetstats_test.c           C       2012,2015
 ./lib/dns/tests/testdata/dbiterator/zone1.data ZONE    2011,2012
 ./lib/dns/tests/testdata/dbiterator/zone2.data X       2011
 ./lib/dns/tests/testdata/diff/zone1.data       ZONE    2011,2012
 ./lib/isc/alpha/include/isc/atomic.h           C       2005,2007,2009
 ./lib/isc/api                                  X       1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014,2015
 ./lib/isc/app_api.c                            C       2009,2013,2014,2015
-./lib/isc/assertions.c                         C       1997,1998,1999,2000,2001,2004,2005,2007,2008,2009
+./lib/isc/assertions.c                         C       1997,1998,1999,2000,2001,2004,2005,2007,2008,2009,2015
 ./lib/isc/backtrace-emptytbl.c                 C       2009
 ./lib/isc/backtrace.c                          C       2009,2013,2014,2015
 ./lib/isc/base32.c                             C       2008,2009,2013,2014
 ./lib/isc/buffer.c                             C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014,2015
 ./lib/isc/bufferlist.c                         C       1999,2000,2001,2004,2005,2007
 ./lib/isc/chacha_private.h                     X       2014
-./lib/isc/commandline.c                                C.PORTION       1999,2000,2001,2004,2005,2007,2008,2014
+./lib/isc/commandline.c                                C.PORTION       1999,2000,2001,2004,2005,2007,2008,2014,2015
 ./lib/isc/counter.c                            C       2014
 ./lib/isc/crc64.c                              C       2013
 ./lib/isc/entropy.c                            C       2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015
-./lib/isc/error.c                              C       1998,1999,2000,2001,2004,2005,2007
+./lib/isc/error.c                              C       1998,1999,2000,2001,2004,2005,2007,2015
 ./lib/isc/event.c                              C       1998,1999,2000,2001,2004,2005,2007,2014
 ./lib/isc/fsaccess.c                           C       2000,2001,2004,2005,2007
 ./lib/isc/hash.c                               C       2003,2004,2005,2006,2007,2009,2013,2014,2015
 ./lib/isc/iterated_hash.c                      C       2006,2008,2009
 ./lib/isc/lex.c                                        C       1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2015
 ./lib/isc/lfsr.c                               C       1999,2000,2001,2002,2004,2005,2007
-./lib/isc/lib.c                                        C       1999,2000,2001,2004,2005,2007,2009,2013,2014
+./lib/isc/lib.c                                        C       1999,2000,2001,2004,2005,2007,2009,2013,2014,2015
 ./lib/isc/log.c                                        C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014
 ./lib/isc/md5.c                                        C       2000,2001,2004,2005,2007,2009,2014
 ./lib/isc/mem.c                                        C       1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015
 ./lib/isc/nothreads/thread.c                   C       2000,2001,2004,2007
 ./lib/isc/ondestroy.c                          C       2000,2001,2004,2005,2007
 ./lib/isc/parseint.c                           C       2001,2002,2003,2004,2005,2007,2012
-./lib/isc/pk11.c                               C       2014
+./lib/isc/pk11.c                               C       2014,2015
 ./lib/isc/pk11_result.c                                C       2014,2015
 ./lib/isc/pool.c                               C       2013,2015
 ./lib/isc/portset.c                            C       2008
 ./lib/isc/random.c                             C       1999,2000,2001,2002,2003,2004,2005,2007,2009,2013,2014
 ./lib/isc/ratelimiter.c                                C       1999,2000,2001,2002,2004,2005,2007,2012,2014,2015
 ./lib/isc/refcount.c                           C       2005,2007
-./lib/isc/regex.c                              C       2013,2014
+./lib/isc/regex.c                              C       2013,2014.2015
 ./lib/isc/region.c                             C       2002,2004,2005,2007
 ./lib/isc/result.c                             C       1998,1999,2000,2001,2003,2004,2005,2007,2008,2012,2014,2015
-./lib/isc/rwlock.c                             C       1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012
+./lib/isc/rwlock.c                             C       1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2015
 ./lib/isc/safe.c                               C       2013
 ./lib/isc/serial.c                             C       1999,2000,2001,2004,2005,2007
 ./lib/isc/sha1.c                               C       2000,2001,2003,2004,2005,2007,2009,2011,2012,2014
 ./lib/isc/tests/queue_test.c                   C       2011,2012
 ./lib/isc/tests/radix_test.c                   C       2014
 ./lib/isc/tests/random_test.c                  C       2014,2015
-./lib/isc/tests/regex_test.c                   C       2013
+./lib/isc/tests/regex_test.c                   C       2013,2015
 ./lib/isc/tests/result_test.c                  C       2015
 ./lib/isc/tests/safe_test.c                    C       2013
 ./lib/isc/tests/sockaddr_test.c                        C       2012
-./lib/isc/tests/socket_test.c                  C       2011,2012,2013,2014
+./lib/isc/tests/socket_test.c                  C       2011,2012,2013,2014,2015
 ./lib/isc/tests/symtab_test.c                  C       2011,2012,2013
 ./lib/isc/tests/task_test.c                    C       2011,2012
 ./lib/isc/tests/taskpool_test.c                        C       2011,2012
 ./lib/isc/tests/testdata/file/keep             X       2014
 ./lib/isc/tests/time_test.c                    C       2014,2015
-./lib/isc/timer.c                              C       1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014
+./lib/isc/timer.c                              C       1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015
 ./lib/isc/timer_p.h                            C       2000,2001,2004,2005,2007,2009
 ./lib/isc/tm.c                                 C       2014
 ./lib/isc/unix/Makefile.in                     MAKE    1998,1999,2000,2001,2004,2007,2009,2012,2014
 ./lib/isc/unix/file.c                          C       2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015
 ./lib/isc/unix/fsaccess.c                      C       2000,2001,2004,2005,2006,2007
 ./lib/isc/unix/ifiter_getifaddrs.c             C       2003,2004,2005,2007,2008,2009,2014
-./lib/isc/unix/ifiter_ioctl.c                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2014
-./lib/isc/unix/ifiter_sysctl.c                 C       1999,2000,2001,2002,2003,2004,2005,2007,2014
+./lib/isc/unix/ifiter_ioctl.c                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2014,2015
+./lib/isc/unix/ifiter_sysctl.c                 C       1999,2000,2001,2002,2003,2004,2005,2007,2014,2015
 ./lib/isc/unix/include/Makefile.in             MAKE    1998,1999,2000,2001,2004,2007,2012,2014
 ./lib/isc/unix/include/isc/Makefile.in         MAKE    1998,1999,2000,2001,2004,2007,2012,2013,2014
 ./lib/isc/unix/include/isc/dir.h               C       1999,2000,2001,2004,2005,2007
 ./lib/isc/win32/include/isc/win32os.h          C       2002,2004,2007,2009,2015
 ./lib/isc/win32/include/pkcs11/Makefile.in     MAKE    2014
 ./lib/isc/win32/include/pkcs11/cryptoki.h      X       2014
-./lib/isc/win32/interfaceiter.c                        C       1999,2000,2001,2004,2007,2008,2009,2013,2014
+./lib/isc/win32/interfaceiter.c                        C       1999,2000,2001,2004,2007,2008,2009,2013,2014,2015
 ./lib/isc/win32/ipv6.c                         C       1999,2000,2001,2004,2007
 ./lib/isc/win32/keyboard.c                     C       2000,2001,2004,2007
 ./lib/isc/win32/libgen.h                       C       2009
 ./lib/isc/x86_64/include/isc/Makefile.in       MAKE    2007,2012
 ./lib/isc/x86_64/include/isc/atomic.h          C       2005,2007,2008
 ./lib/isccc/Makefile.in                                MAKE    2001,2003,2004,2007,2009,2011,2012,2014,2015
-./lib/isccc/alist.c                            C.NOM   2001,2004,2005,2007
+./lib/isccc/alist.c                            C.NOM   2001,2004,2005,2007,2015
 ./lib/isccc/api                                        X       2001,2006,2008,2009,2010,2011,2012,2013,2014,2015
 ./lib/isccc/base64.c                           C.NOM   2001,2004,2005,2007,2013
 ./lib/isccc/cc.c                               C.NOM   2001,2002,2003,2004,2005,2006,2007,2012,2013,2014,2015
 ./lib/isccc/include/isccc/version.h            C       2001,2004,2005,2006,2007
 ./lib/isccc/lib.c                              C.NOM   2001,2004,2005,2007
 ./lib/isccc/result.c                           C.NOM   2001,2003,2004,2005,2007,2015
-./lib/isccc/sexpr.c                            C.NOM   2001,2004,2005,2007,2014
+./lib/isccc/sexpr.c                            C.NOM   2001,2004,2005,2007,2014,2015
 ./lib/isccc/symtab.c                           C.NOM   2001,2004,2005,2007
 ./lib/isccc/version.c                          C       1998,1999,2000,2001,2004,2005,2007
 ./lib/isccc/win32/DLLMain.c                    C       2001,2004,2007
 ./lib/lwres/getipnode.c                                C       1999,2000,2001,2002,2003,2004,2005,2007,2009,2012,2014
 ./lib/lwres/getnameinfo.c                      C.PORTION       1999,2000,2001,2003,2004,2005,2007,2011,2012,2013
 ./lib/lwres/getrrset.c                         C       2000,2001,2002,2003,2004,2005,2007,2012,2014
-./lib/lwres/herror.c                           C.PORTION       2000,2001,2003,2004,2005,2007,2011,2012,2014
+./lib/lwres/herror.c                           C.PORTION       2000,2001,2003,2004,2005,2007,2011,2012,2014,2015
 ./lib/lwres/include/Makefile.in                        MAKE    2000,2001,2004,2007,2012
 ./lib/lwres/include/lwres/Makefile.in          MAKE    2000,2001,2004,2007,2012,2014
 ./lib/lwres/include/lwres/context.h            C       2000,2001,2004,2005,2006,2007,2008
 ./lib/lwres/win32/liblwres.vcxproj.in          X       2013,2014
 ./lib/lwres/win32/liblwres.vcxproj.user                X       2013
 ./lib/lwres/win32/lwconfig.c                   C       2002,2004,2006,2007,2013
-./lib/lwres/win32/socket.c                     C       2007
+./lib/lwres/win32/socket.c                     C       2007,2015
 ./lib/lwres/win32/version.c                    C       1998,1999,2000,2001,2004,2007
 ./lib/samples/.gitignore                       X       2013,2014
 ./lib/samples/Makefile-postinstall.in          MAKE    2009,2012,2013,2014
 ./lib/samples/Makefile.in                      MAKE    2009,2012,2013,2014
 ./lib/samples/nsprobe.c                                C       2009,2010,2011,2012,2013,2014,2015
-./lib/samples/resolve.c                                C       2009,2012,2013,2014
+./lib/samples/resolve.c                                C       2009,2012,2013,2014,2015
 ./lib/samples/rootkey.sh                       SH      2013
-./lib/samples/sample-async.c                   C       2009,2013,2014
-./lib/samples/sample-gai.c                     C       2009,2012,2013,2014
-./lib/samples/sample-request.c                 C       2009,2012,2013,2014
+./lib/samples/sample-async.c                   C       2009,2013,2014,2015
+./lib/samples/sample-gai.c                     C       2009,2012,2013,2014,2015
+./lib/samples/sample-request.c                 C       2009,2012,2013,2014,2015
 ./lib/samples/sample-update.c                  C       2009,2010,2012,2013,2014,2015
 ./lib/samples/win32/async.dsp.in               X       2014
 ./lib/samples/win32/async.dsw                  X       2014