[cpp-sp] branch master updated (b7565cc -> ad6c6e5)
Rod Widdowson
rdw at steadingsoftware.com
Mon Sep 25 06:30:44 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository cpp-sp.
from b7565cc CPPXT-123 Change the installer path for where xmlsec lives
new 85ea3e7 Get rid of "Native" in names, its just IIS7
new 7451bc4 SSPCPP-737 IIS7 installer checkpoint.
new ad6c6e5 SSPCPP-754 Do not give the option to install 32 bit shibd on x64
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Projects/vc15/iis7_shib/iis7_shib.vcxproj | 8 +-
Projects/vc15/iis7_shib/iis7_shib.vcxproj.filters | 12 +-
configs/SetService32.bat | 9 -
configs/SetService64.bat | 9 -
iis7_shib/{NativeRequest.cpp => IIS7Request.cpp} | 54 +++---
iis7_shib/ShibHttpModule.cpp | 6 +-
.../headers/{NativeRequest.hpp => IIS7Request.hpp} | 178 +++++++++---------
msi/WiX/IIsNatve.wxs | 107 -----------
msi/WiX/Installer.make | 6 +-
msi/WiX/ShibbolethSP-defs-x86.wxi | 5 +-
msi/WiX/ShibbolethSP-exe-x64.wxs | 10 +-
msi/WiX/ShibbolethSP-exe-x86.wxs | 18 +-
msi/WiX/ShibbolethSP-install-dlg.wxs | 38 +---
msi/WiX/ShibbolethSP-main-x64.wxs | 86 ++++++---
msi/WiX/ShibbolethSP-main-x86.wxs | 54 +++++-
msi/WiX/ShibbolethSP-noarch.wxs | 60 +-----
msi/WiX/ShibbolethSP-properties.wxi | 5 +-
msi/WiX/ShibbolethSP-registry-x64.wxs | 17 --
msi/WiX/ShibbolethSP-registry-x86.wxs | 17 --
msi/scripts/shib_edit_config_files.vbs | 209 ---------------------
msi/scripts/shib_edit_config_files.vbs-wix | 9 +-
msi/scripts/shib_install_isapi_filter.vbs-wix | 180 ------------------
msi/scripts/shib_uninstall_isapi_filter.vbs-wix | 164 ----------------
23 files changed, 276 insertions(+), 985 deletions(-)
delete mode 100644 configs/SetService32.bat
delete mode 100644 configs/SetService64.bat
rename iis7_shib/{NativeRequest.cpp => IIS7Request.cpp} (89%)
rename iis7_shib/headers/{NativeRequest.hpp => IIS7Request.hpp} (91%)
delete mode 100644 msi/WiX/IIsNatve.wxs
delete mode 100644 msi/scripts/shib_edit_config_files.vbs
delete mode 100644 msi/scripts/shib_install_isapi_filter.vbs-wix
delete mode 100644 msi/scripts/shib_uninstall_isapi_filter.vbs-wix
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list