[shibboleth-sp2] branch master updated (8351f93 -> 9077f7a)
Ferenc Wágner
wferi at moszumanska.debian.org
Wed Feb 21 10:57:05 UTC 2018
This is an automated email from the git hooks/post-receive script.
wferi pushed a change to branch master
in repository shibboleth-sp2.
from 8351f93 Revert new libnames to match earlier convention.
new 61740cc CPPOST-98 Skip signature filters
new 12fc53d CPPOST-98 Skip signature filters
new 94efcbc Remove strict overflow warning for older compilers.
new 58e6555 Remove legacy Xerces support.
new cb512e7 Require Xerces 3.2 as shipped by me on all platforms.
new e90dd8b Remove legacy xmlsec support.
new 4ac8405 Supress generation of sbr files
new b406281 Add missing macros affecting build.
new ecc5f26 SSPCPP-756 Add 'MDQ' type to dynamic metadata provider
new 394dea8 SSPCPP-756 Bring unit tests up to date
new 553113c SSPCPP-756 Give cache directory for unit tests a sensible name
new 49af658 SSPCPP-756 Tidy up the gitkeep in the test cache
new f23cdaa SSPCPP-756 move method down to OpenSAML
new fd1b4ea SSPCPP-756 Add tests for LocalDynamic provider
new 4a3a0ee SSPCPP-765 Death to ParentRoot
new de3ec08 SSPCPP-765 Convert Installers to VC15
new e3b381c SSPCPP-765 Share Santuario install dir location with dll build
new e6671ae SSPCPP-765 Share Log4Shib install dir location with dll build
new ddfa4bb SSPCPP-765 Share ZLIB install dir location with dll build
new d12acc6 SSPCPP-765 Share XERCES install dir location with dll build
new 4ed5afe Fix build bug introduced in 4a3a0ee
new 278720d SSPCPP-765 Misc location fixes in the installer builds
new 9077f7a SSPCPP-756 make sure non windows code understands dirents
The 23 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/Shibboleth.sln | 6 +-
Projects/vc15/UnitTests/UnitTests.vcxproj | 20 ++--
Projects/vc15/UnitTests/UnitTests.vcxproj.filters | 12 +--
Projects/vc15/UnitTests/UnitTests.vcxproj.user | 27 ++++++
Projects/vc15/adfs/adfs-lite.vcxproj | 10 +-
Projects/vc15/adfs/adfs.vcxproj | 10 +-
Projects/vc15/apache/mod_shib13.vcxproj | 8 +-
Projects/vc15/apache/mod_shib20.vcxproj | 4 +-
Projects/vc15/apache/mod_shib22.vcxproj | 10 +-
Projects/vc15/apache/mod_shib24.vcxproj | 10 +-
Projects/vc15/iis7_shib/iis7_shib.vcxproj | 16 +--
Projects/vc15/isapi_shib/isapi_shib.vcxproj | 14 +--
.../vc15/memcache-store/memcache-store.vcxproj | 10 +-
Projects/vc15/odbc-store/odbc-store.vcxproj | 10 +-
Projects/vc15/plugins/plugins-lite.vcxproj | 10 +-
Projects/vc15/plugins/plugins.vcxproj | 10 +-
Projects/vc15/shibd/shibd.vcxproj | 10 +-
Projects/vc15/shibsp/shibsp-lite.vcxproj | 18 ++--
Projects/vc15/shibsp/shibsp.vcxproj | 18 ++--
Projects/vc15/util/mdquery.vcxproj | 10 +-
Projects/vc15/util/messages.vcxproj | 6 +-
Projects/vc15/util/resolvertest.vcxproj | 10 +-
Projects/vc15/wix/Installer.vcxproj | 8 +-
Projects/vc15/wix/MergeModules.vcxproj | 20 ++--
config_win32.h | 14 ---
configure.ac | 48 +++------
iis7_shib/IIS7Request.cpp | 4 -
isapi_shib/isapi_shib.cpp | 4 -
msi/WiX/MergeModules/Log4Shib-x64.wxs | 6 +-
msi/WiX/MergeModules/Log4Shib-x86.wxs | 6 +-
msi/WiX/MergeModules/MergeModules.make | 108 +++++++++++----------
msi/WiX/MergeModules/OpenSSL-x64.wxs | 6 +-
msi/WiX/MergeModules/OpenSSL-x86.wxs | 6 +-
msi/WiX/MergeModules/Xerces-x64.wxs | 2 +-
msi/WiX/MergeModules/Xerces-x86.wxs | 2 +-
msi/WiX/MergeModules/XmlSec-x64.wxs | 6 +-
msi/WiX/MergeModules/XmlSec-x86.wxs | 6 +-
msi/WiX/MergeModules/Zlib-x64.wxs | 4 +-
msi/WiX/MergeModules/Zlib-x86.wxs | 4 +-
plugins/GSSAPIAttributeExtractor.cpp | 4 -
shibboleth.spec.in | 15 +--
shibsp/attribute/Base64AttributeDecoder.cpp | 12 ---
shibsp/attribute/BinaryAttribute.cpp | 8 --
shibsp/attribute/XMLAttribute.cpp | 4 -
shibsp/binding/impl/XMLProtocolProvider.cpp | 7 +-
shibsp/config_pub.h.in | 9 --
shibsp/config_pub_win32.h | 14 ---
shibsp/handler/impl/AttributeCheckerHandler.cpp | 7 +-
shibsp/handler/impl/ChainingLogoutInitiator.cpp | 7 +-
shibsp/handler/impl/ChainingSessionInitiator.cpp | 7 +-
shibsp/handler/impl/DiscoveryFeed.cpp | 7 +-
shibsp/handler/impl/RemotedHandler.cpp | 16 ---
shibsp/handler/impl/SAML2SessionInitiator.cpp | 11 +--
shibsp/handler/impl/SecuredHandler.cpp | 7 +-
shibsp/handler/impl/TransformSessionInitiator.cpp | 7 +-
shibsp/impl/XMLRequestMapper.cpp | 7 +-
shibsp/impl/XMLSecurityPolicyProvider.cpp | 7 +-
shibsp/impl/XMLServiceProvider.cpp | 36 +------
shibsp/lite/CommonDomainCookie.cpp | 8 --
shibsp/metadata/DynamicMetadataProvider.cpp | 81 ++++++++--------
shibsp/metadata/MetadataExtSchemaValidators.cpp | 1 +
unittests/DynamicMetadataProviderTest.h | 45 +++------
unittests/SPTest.h | 1 +
unittests/TestApplication.cpp | 1 +
unittests/TestApplication.h | 2 +-
unittests/config/var/cache/shibboleth/.gitignore | 1 +
.../var/cache/shibboleth/dynamic/gitkeep/.gitkeep | 1 +
unittests/data/fromMDQ.xml | 3 +-
unittests/data/localDynamic.xml | 1 +
unittests/data/regexFromFile.xml | 4 -
unittests/data/staticFromFile.xml | 1 -
unittests/data/templateFromFile.xml | 3 -
unittests/data/templateFromRepo.xml | 2 +-
73 files changed, 329 insertions(+), 531 deletions(-)
create mode 100644 Projects/vc15/UnitTests/UnitTests.vcxproj.user
create mode 100644 unittests/config/var/cache/shibboleth/.gitignore
create mode 100644 unittests/config/var/cache/shibboleth/dynamic/gitkeep/.gitkeep
create mode 100644 unittests/data/localDynamic.xml
delete mode 100644 unittests/data/regexFromFile.xml
delete mode 100644 unittests/data/staticFromFile.xml
delete mode 100644 unittests/data/templateFromFile.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list