[cpp-sp] branch main updated (00f36973 -> 81b72e8b)
Codeberg
noreply at shibboleth.net
Tue Feb 10 14:02:40 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository cpp-sp.
from 00f36973 Comply with Apache config comment requirements
new fca8a775 Implement local logout.
new 81b72e8b Remove old logout templates.
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:
Projects/vc22/shibsp.vcxproj | 5 +-
Projects/vc22/shibsp.vcxproj.filters | 11 ++-
configs/Makefile.am | 3 -
configs/globalLogout.html | 29 -------
configs/localLogout.html | 27 -------
configs/partialLogout.html | 24 ------
shibsp/AbstractSPRequest.cpp | 37 ++++-----
shibsp/Makefile.am | 5 +-
shibsp/RequestMapper.h | 3 +
shibsp/handler/LogoutHandler.h | 36 ++++-----
shibsp/handler/LogoutInitiator.h | 13 ++--
shibsp/handler/impl/AbstractHandler.cpp | 18 +----
shibsp/handler/impl/LogoutHandler.cpp | 121 ++++--------------------------
shibsp/handler/impl/LogoutInitiator.cpp | 58 +++++++++++++-
shibsp/handler/impl/MetadataGenerator.cpp | 90 ----------------------
shibsp/impl/XMLRequestMapper.cpp | 3 +
16 files changed, 142 insertions(+), 341 deletions(-)
delete mode 100644 configs/globalLogout.html
delete mode 100644 configs/localLogout.html
delete mode 100644 configs/partialLogout.html
delete mode 100644 shibsp/handler/impl/MetadataGenerator.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list