[cpp-sp] branch master updated (7f340c9 -> 9fc5180)
Rod Widdowson
rdw at steadingsoftware.com
Fri Apr 21 10:43:47 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 7f340c9 SSPCPP-711 Bracket some regexp.match() statements with a try/catch
new 3213eb9 SSPCPP-604 IIS7 Native Support for IIS7
new b27233c SSPCPP-604 IIS7 Native IIS7 Config flexibility
new 9fc5180 SSPCPP-604 IIS7 Spoof header check
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/vc14/Shibboleth.sln | 15 +
.../iis7_shib.vcxproj} | 80 ++--
Projects/vc14/iis7_shib/iis7_shib.vcxproj.filters | 47 ++
iis7_shib/NativeRequest.cpp | 490 +++++++++++++++++++++
iis7_shib/ShibHttpModule.cpp | 130 ++++++
iis7_shib/ShibUser.cpp | 96 ++++
iis7_shib/headers/IIS7_shib.hpp | 109 +++++
iis7_shib/headers/NativeRequest.hpp | 88 ++++
iis7_shib/headers/ShibHttpModule.hpp | 69 +++
iis7_shib/headers/ShibUser.hpp | 88 ++++
iis7_shib/iis7_shib.rc | Bin 0 -> 2668 bytes
iis7_shib/register.cpp | 192 ++++++++
iis7_shib/resource.h | 20 +
util/message.mc | 56 +++
14 files changed, 1427 insertions(+), 53 deletions(-)
copy Projects/vc14/{isapi_shib/isapi_shib.vcxproj => iis7_shib/iis7_shib.vcxproj} (79%)
create mode 100644 Projects/vc14/iis7_shib/iis7_shib.vcxproj.filters
create mode 100644 iis7_shib/NativeRequest.cpp
create mode 100644 iis7_shib/ShibHttpModule.cpp
create mode 100644 iis7_shib/ShibUser.cpp
create mode 100644 iis7_shib/headers/IIS7_shib.hpp
create mode 100644 iis7_shib/headers/NativeRequest.hpp
create mode 100644 iis7_shib/headers/ShibHttpModule.hpp
create mode 100644 iis7_shib/headers/ShibUser.hpp
create mode 100644 iis7_shib/iis7_shib.rc
create mode 100644 iis7_shib/register.cpp
create mode 100644 iis7_shib/resource.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list