[cpp-sp] 13/47: Merge branch 'upstream' into debian

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:41:41 EST 2018


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

scantor pushed a commit to annotated tag debian/2.1.dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=902cf1e21b6b886834103ee3a64af6b4bc401a9f

commit 902cf1e21b6b886834103ee3a64af6b4bc401a9f
Merge: 97e481c 8cfb88b
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sat Aug 23 17:04:41 2008 -0700

    Merge branch 'upstream' into debian

 Makefile.am                                        |   6 +-
 Makefile.in                                        |  15 +-
 Shibboleth.sln                                     |  66 ++
 adfs/Makefile.in                                   |   7 +-
 adfs/adfs-lite.vcproj                              | 167 ++++-
 adfs/adfs.cpp                                      | 132 +++-
 adfs/adfs.rc                                       |  14 +-
 adfs/adfs.vcproj                                   | 166 ++++-
 apache/Makefile.in                                 |   7 +-
 apache/mod_apache.cpp                              |  40 +-
 apache/mod_shib13.vcproj                           | 204 +++++-
 apache/mod_shib20.vcproj                           | 210 +++++-
 apache/mod_shib22.vcproj                           | 213 +++++-
 apache/mod_shib_13.rc                              |  12 +-
 apache/mod_shib_20.rc                              |  12 +-
 apache/mod_shib_22.rc                              |  12 +-
 config.guess                                       | 614 +++++++++--------
 config.sub                                         | 185 ++++--
 configs/Makefile.in                                |   7 +-
 configs/attribute-map.xml                          |  16 +-
 configs/attribute-policy.xml                       |   1 +
 configs/keygen.sh                                  |   1 +
 configs/shibboleth2.xml                            |  10 +-
 configure                                          | 299 +++++++--
 configure.ac                                       |  42 +-
 depcomp                                            | 103 ++-
 depend                                             |   4 +-
 doc/Makefile.in                                    |   7 +-
 doc/README.txt                                     |   9 +-
 doc/RELEASE.txt                                    |  11 +-
 fastcgi/Makefile.in                                |   7 +-
 fastcgi/shibauthorizer.cpp                         |  79 ++-
 fastcgi/shibauthorizer.rc                          |  12 +-
 fastcgi/shibauthorizer.vcproj                      | 201 +++++-
 fastcgi/shibresponder.cpp                          |  37 +-
 fastcgi/shibresponder.rc                           |  12 +-
 fastcgi/shibresponder.vcproj                       | 201 +++++-
 install-sh                                         | 477 ++++++-------
 isapi_shib/isapi_shib.cpp                          |  61 +-
 isapi_shib/isapi_shib.rc                           |  12 +-
 isapi_shib/isapi_shib.vcproj                       | 189 +++++-
 memcache-store/Makefile.am                         |  20 +
 {odbc-store => memcache-store}/Makefile.in         |  47 +-
 memcache-store/memcache-store.cpp                  | 738 +++++++++++++++++++++
 .../memcache-store.rc                              |  20 +-
 memcache-store/memcache-store.vcproj               | 357 ++++++++++
 memcache-store/resource.h                          |  14 +
 missing                                            | 142 ++--
 mkinstalldirs                                      | 111 ----
 nsapi_shib/Makefile.in                             |   7 +-
 nsapi_shib/nsapi_shib.cpp                          |  27 +-
 nsapi_shib/nsapi_shib.rc                           |  12 +-
 nsapi_shib/nsapi_shib.vcproj                       | 186 +++++-
 odbc-store/Makefile.in                             |   7 +-
 odbc-store/odbc-store.rc                           |  20 +-
 odbc-store/odbc-store.vcproj                       | 164 ++++-
 pkginfo                                            |   2 +-
 schemas/Makefile.in                                |   7 +-
 schemas/shibboleth-2.0-afp-mf-basic.xsd            |  17 +-
 schemas/shibboleth-2.0-afp-mf-saml.xsd             |   6 +-
 schemas/shibboleth-2.0-afp.xsd                     |  62 +-
 schemas/shibboleth-2.0-attribute-map.xsd           |  40 +-
 schemas/shibboleth-2.0-native-sp-config.xsd        |  37 +-
 selinux/Makefile.in                                |   7 +-
 shibboleth.spec                                    |  83 ++-
 shibboleth.spec.in                                 |  81 ++-
 shibd/Makefile.in                                  |   7 +-
 shibd/shibd.cpp                                    |  50 +-
 shibd/shibd.rc                                     |  12 +-
 shibd/shibd.vcproj                                 | 176 +++++
 shibsp/AbstractSPRequest.cpp                       |  22 +-
 shibsp/AbstractSPRequest.h                         |   2 +-
 shibsp/Application.cpp                             |  17 +-
 shibsp/Application.h                               |  11 +-
 shibsp/Makefile.am                                 |   9 +-
 shibsp/Makefile.in                                 |  47 +-
 shibsp/SPConfig.cpp                                |  77 ++-
 shibsp/SPConfig.h                                  |  52 +-
 shibsp/SPRequest.h                                 |   2 +-
 shibsp/ServiceProvider.cpp                         |  26 +-
 shibsp/SessionCache.h                              |  97 ++-
 shibsp/attribute/Attribute.cpp                     |  14 +-
 shibsp/attribute/AttributeDecoder.h                |  17 +-
 shibsp/attribute/NameIDAttributeDecoder.cpp        |  32 +-
 ...er.cpp => NameIDFromScopedAttributeDecoder.cpp} | 132 ++--
 shibsp/attribute/ScopedAttributeDecoder.cpp        |  18 +-
 shibsp/attribute/StringAttributeDecoder.cpp        |   6 +-
 .../impl/AttributeIssuerStringFunctor.cpp          |  11 +-
 .../impl/AttributeRequesterStringFunctor.cpp       |  11 +-
 .../filtering/impl/AttributeScopeStringFunctor.cpp |  44 +-
 .../filtering/impl/AttributeValueStringFunctor.cpp |  24 +-
 .../impl/AuthenticationMethodStringFunctor.cpp     |  15 +-
 .../filtering/impl/XMLAttributeFilter.cpp          | 297 +++++----
 .../resolver/impl/ChainingAttributeExtractor.cpp   |  10 +-
 .../resolver/impl/ChainingAttributeResolver.cpp    |  10 +-
 .../resolver/impl/QueryAttributeResolver.cpp       |  23 +-
 .../resolver/impl/XMLAttributeExtractor.cpp        |  22 +-
 shibsp/binding/impl/SOAPClient.cpp                 |   2 +
 shibsp/handler/impl/AbstractHandler.cpp            |  77 ++-
 shibsp/handler/impl/AssertionConsumerService.cpp   |  37 +-
 shibsp/handler/impl/LogoutHandler.cpp              |   4 +-
 shibsp/handler/impl/MetadataGenerator.cpp          |   8 +-
 shibsp/handler/impl/SAML2Logout.cpp                |   3 +-
 shibsp/handler/impl/SAML2LogoutInitiator.cpp       |  30 +-
 shibsp/handler/impl/SAML2SessionInitiator.cpp      |  18 +-
 shibsp/handler/impl/SessionHandler.cpp             |   2 +-
 shibsp/handler/impl/Shib1SessionInitiator.cpp      |   3 +-
 shibsp/handler/impl/StatusHandler.cpp              |   5 +-
 shibsp/handler/impl/TransformSessionInitiator.cpp  |   3 +-
 shibsp/impl/StorageServiceSessionCache.cpp         | 233 ++++---
 shibsp/impl/XMLServiceProvider.cpp                 |  26 +-
 shibsp/internal.h                                  |   1 +
 shibsp/metadata/DynamicMetadataProvider.cpp        | 277 ++++++++
 shibsp/metadata/MetadataExtSchemaValidators.cpp    |   7 +
 shibsp/metadata/MetadataProviderCriteria.h         |  80 +++
 shibsp/remoting/impl/SocketListener.cpp            |  15 +-
 shibsp/shibsp-lite.vcproj                          | 175 ++++-
 shibsp/shibsp.rc                                   |  28 +-
 shibsp/shibsp.vcproj                               | 202 +++++-
 shibsp/version.h                                   |   2 +-
 util/Makefile.in                                   |   7 +-
 util/mdquery.cpp                                   |   5 +-
 util/mdquery.vcproj                                | 176 +++++
 util/resolvertest.cpp                              |   5 +-
 util/resolvertest.vcproj                           | 177 +++++
 125 files changed, 7066 insertions(+), 1929 deletions(-)


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


More information about the commits mailing list