[cpp-sp] branch dev/vc22-dev updated (5937a6e3 -> 4621b414)

Rod Widdowson rdw at steadingsoftware.com
Thu Jan 9 16:45:15 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 5937a6e3 REMOVABLE bodge to get compiling
 discard 407be25c Force 8-bit APIs to Win32
 discard a04c47ee REMOVABLE: Path For Xerces
 discard db2f6a06 REMOVABLE: Path For XMLTooling
 discard e51e67f4 REMOVABLE:  Define SHIBDSP_LITE
 discard 0eb96936 REMOVABLE default cases for comment out functions
 discard 9d141493 remove StorageServiceSessionCache.cpp
 discard 0563201c Add Impl, IO, Logging, Remoting and Util source files to compile
 discard 0d648ce7 Add the handler files to the compile
 discard 16b6ab8b Add All Header files to the project
 discard 3d3a12d7 Turn off warning 4275 everywhere
 discard e8b0ceb6 Windows Build initial ShibSp project
     add a4381493 Major handler refactor to remove Xerces.
     add 793663a6 Remove final xmltooling/xerces refs from build.
     add 2b8979e4 Move Date header internal.
     add d26b0e58 Remove some low hanging SHIBSP_LITE code
     add e5439b38 Supress the WindowsLoggingServiceFactory for now
     new e2cc7a87 Windows Build initial ShibSp project
     new cc0d44af Turn off warning 4275 everywhere
     new 47c9a78a Add All Header files to the project
     new 2fb051bb Add the handler files to the compile
     new d2a445e9 Add Impl, IO, Logging, Remoting and Util source files to compile
     new 2a1c0203 Force 8-bit APIs to Win32
     new 9a3fe16a REMOVABLE bodge to get compiling
     new 19635969 REMOVABLE:  Define SHIBDSP_LITE
     new 4621b414 REMOVABLE default cases for comment out functions

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   (5937a6e3)
            \
             N -- N -- N   refs/heads/dev/vc22-dev (4621b414)

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 9 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                     |  44 +-
 Projects/vc22/shibsp.vcxproj.filters             |  30 +-
 apache/mod_shib_24.cpp                           |   4 +-
 configure.ac                                     |  12 -
 shibsp/Agent.h                                   |   2 +-
 shibsp/AgentConfig.h                             |   6 +
 shibsp/Makefile.am                               |  13 +-
 shibsp/RequestMapper.h                           |   5 +-
 shibsp/attribute/Attribute.cpp                   |   2 -
 shibsp/attribute/BinaryAttribute.cpp             | 129 -----
 shibsp/attribute/BinaryAttribute.h               |  97 ----
 shibsp/base.h                                    |  36 +-
 shibsp/handler/AbstractHandler.h                 | 147 +++---
 shibsp/handler/AssertionConsumerService.h        |  92 +---
 shibsp/handler/Handler.h                         |  47 --
 shibsp/handler/LogoutHandler.h                   |  37 +-
 shibsp/handler/LogoutInitiator.h                 |  24 +-
 shibsp/handler/RemotedHandler.h                  |  24 +-
 shibsp/handler/SecuredHandler.h                  |  32 +-
 shibsp/handler/SessionInitiator.h                |  39 +-
 shibsp/handler/impl/AbstractHandler.cpp          | 337 ++++--------
 shibsp/handler/impl/AdminLogoutInitiator.cpp     | 201 +-------
 shibsp/handler/impl/AssertionConsumerService.cpp | 322 +-----------
 shibsp/handler/impl/AssertionLookup.cpp          | 190 -------
 shibsp/handler/impl/AttributeCheckerHandler.cpp  | 130 ++---
 shibsp/handler/impl/DiscoveryFeed.cpp            | 329 ------------
 shibsp/handler/impl/LocalLogoutInitiator.cpp     | 124 +----
 shibsp/handler/impl/LogoutHandler.cpp            |  68 +--
 shibsp/handler/impl/LogoutInitiator.cpp          |  24 +-
 shibsp/handler/impl/MetadataGenerator.cpp        | 629 +----------------------
 shibsp/handler/impl/RemotedHandler.cpp           | 251 +--------
 shibsp/handler/impl/SAML2Consumer.cpp            |  26 +-
 shibsp/handler/impl/SAML2Logout.cpp              |  26 +-
 shibsp/handler/impl/SAML2LogoutInitiator.cpp     |  26 +-
 shibsp/handler/impl/SAML2SessionInitiator.cpp    |  26 +-
 shibsp/handler/impl/SAMLDSSessionInitiator.cpp   |   2 +-
 shibsp/handler/impl/SecuredHandler.cpp           |  55 +-
 shibsp/handler/impl/SessionHandler.cpp           |  54 +-
 shibsp/handler/impl/SessionInitiator.cpp         |  69 +--
 shibsp/handler/impl/StatusHandler.cpp            | 297 ++---------
 shibsp/impl/AgentConfig.cpp                      |  19 +-
 shibsp/impl/XMLApplication.h                     |  14 +-
 shibsp/io/GenericRequest.h                       |   2 +-
 shibsp/logging/impl/AbstractLoggingService.cpp   |   4 +-
 shibsp/paths.h.in                                |  24 +-
 shibsp/remoting/impl/ddf.cpp                     |   1 -
 shibsp/resource.h                                |  24 +-
 shibsp/util/BoostPropertySet.cpp                 |  12 +-
 shibsp/util/BoostPropertySet.h                   |   8 +-
 shibsp/util/CGIParser.cpp                        |  27 +-
 shibsp/util/CGIParser.h                          |  24 +-
 shibsp/util/DOMPropertySet.cpp                   | 257 ---------
 shibsp/util/DOMPropertySet.h                     | 154 ------
 shibsp/util/IPRange.cpp                          |  25 +-
 shibsp/util/IPRange.h                            |  24 +-
 shibsp/util/PathResolver.cpp                     |  26 +-
 shibsp/util/PropertySet.h                        |  78 ---
 shibsp/util/SPConstants.cpp                      | 110 +---
 shibsp/util/SPConstants.h                        |  47 +-
 shibsp/version.cpp                               |  24 +-
 shibsp/version.h                                 |  63 ++-
 tests/util/BoostPropertySetTests.cpp             |   2 +-
 62 files changed, 718 insertions(+), 4259 deletions(-)
 delete mode 100644 shibsp/attribute/BinaryAttribute.cpp
 delete mode 100644 shibsp/attribute/BinaryAttribute.h
 delete mode 100644 shibsp/handler/impl/AssertionLookup.cpp
 delete mode 100644 shibsp/handler/impl/DiscoveryFeed.cpp
 delete mode 100644 shibsp/util/DOMPropertySet.cpp
 delete mode 100644 shibsp/util/DOMPropertySet.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list