[cpp-sp] branch main updated (a1c01db4 -> 44fdf3dc)

Rod Widdowson rdw at steadingsoftware.com
Thu Jan 23 13:43:26 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch main
in repository cpp-sp.

    from a1c01db4 Fix some ifdefs and start implementing auth cache.
     new eb25014d Initial Implementatiom of Windiows Event Viewer Logging service
     new 44fdf3dc IIS: Log directly to the event log if we fail before the configuration is loaded

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/iis.vcxproj                      |  11 ++-
 Projects/vc22/shibsp.vcxproj                   |  55 +++++++++--
 Projects/vc22/shibsp.vcxproj.filters           |   8 ++
 iis7_shib/register.cpp                         |   9 +-
 shibsp/logging/impl/AbstractLoggingService.cpp |   4 +-
 shibsp/logging/impl/NativeEventLog.mc          |  69 +++++++++++++
 shibsp/logging/impl/WindowsLoggingService.cpp  | 129 +++++++++++++++++++++++++
 7 files changed, 274 insertions(+), 11 deletions(-)
 create mode 100644 shibsp/logging/impl/NativeEventLog.mc
 create mode 100644 shibsp/logging/impl/WindowsLoggingService.cpp

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


More information about the commits mailing list