[cpp-sp] branch dev/vc22-dev updated (d7b3897f -> 8c5f0aea)

Rod Widdowson rdw at steadingsoftware.com
Sat Dec 14 15:42:07 UTC 2024


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 d7b3897f REMOVEABLE supress all builds that get confused about DOM (because msxml is included)
 discard 340faae1 REMOVABLE: Path For Xerces
 discard 7979ece5 REMOVABLE: Path For XMLTooling
 discard d285e10f REMOVABLE:  Define SHIBDSP_LITE
 discard fc9f34ba Add Impl, IO, Logging, Remoting and Util source files to compile
 discard 811bcd7f Add the handler files to the compile
 discard 07a1a0fc Add All Header files to the project
 discard b0ceecdd Turn off warning 4275 everywhere
 discard 7a220d57 Windows Build initial ShibSp project
     add e0d57698 Reimplement XML plugins on ptrees.
     add a5bfcaa1 Remove unused headers from module.
     add 293ff2ab Remove unused variable name in catch()
     new a81cad44 Windows Build initial ShibSp project
     new da9e364b Turn off warning 4275 everywhere
     new 53a5b214 Add All Header files to the project
     new 06c0c081 Add the handler files to the compile
     new e36a82c8 Add Impl, IO, Logging, Remoting and Util source files to compile
     new e423bb1c REMOVABLE:  Define SHIBDSP_LITE
     new 0afbcf03 REMOVABLE: Path For XMLTooling
     new 6e357ab7 REMOVABLE: Path For Xerces
     new d5a3129f REMOVABLE (maybe): Path For Log4shib
     new 72b4cbab Force 8-bit APrs to Win32
     new 8c5f0aea REMOVABLE Supress 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   (d7b3897f)
            \
             N -- N -- N   refs/heads/dev/vc22-dev (8c5f0aea)

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                    | 1037 +++++++++++------------
 apache/mod_shib_24.cpp                          |  268 +++---
 shibsp/AbstractSPRequest.cpp                    |   38 +-
 shibsp/AbstractSPRequest.h                      |   24 +-
 shibsp/AccessControl.h                          |   28 +-
 shibsp/Agent.h                                  |    2 +-
 shibsp/RequestMapper.h                          |    8 +-
 shibsp/ServiceProvider.cpp                      |  203 ++---
 shibsp/ServiceProvider.h                        |   24 +-
 shibsp/handler/AbstractHandler.h                |   52 +-
 shibsp/handler/impl/AbstractHandler.cpp         |   55 +-
 shibsp/handler/impl/AttributeCheckerHandler.cpp |    4 +-
 shibsp/handler/impl/RemotedHandler.cpp          |   30 +-
 shibsp/handler/impl/SAMLDSSessionInitiator.cpp  |   35 +-
 shibsp/handler/impl/SessionHandler.cpp          |   20 +-
 shibsp/handler/impl/SessionInitiator.cpp        |   10 +-
 shibsp/handler/impl/StatusHandler.cpp           |   12 +-
 shibsp/impl/ChainingAccessControl.cpp           |  134 +--
 shibsp/impl/XMLAccessControl.cpp                |  358 ++++----
 shibsp/impl/XMLRequestMapper.cpp                |  761 ++++++++---------
 shibsp/util/BoostPropertySet.cpp                |   14 +
 shibsp/util/BoostPropertySet.h                  |   10 +-
 shibsp/util/PropertySet.h                       |    8 +
 shibsp/util/ReloadableXMLFile.h                 |    6 +-
 24 files changed, 1515 insertions(+), 1626 deletions(-)

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


More information about the commits mailing list