[cpp-sp] branch dev/vc22-dev updated (f8f0adaf -> e9f13469)
Rod Widdowson
rdw at steadingsoftware.com
Wed Jan 8 11:18:49 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/vc22-dev
in repository cpp-sp.
discard f8f0adaf REMOVABLE Suppress compile of modules which whine about msxml
discard 05e3c928 REMOVABLE wire logshib into build path for XMLServiceProvider
discard aa01f383 Force 8-bit APIs to Win32
discard af0051cf REMOVABLE: Path For Xerces
discard e310cadb REMOVABLE: Path For XMLTooling
discard c0a9661b REMOVABLE: Define SHIBDSP_LITE
discard a322faa9 REMOVABLE default cases for comment out functions
discard c71aa34b Add Impl, IO, Logging, Remoting and Util source files to compile
discard 42b0de22 Add the handler files to the compile
discard ee2011ad Add All Header files to the project
discard 6b231470 Turn off warning 4275 everywhere
discard b2510e55 Windows Build initial ShibSp project
add 0b4078b6 Fix stray character.
add 019c1795 Remove legacy SP classes and clean up header usage.
add c5f8ac2c Remove legacy SP classes and clean up header usage.
add d2b150bf Move SessionCache sources into subdir.
add 0f8e2148 Missing header
new 0b6446d9 Windows Build initial ShibSp project
new d0fd3431 Turn off warning 4275 everywhere
new 0cc5ebbb Add All Header files to the project
new a6354045 Add the handler files to the compile
new 72b98d78 Add Impl, IO, Logging, Remoting and Util source files to compile
new 5d326540 REMOVABLE default cases for comment out functions
new 34d5ffad REMOVABLE: Define SHIBDSP_LITE
new 05f46234 REMOVABLE: Path For XMLTooling
new 1168ee5f REMOVABLE: Path For Xerces
new 7be5b2ce Force 8-bit APIs to Win32
new e9f13469 REMOVABLE Suppress compile of modules which whine about msxml
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f8f0adaf)
\
N -- N -- N refs/heads/dev/vc22-dev (e9f13469)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Projects/vc22/shibsp.vcxproj | 18 +-
Projects/vc22/shibsp.vcxproj.filters | 21 +-
apache/mod_shib_24.cpp | 62 +--
fastcgi/shibauthorizer.cpp | 79 +--
fastcgi/shibresponder.cpp | 64 +--
iis7_shib/ShibHttpModule.cpp | 16 +-
iis7_shib/headers/IIS7_shib.hpp | 26 +-
shibsp/AbstractSPRequest.cpp | 2 +-
shibsp/Agent.cpp | 527 +++++++++++++++++-
shibsp/Agent.h | 17 +-
shibsp/Application.cpp | 176 ------
shibsp/Application.h | 269 ----------
shibsp/Makefile.am | 21 +-
shibsp/SPConfig.cpp | 286 ----------
shibsp/SPConfig.h | 231 --------
shibsp/SPRequest.h | 4 +-
shibsp/ServiceProvider.cpp | 592 ---------------------
shibsp/ServiceProvider.h | 173 ------
shibsp/attribute/Attribute.cpp | 4 -
shibsp/attribute/BinaryAttribute.cpp | 2 +
shibsp/base.h | 9 +-
shibsp/handler/RemotedHandler.h | 40 --
shibsp/handler/impl/AbstractHandler.cpp | 29 +-
shibsp/handler/impl/AdminLogoutInitiator.cpp | 6 +-
shibsp/handler/impl/AssertionConsumerService.cpp | 4 +-
shibsp/handler/impl/AssertionLookup.cpp | 6 +-
shibsp/handler/impl/AttributeCheckerHandler.cpp | 8 +-
shibsp/handler/impl/DiscoveryFeed.cpp | 6 +-
shibsp/handler/impl/LocalLogoutInitiator.cpp | 7 +-
shibsp/handler/impl/LogoutHandler.cpp | 7 +-
shibsp/handler/impl/LogoutInitiator.cpp | 2 -
shibsp/handler/impl/MetadataGenerator.cpp | 6 +-
shibsp/handler/impl/RemotedHandler.cpp | 39 --
shibsp/handler/impl/SAML2Consumer.cpp | 1 +
shibsp/handler/impl/SAML2Logout.cpp | 5 +-
shibsp/handler/impl/SAML2LogoutInitiator.cpp | 6 +-
shibsp/handler/impl/SAML2SessionInitiator.cpp | 7 +-
shibsp/handler/impl/SAMLDSSessionInitiator.cpp | 1 +
shibsp/handler/impl/SecuredHandler.cpp | 38 +-
shibsp/handler/impl/SessionHandler.cpp | 4 +-
shibsp/handler/impl/SessionInitiator.cpp | 2 +-
shibsp/handler/impl/StatusHandler.cpp | 4 +-
shibsp/impl/AgentConfig.cpp | 2 +-
shibsp/impl/ChainingAccessControl.cpp | 4 +-
shibsp/impl/DefaultAgent.cpp | 2 +-
shibsp/impl/XMLAccessControl.cpp | 3 +-
shibsp/impl/XMLRequestMapper.cpp | 2 +-
shibsp/internal.h | 4 -
shibsp/logging/impl/ConsoleLoggingService.cpp | 1 +
shibsp/{ => session}/SessionCache.h | 0
shibsp/session/impl/AbstractSessionCache.cpp | 57 ++
.../impl/StorageServiceSessionCache.cpp | 13 +-
.../impl/StorageServiceSessionCache.h | 3 +
shibsp/{ => session}/impl/StoredSession.cpp | 3 +-
shibsp/{ => session}/impl/StoredSession.h | 0
shibsp/util/DOMPropertySet.cpp | 6 +-
shibsp/util/DOMPropertySet.h | 4 +
shibsp/util/IPRange.cpp | 3 +-
shibsp/util/SPConstants.cpp | 1 +
tests/impl/XMLAccessControlTests.cpp | 2 +-
tests/impl/XMLRequestMapperTests.cpp | 2 +-
61 files changed, 780 insertions(+), 2159 deletions(-)
delete mode 100644 shibsp/Application.cpp
delete mode 100644 shibsp/Application.h
delete mode 100644 shibsp/SPConfig.cpp
delete mode 100644 shibsp/SPConfig.h
delete mode 100644 shibsp/ServiceProvider.cpp
delete mode 100644 shibsp/ServiceProvider.h
rename shibsp/{ => session}/SessionCache.h (100%)
create mode 100644 shibsp/session/impl/AbstractSessionCache.cpp
rename shibsp/{ => session}/impl/StorageServiceSessionCache.cpp (99%)
rename shibsp/{ => session}/impl/StorageServiceSessionCache.h (99%)
rename shibsp/{ => session}/impl/StoredSession.cpp (99%)
rename shibsp/{ => session}/impl/StoredSession.h (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list