[cpp-opensaml] branch master updated (45bbe35 -> 0a380cf)
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 9 07:48:14 EST 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository cpp-opensaml.
from 45bbe35 CPPOST-99 Compare the hash of the entotyId when doing artefact lookup
new cf20950 SSPCPP-756 Split Out AbstractDynamicMetadatProvider
new f1fb6a8 XSEC library version for samltest
new 00ac7b5 SSPCPP-756 Add control of negative caching
new 1371e6e SSPCPP-756 Remove deprecated methods index(...)
new fa83182 SSPCPP-756 Helper method cacheEntity
new 0a380cf SSPCPP-756 move init method
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Projects/vc15/saml/saml.vcxproj | 2 +
Projects/vc15/saml/saml.vcxproj.filters | 6 +
Projects/vc15/samltest/samltest.vcxproj | 8 +-
saml/Makefile.am | 2 +
...rovider.h => AbstractDynamicMetadataProvider.h} | 25 +-
saml/saml2/metadata/AbstractMetadataProvider.h | 21 --
saml/saml2/metadata/DynamicMetadataProvider.h | 45 +--
...der.cpp => AbstractDynamicMetadataProvider.cpp} | 173 +++++-------
.../metadata/impl/AbstractMetadataProvider.cpp | 10 -
.../metadata/impl/DynamicMetadataProvider.cpp | 306 +--------------------
saml/saml2/metadata/impl/XMLMetadataProvider.cpp | 1 -
11 files changed, 100 insertions(+), 499 deletions(-)
copy saml/saml2/metadata/{DynamicMetadataProvider.h => AbstractDynamicMetadataProvider.h} (74%)
copy saml/saml2/metadata/impl/{DynamicMetadataProvider.cpp => AbstractDynamicMetadataProvider.cpp} (68%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list