[opensaml2] branch master updated (2ded9e5 -> 61193de)
Ferenc Wágner
wferi at moszumanska.debian.org
Tue Aug 30 20:53:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a change to branch master
in repository opensaml2.
from 2ded9e5 INFRA-120 perform Subversion repository conversions to Git
new 3d299ff Set fourth file version digit to signify rebuild.
new aea5fe1 CPPXT-106 look for XMLTooling in a per-MSDEV directory
new 2b806f2 CPPOST-94 move VC stuff into a projects directory
new fa601fe Clean up ignores
new 05ed4f6 Fix catalog path in ignore file
new 4bbc6f4 CPPOST-94 Convert to VC14: Initial populate
new 8ec41f9 CPPOST-94 Convert to VC14: Automated convert
new d2f6a04 CPPOST-94 Convert to VC14: Compile with VC14
new 49f4e0b CPPOST-94 Convert to VC14: Fix CxxTest
new 7efda6e Bump version to 2.6.0 and adjust soname and DLL name.
new 9758c5c Add subdir option to automake
new 8bda6d0 Add general ignore of .deps and .dirstamp
new 908d7fc CPPOST-95 - Add MD RPI extension implementation to metadata classes.
new de7a88d Update misc file folders in solution.
new 1d32609 CPPOST-95 - Add MD RPI extension implementation to metadata classes.
new 391e56a Ignore apidocs
new fa5a58a Adjust insertion handling in RegistrationInfo impl
new 1f1051e CPPOST-95 - Add MD RPI extension implementation to metadata classes.
new 3a8b7bd CPPOST-96 - EntityMatcher implementation based on RPI registrationAuthority extension
new f14ad6b CPPOST-94 Move Solution up to VS2015
new 6e22d19 CPPOST-95 - Dynamic metadata plugin race conditons / leaks
new a88ee59 CPPOST-93 - Source build fails to link properly against OpenSSL
new 30b83b6 CPPOST-94 Make some fixes to SAMLTEST to reflect the move to new build locations
new c66a000 SSPCPP-684 Add test for http[s] access metadata data.
new 45eeb69 SSPCPP-684 Use new function in ReloadableXMLFile to work round XERCES Bug
new de58743 CPPOST-10 - Name Format Constants for Unspecified Are Misspelled
new 70520cc Add a placeholder for doc/api
new e180769 Fix makefiles after change to Windows project location
new f496d1a SSPCPP-684 Fix hideous bracket bug in 45eeb69937
new 83a0c67 CPPOST-97 SignatureMetadataFilter skips filtering already filtered files
new 661f415 Bit of cleanup, doxygen comments.
new 15c9d53 CPPOST-97 skipFromBackup becomes VerifyBackup
new 57c0801 Fix a log message nit
new 72b84e0 Merge branch 'master' of shibboleth.net:cpp-opensaml
new 26de3ee Update LGPL license text
new 4b5b261 Try and fix a header issue on older Boost versions
new b56a6a8 Fix specfile issues
new 61193de Reapply Solaris fix to Boost macros
The 38 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:
.autotools | 42 +
.cproject | 67 +
.gitignore | 56 +-
.project | 35 +
Makefile.am | 2 +-
Projects/vc10/cpp-opensaml2.sln | 129 +
Projects/vc10/saml/saml.vcxproj | 346 +++
{saml => Projects/vc10/saml}/saml.vcxproj.filters | 273 +-
.../vc10/samlsign}/samlsign.vcxproj | 34 +-
.../vc10/samltest}/samltest.vcxproj | 398 +--
.../vc10/samltest}/samltest.vcxproj.filters | 190 +-
.../vc14/cpp-opensaml2.sln | 254 +-
Projects/vc14/saml/saml.vcxproj | 354 +++
{saml => Projects/vc14/saml}/saml.vcxproj.filters | 1073 +++----
.../vc14/samlsign}/samlsign.vcxproj | 396 +--
.../vc14/samltest}/samltest.vcxproj | 3040 ++++++++++----------
Projects/vc14/samltest/samltest.vcxproj.filters | 649 +++++
config_win32.h | 6 +-
configure.ac | 21 +-
doc/.gitignore | 3 -
doc/LOG4CPP.LICENSE | 20 +-
doc/api/.gitkeep | 0
m4/.gitignore | 5 -
m4/boost.m4 | 4 +-
opensaml.spec.in | 22 +-
saml/.gitignore | 10 -
saml/Makefile.am | 9 +-
saml/saml.rc | 20 +-
saml/saml.vcxproj | 345 ---
saml/saml1/core/impl/AssertionsImpl.cpp | 2 +-
saml/saml2/metadata/AbstractMetadataProvider.h | 10 +
saml/saml2/metadata/DynamicMetadataProvider.h | 10 +
saml/saml2/metadata/EntityMatcher.h | 5 +-
saml/saml2/metadata/Metadata.h | 46 +
saml/saml2/metadata/MetadataFilter.h | 35 +-
saml/saml2/metadata/MetadataProvider.h | 13 +
.../metadata/impl/AbstractMetadataProvider.cpp | 59 +-
.../metadata/impl/DynamicMetadataProvider.cpp | 122 +-
saml/saml2/metadata/impl/MetadataImpl.cpp | 329 ++-
saml/saml2/metadata/impl/MetadataProvider.cpp | 39 +-
.../metadata/impl/MetadataSchemaValidators.cpp | 45 +
saml/saml2/metadata/impl/NameEntityMatcher.cpp | 2 +
.../impl/RegistrationAuthorityEntityMatcher.cpp | 131 +
.../metadata/impl/SignatureMetadataFilter.cpp | 16 +-
saml/saml2/metadata/impl/XMLMetadataProvider.cpp | 39 +-
saml/util/SAMLConstants.cpp | 10 +
saml/util/SAMLConstants.h | 6 +
saml/version.h | 4 +-
samlsign/.gitignore | 12 -
samlsign/Makefile.am | 2 +-
samlsign/samlsign.rc | 12 +-
samltest/.gitignore | 12 -
samltest/Makefile.am | 4 +-
.../data/saml2/metadata/HTTPMetadataProvider.xml | 10 +
.../data/saml2/metadata/XMLMetadataProvider.xml | 4 +-
samltest/encryption/.gitignore | 1 -
samltest/saml1/binding/.gitignore | 1 -
samltest/saml1/core/impl/.gitignore | 1 -
samltest/saml1/profile/.gitignore | 1 -
samltest/saml2/binding/.gitignore | 1 -
samltest/saml2/core/impl/.gitignore | 1 -
samltest/saml2/metadata/.gitignore | 1 -
samltest/saml2/metadata/XMLMetadataProviderTest.h | 44 +
samltest/saml2/profile/.gitignore | 1 -
samltest/samltest.h | 2 +-
samltest/security/.gitignore | 1 -
samltest/signature/.gitignore | 1 -
schemas/.gitignore | 5 -
68 files changed, 5485 insertions(+), 3358 deletions(-)
create mode 100644 .autotools
create mode 100644 .cproject
create mode 100644 .project
create mode 100644 Projects/vc10/cpp-opensaml2.sln
create mode 100644 Projects/vc10/saml/saml.vcxproj
copy {saml => Projects/vc10/saml}/saml.vcxproj.filters (58%)
copy {samlsign => Projects/vc10/samlsign}/samlsign.vcxproj (80%)
copy {samltest => Projects/vc10/samltest}/samltest.vcxproj (88%)
rename {samltest => Projects/vc10/samltest}/samltest.vcxproj.filters (73%)
rename cpp-opensaml2.sln => Projects/vc14/cpp-opensaml2.sln (98%)
create mode 100644 Projects/vc14/saml/saml.vcxproj
rename {saml => Projects/vc14/saml}/saml.vcxproj.filters (59%)
rename {samlsign => Projects/vc14/samlsign}/samlsign.vcxproj (77%)
rename {samltest => Projects/vc14/samltest}/samltest.vcxproj (88%)
create mode 100644 Projects/vc14/samltest/samltest.vcxproj.filters
delete mode 100644 doc/.gitignore
create mode 100644 doc/api/.gitkeep
delete mode 100644 m4/.gitignore
delete mode 100644 saml/.gitignore
delete mode 100644 saml/saml.vcxproj
create mode 100644 saml/saml2/metadata/impl/RegistrationAuthorityEntityMatcher.cpp
delete mode 100644 samlsign/.gitignore
delete mode 100644 samltest/.gitignore
create mode 100644 samltest/data/saml2/metadata/HTTPMetadataProvider.xml
delete mode 100644 samltest/encryption/.gitignore
delete mode 100644 samltest/saml1/binding/.gitignore
delete mode 100644 samltest/saml1/core/impl/.gitignore
delete mode 100644 samltest/saml1/profile/.gitignore
delete mode 100644 samltest/saml2/binding/.gitignore
delete mode 100644 samltest/saml2/core/impl/.gitignore
delete mode 100644 samltest/saml2/metadata/.gitignore
delete mode 100644 samltest/saml2/profile/.gitignore
delete mode 100644 samltest/security/.gitignore
delete mode 100644 samltest/signature/.gitignore
delete mode 100644 schemas/.gitignore
--
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