diff --git a/bin/named/win32/named.dsp.in b/bin/named/win32/named.dsp.in
index 14cace436e..76f97a63dc 100644
--- a/bin/named/win32/named.dsp.in
+++ b/bin/named/win32/named.dsp.in
@@ -294,6 +294,10 @@ SOURCE=..\include\named\query.h
# End Source File
# Begin Source File
+SOURCE=..\include\named\seccomp.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\named\server.h
# End Source File
# Begin Source File
diff --git a/bin/named/win32/named.vcxproj.filters.in b/bin/named/win32/named.vcxproj.filters.in
index e7d65c5970..8cc6a7b21f 100644
--- a/bin/named/win32/named.vcxproj.filters.in
+++ b/bin/named/win32/named.vcxproj.filters.in
@@ -177,6 +177,9 @@
Header Files
+
+ Header Files
+
Header Files
diff --git a/bin/named/win32/named.vcxproj.in b/bin/named/win32/named.vcxproj.in
index 605fbd7b39..d03288fd8c 100644
--- a/bin/named/win32/named.vcxproj.in
+++ b/bin/named/win32/named.vcxproj.in
@@ -156,6 +156,7 @@
+
diff --git a/config.h.win32 b/config.h.win32
index 84cc06a120..85f483431f 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -358,14 +358,14 @@ typedef __int64 off_t;
/* HMAC_*() return ints */
@HMAC_RETURN_INT@
-/* Use AES for Source Identity Token generation */
-@AES_SIT@
+/* Use AES for Client Cookie generation */
+@AES_CC@
-/* Use HMAC-SHA1 for Source Identity Token generation */
-@HMAC_SHA1_SIT@
+/* Use HMAC-SHA1 for Client Cookie generation */
+@HMAC_SHA1_CC@
-/* Use HMAC-SHA256 for Source Identity Token generation */
-@HMAC_SHA256_SIT@
+/* Use HMAC-SHA256 for Client Cookie generation */
+@HMAC_SHA256_CC@
/* Define to 1 if you have the `readline' function. */
@HAVE_READLINE@
diff --git a/lib/bind9/win32/libbind9.dsp.in b/lib/bind9/win32/libbind9.dsp.in
index 8e5c90689a..48de05a7dc 100644
--- a/lib/bind9/win32/libbind9.dsp.in
+++ b/lib/bind9/win32/libbind9.dsp.in
@@ -118,6 +118,10 @@ SOURCE=..\include\bind9\check.h
# End Source File
# Begin Source File
+SOURCE=..\include\bind9\getaddresses.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\bind9\version.h
# End Source File
# End Group
diff --git a/lib/bind9/win32/libbind9.vcxproj.filters.in b/lib/bind9/win32/libbind9.vcxproj.filters.in
index d90db87746..4e283308b7 100644
--- a/lib/bind9/win32/libbind9.vcxproj.filters.in
+++ b/lib/bind9/win32/libbind9.vcxproj.filters.in
@@ -38,5 +38,8 @@
Header Files
+
+ Header Files
+
\ No newline at end of file
diff --git a/lib/bind9/win32/libbind9.vcxproj.in b/lib/bind9/win32/libbind9.vcxproj.in
index 7cfb2986e6..aad3fe1fdd 100644
--- a/lib/bind9/win32/libbind9.vcxproj.in
+++ b/lib/bind9/win32/libbind9.vcxproj.in
@@ -115,6 +115,7 @@
+
diff --git a/lib/dns/win32/libdns.def.in b/lib/dns/win32/libdns.def.in
index 2219bf89fa..e4e6b1bac5 100644
--- a/lib/dns/win32/libdns.def.in
+++ b/lib/dns/win32/libdns.def.in
@@ -89,9 +89,9 @@ dns_cache_getcleaninginterval
dns_cache_getname
dns_cache_getstats
dns_cache_load
-@IF JSON
+@IF NOTYET
dns_cache_renderjson
-@END JSON
+@END NOTYET
@IF LIBXML2
dns_cache_renderxml
@END LIBXML2
diff --git a/lib/dns/win32/libdns.dsp.in b/lib/dns/win32/libdns.dsp.in
index f7e5a6b98a..a280e6de9a 100644
--- a/lib/dns/win32/libdns.dsp.in
+++ b/lib/dns/win32/libdns.dsp.in
@@ -186,6 +186,10 @@ SOURCE=..\include\dns\ecdb.h
# End Source File
# Begin Source File
+SOURCE=..\include\dns\edns.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\dns\enumclass.h
# End Source File
# Begin Source File
@@ -304,6 +308,10 @@ SOURCE=..\rbtdb64.h
# End Source File
# Begin Source File
+SOURCE=..\rdatalist_p.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\dns\rcode.h
# End Source File
# Begin Source File
diff --git a/lib/dns/win32/libdns.vcxproj.filters.in b/lib/dns/win32/libdns.vcxproj.filters.in
index 81f2512f08..2b983267ea 100644
--- a/lib/dns/win32/libdns.vcxproj.filters.in
+++ b/lib/dns/win32/libdns.vcxproj.filters.in
@@ -335,6 +335,9 @@
Library Header Files
+
+ Library Header Files
+
Library Header Files
@@ -401,6 +404,9 @@
Library Header Files
+
+ Library Header Files
+
Library Header Files
diff --git a/lib/dns/win32/libdns.vcxproj.in b/lib/dns/win32/libdns.vcxproj.in
index 93d75c480a..f44f6575c0 100644
--- a/lib/dns/win32/libdns.vcxproj.in
+++ b/lib/dns/win32/libdns.vcxproj.in
@@ -245,6 +245,7 @@
+
@@ -320,6 +321,7 @@
+
diff --git a/lib/irs/win32/libirs.vcxproj.filters.in b/lib/irs/win32/libirs.vcxproj.filters.in
index 5bfd27c867..eae47de958 100644
--- a/lib/irs/win32/libirs.vcxproj.filters.in
+++ b/lib/irs/win32/libirs.vcxproj.filters.in
@@ -62,5 +62,8 @@
Header Files
+
+ Header Files
+
\ No newline at end of file
diff --git a/lib/irs/win32/libirs.vcxproj.in b/lib/irs/win32/libirs.vcxproj.in
index 8910c5a6af..6d778eaa89 100644
--- a/lib/irs/win32/libirs.vcxproj.in
+++ b/lib/irs/win32/libirs.vcxproj.in
@@ -123,6 +123,7 @@
+
diff --git a/lib/isc/win32/libisc.def.in b/lib/isc/win32/libisc.def.in
index 13d60ddbbe..4c5305c1de 100644
--- a/lib/isc/win32/libisc.def.in
+++ b/lib/isc/win32/libisc.def.in
@@ -398,9 +398,9 @@ isc_mem_ondestroy
isc_mem_printallactive
isc_mem_references
isc_mem_register
-@IF JSON
+@IF NOTYET
isc_mem_renderjson
-@END JSON
+@END NOTYET
@IF LIBXML2
isc_mem_renderxml
@END LIBXML2
@@ -644,9 +644,9 @@ isc_taskmgr_createinctx
isc_taskmgr_destroy
isc_taskmgr_excltask
isc_taskmgr_mode
-@IF JSON
+@IF NOTYET
isc_taskmgr_renderjson
-@END JSON
+@END NOTYET
@IF LIBXML2
isc_taskmgr_renderxml
@END LIBXML2
diff --git a/lib/isc/win32/libisc.dsp.in b/lib/isc/win32/libisc.dsp.in
index 6d32a7fb12..9184535a1d 100644
--- a/lib/isc/win32/libisc.dsp.in
+++ b/lib/isc/win32/libisc.dsp.in
@@ -563,7 +563,11 @@ SOURCE=..\include\isc\socket.h
# End Source File
# Begin Source File
-SOURCE=.\include\isc\stats.h
+SOURCE=.\include\isc\stat.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\include\isc\stats.h
# End Source File
# Begin Source File
diff --git a/win32utils/Configure b/win32utils/Configure
index 0bc98ea1b7..df4cd1696d 100644
--- a/win32utils/Configure
+++ b/win32utils/Configure
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2013-2016 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
@@ -508,7 +508,7 @@ my @withlist = ("aes",
"python",
"readline",
"samples",
- "sit-alg",
+ "cc-alg",
"tests",
"tuning",
"vcredist");
diff --git a/win32utils/build.txt b/win32utils/build.txt
index 721ecdbd40..5e99880e30 100644
--- a/win32utils/build.txt
+++ b/win32utils/build.txt
@@ -1,4 +1,4 @@
-Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
BIND 9.10 for Win32 Source Build Instructions. 17-Apr-2015
@@ -125,7 +125,7 @@ Step 4: Download and build Readline
step 5.
Because the original GNU source for the readline library has no WIN32
- support, it will be necessary to download a version of the static
+ support, it will be necessary to download a version of the static
readline library source that is ready to be built by Visual Studio. One
such version is available at: