[cpp-sp] branch main updated (5398b5f7 -> 384741be)
Scott Cantor
cantor.2 at osu.edu
Tue Jun 24 18:58:39 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository cpp-sp.
from 5398b5f7 Add a flush to file logger.
new 34facef6 Remove stale code.
new 384741be Clean up logging API and migrate handlers over to request logger.
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 | 26 +-
shibsp/AbstractSPRequest.cpp | 25 ++
shibsp/Agent.cpp | 4 +-
shibsp/SPRequest.h | 6 +
shibsp/handler/AbstractHandler.h | 7 +-
shibsp/handler/SecuredHandler.h | 2 -
shibsp/handler/impl/AbstractHandler.cpp | 2 +-
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 | 7 +-
shibsp/handler/impl/StatusHandler.cpp | 8 +-
shibsp/handler/impl/TokenConsumer.cpp | 9 +-
18 files changed, 76 insertions(+), 672 deletions(-)
delete mode 100644 shibsp/handler/impl/AssertionConsumerService.cpp
delete mode 100644 shibsp/handler/impl/SAML2Consumer.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list