[opensaml2] branch master updated (f7ecc9e -> 1296a4e)

Etienne Dysli Metref edm-guest at moszumanska.debian.org
Thu Nov 16 08:08:23 UTC 2017


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

edm-guest pushed a change to branch master
in repository opensaml2.

      from  f7ecc9e   CPPOST-94 Update resources to pseudo version 2.7
       new  760c3c7   Replace xsecsize_t with XMLSize_t
       new  b981138   CPPXT-123 XMLSecurity major version is now 2
       new  f548e0f   Untabify
       new  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
       new  1296a4e   SSPCPP-756 Fix self deadlock

The 11 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                    |  10 +-
 Projects/vc15/saml/saml.vcxproj.filters            |   6 +
 Projects/vc15/samlsign/samlsign.vcxproj            |   8 +-
 Projects/vc15/samltest/samltest.vcxproj            |   8 +-
 saml/Makefile.am                                   |   2 +
 saml/binding/impl/SAMLArtifact.cpp                 |   6 +-
 saml/binding/impl/SimpleSigningRule.cpp            |   4 +-
 saml/saml1/binding/impl/SAML1POSTDecoder.cpp       |   2 +-
 saml/saml1/binding/impl/SAML1POSTEncoder.cpp       |   2 +-
 saml/saml2/binding/impl/SAML2POSTDecoder.cpp       |   2 +-
 saml/saml2/binding/impl/SAML2POSTEncoder.cpp       |   4 +-
 saml/saml2/binding/impl/SAML2RedirectDecoder.cpp   |   2 +-
 saml/saml2/binding/impl/SAML2RedirectEncoder.cpp   |   2 +-
 ...rovider.h => AbstractDynamicMetadataProvider.h} |  25 +-
 saml/saml2/metadata/AbstractMetadataProvider.h     |  21 --
 saml/saml2/metadata/DynamicMetadataProvider.h      |  45 +---
 ...der.cpp => AbstractDynamicMetadataProvider.cpp} | 189 ++++++-------
 .../metadata/impl/AbstractMetadataProvider.cpp     |  10 -
 .../metadata/impl/DynamicMetadataProvider.cpp      | 300 +--------------------
 saml/saml2/metadata/impl/MetadataImpl.cpp          |   4 +-
 saml/saml2/metadata/impl/XMLMetadataProvider.cpp   |   1 -
 saml/util/CommonDomainCookie.cpp                   |   4 +-
 22 files changed, 139 insertions(+), 518 deletions(-)
 copy saml/saml2/metadata/{DynamicMetadataProvider.h => AbstractDynamicMetadataProvider.h} (74%)
 copy saml/saml2/metadata/impl/{DynamicMetadataProvider.cpp => AbstractDynamicMetadataProvider.cpp} (67%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list