[cpp-sp] branch dev/CPPSP-12 updated (420b8290 -> d2ebd9c8)
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 26 17:59:47 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/CPPSP-12
in repository cpp-sp.
discard 420b8290 CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
discard 9e9c135a CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
add 7cb7357f Reimplement file cleanup on older class.
add 7dc7a5bb Remove extra slash from pathname.
add feaee94c Add Session handler and config.
add 9170c33c Bug fixes.
add ceb4d617 Flag zero creation timestamp as intended.
add 5398b5f7 Add a flush to file logger.
add 34facef6 Remove stale code.
add 384741be Clean up logging API and migrate handlers over to request logger.
add 8a28da36 Remove old session cache fles.
add 7656339c Implement option for partial regex matching.
add ee84046a Add a test for partial matching.
add 3b49b4f1 Move curl debug logging to separate file.
add c04a8436 Revamp curl tracing with a file per handle.
add 428985f6 Omit handler parameter when discovery attempt detected.
add 72ab50e3 Indentation
new 89ba4ee2 CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
new d2ebd9c8 CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
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 (420b8290)
\
N -- N -- N refs/heads/dev/CPPSP-12 (d2ebd9c8)
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 2 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:
apache/mod_shib_24.cpp | 116 +-
configs/handlers.ini | 4 +
configs/shibboleth.ini | 3 +-
shibsp/AbstractSPRequest.cpp | 25 +
shibsp/Agent.cpp | 12 +-
shibsp/Agent.h | 2 +
shibsp/SPRequest.h | 6 +
.../impl/DefaultAttributeConfiguration.cpp | 13 +-
shibsp/handler/AbstractHandler.h | 7 +-
shibsp/handler/SecuredHandler.h | 2 -
shibsp/handler/impl/AbstractHandler.cpp | 13 +-
shibsp/handler/impl/AdminLogoutInitiator.cpp | 7 +-
shibsp/handler/impl/AssertionConsumerService.cpp | 205 ---
shibsp/handler/impl/AttributeCheckerHandler.cpp | 9 +-
shibsp/handler/impl/LocalLogoutInitiator.cpp | 5 +-
shibsp/handler/impl/MetadataGenerator.cpp | 7 +-
shibsp/handler/impl/SAML2Consumer.cpp | 404 ------
shibsp/handler/impl/SecuredHandler.cpp | 10 +-
shibsp/handler/impl/SessionHandler.cpp | 5 +-
shibsp/handler/impl/SessionInitiator.cpp | 33 +-
shibsp/handler/impl/StatusHandler.cpp | 8 +-
shibsp/handler/impl/TokenConsumer.cpp | 9 +-
shibsp/impl/XMLAccessControl.cpp | 29 +-
shibsp/impl/XMLRequestMapper.cpp | 22 +-
shibsp/logging/impl/AbstractLoggingService.cpp | 3 +-
shibsp/logging/impl/FileLoggingService.cpp | 1 +
shibsp/remoting/impl/CurlHTTPRemotingService.cpp | 60 +-
shibsp/session/impl/AbstractSessionCache.cpp | 2 +-
shibsp/session/impl/FilesystemSessionCache.cpp | 128 +-
shibsp/session/impl/StorageServiceSessionCache.cpp | 1421 --------------------
shibsp/session/impl/StorageServiceSessionCache.h | 162 ---
shibsp/session/impl/StoredSession.cpp | 319 -----
shibsp/session/impl/StoredSession.h | 117 --
shibsp/util/DirectoryWalker.cpp | 13 +-
shibsp/util/DirectoryWalker.h | 4 +-
...shibboleth.ini => partial-regex-shibboleth.ini} | 1 +
tests/impl/XMLAccessControlTests.cpp | 49 +
37 files changed, 342 insertions(+), 2894 deletions(-)
delete mode 100644 shibsp/handler/impl/AssertionConsumerService.cpp
delete mode 100644 shibsp/handler/impl/SAML2Consumer.cpp
delete mode 100644 shibsp/session/impl/StorageServiceSessionCache.cpp
delete mode 100644 shibsp/session/impl/StorageServiceSessionCache.h
delete mode 100644 shibsp/session/impl/StoredSession.cpp
delete mode 100644 shibsp/session/impl/StoredSession.h
copy tests/data/impl/{console-shibboleth.ini => partial-regex-shibboleth.ini} (89%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list