[cpp-sp] branch dev/vc22-dev updated (4621b414 -> 0b47b10c)

Rod Widdowson rdw at steadingsoftware.com
Sat Jan 11 16:30:06 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 4621b414 REMOVABLE default cases for comment out functions
 discard 19635969 REMOVABLE:  Define SHIBDSP_LITE
 discard 9a3fe16a REMOVABLE bodge to get compiling
 discard 2a1c0203 Force 8-bit APIs to Win32
 discard d2a445e9 Add Impl, IO, Logging, Remoting and Util source files to compile
 discard 2fb051bb Add the handler files to the compile
 discard 47c9a78a Add All Header files to the project
 discard cc0d44af Turn off warning 4275 everywhere
 discard e2cc7a87 Windows Build initial ShibSp project
     add f3c4febd Fix property tree header usage.
     add b1e2f320 Handle XML indirection automatically in BoostPropertySet.
     add 78abbb62 Move splitting code into utility functions.
     add fb9ba32b Draft impl of ModuleConfig class for IIS
     add 1d039b5a Windows does not support sleep()
     add 41bfc01f missing header
     add ae5f4c5b Make split_to_container compile on windows
     add fd4eceeb Suppress non-Windows tests on Windows
     add e748a7ad Setup error message for AgentConfig_init_fatal_exts on Windows
     add 45242ca4 Windows Sleep() function takes milliseconds
     add ddf5b2e8 Always Use 8-bit character APIs for Win32 native calls in the Status Handler
     add c7650cbc Change the regexp namespace to stop VC++ complaining
     new 80947399 Windows Build initial ShibSp project
     new 5434f95c Turn off warning 4275 everywhere
     new 0c1d8e81 Add All Header files to the project
     new c9424ec7 Add the handler files to the compile
     new 5a8245d4 Add Impl, IO, Logging, Remoting and Util source files to compile
     new a711b1f9 Refresh Test project
     new bf35bdd3 First cut at building mod_shib
     new 9c3511dc REMOVABLE bodge to get compiling
     new a0bcf477 REMOVABLE:  Define SHIBDSP_LITE
     new 0b47b10c 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   (4621b414)
            \
             N -- N -- N   refs/heads/dev/vc22-dev (0b47b10c)

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 10 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/{Tests.vcxproj => Apache.vcxproj}    | 119 +++++++++-----
 ...ests.vcxproj.filters => Apache.vcxproj.filters} |  17 +-
 Projects/vc22/Shibboleth.sln                       |  17 ++
 Projects/vc22/Tests.vcxproj                        |  35 ++--
 Projects/vc22/Tests.vcxproj.filters                |  23 ++-
 Projects/vc22/shibsp.vcxproj                       |   1 +
 Projects/vc22/shibsp.vcxproj.filters               |   3 +
 apache/mod_shib_24.cpp                             |  30 ++--
 iis7_shib/ModuleConfig.cpp                         | 182 +++++++++++++++++++++
 iis7_shib/headers/ModuleConfig.h                   |  49 ++++++
 shibsp/AbstractSPRequest.cpp                       |   7 +-
 shibsp/Makefile.am                                 |   3 +-
 shibsp/handler/impl/AttributeCheckerHandler.cpp    |   9 +-
 shibsp/handler/impl/MetadataGenerator.cpp          |   9 +-
 shibsp/handler/impl/SecuredHandler.cpp             |   8 +-
 shibsp/handler/impl/StatusHandler.cpp              |  15 +-
 shibsp/impl/DefaultAgent.cpp                       |  10 +-
 shibsp/impl/XMLAccessControl.cpp                   |   4 +-
 shibsp/impl/XMLRequestMapper.cpp                   |   9 +-
 shibsp/io/impl/HTTPRequest.cpp                     |   1 +
 shibsp/util/BoostPropertySet.cpp                   |  35 ++--
 shibsp/util/BoostPropertySet.h                     |   2 +-
 shibsp/util/Misc.cpp                               |  49 ++++++
 shibsp/util/Misc.h                                 |   9 +
 tests/AgentConfigTests.cpp                         |   9 +
 tests/impl/XMLAccessControlTests.cpp               |   1 +
 tests/impl/XMLRequestMapperTests.cpp               |   1 +
 tests/util/ReloadableXMLFileTests.cpp              |  13 +-
 28 files changed, 535 insertions(+), 135 deletions(-)
 copy Projects/vc22/{Tests.vcxproj => Apache.vcxproj} (58%)
 copy Projects/vc22/{Tests.vcxproj.filters => Apache.vcxproj.filters} (73%)
 create mode 100644 iis7_shib/ModuleConfig.cpp
 create mode 100644 iis7_shib/headers/ModuleConfig.h
 create mode 100644 shibsp/util/Misc.cpp

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


More information about the commits mailing list