[cpp-sp COMMIT] in /branches/REL_2: adfs/adfs.cpp apache/mod_apache.cpp memcache-store/memcache-store.cpp nsapi_shib/...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 13 02:34:58 GMT 2012
Author: scantor
Date: Mon Feb 13 02:34:58 2012
New Revision: 3581
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3581&view=rev
Log:
Remove extra header
Modified:
branches/REL_2/adfs/adfs.cpp
branches/REL_2/apache/mod_apache.cpp
branches/REL_2/memcache-store/memcache-store.cpp
branches/REL_2/nsapi_shib/nsapi_shib.cpp
branches/REL_2/odbc-store/odbc-store.cpp
branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp
branches/REL_2/shibsp/SPConfig.cpp
branches/REL_2/shibsp/attribute/KeyInfoAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AttributeIssuerRegexFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AttributeRequesterRegexFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AttributeScopeRegexFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AttributeValueRegexFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AuthenticationMethodRegexFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp
branches/REL_2/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
branches/REL_2/shibsp/binding/impl/XMLProtocolProvider.cpp
branches/REL_2/shibsp/handler/impl/DiscoveryFeed.cpp
branches/REL_2/shibsp/handler/impl/LocalLogoutInitiator.cpp
branches/REL_2/shibsp/handler/impl/LogoutHandler.cpp
branches/REL_2/shibsp/handler/impl/SAML1Consumer.cpp
branches/REL_2/shibsp/handler/impl/SAML2Consumer.cpp
branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp
branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp
branches/REL_2/shibsp/impl/XMLAccessControl.cpp
branches/REL_2/shibsp/impl/XMLRequestMapper.cpp
branches/REL_2/shibsp/impl/XMLSecurityPolicyProvider.cpp
branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
branches/REL_2/shibsp/metadata/DynamicMetadataProvider.cpp
branches/REL_2/shibsp/security/PKIXTrustEngine.cpp
branches/REL_2/util/resolvertest.cpp
Modified: branches/REL_2/adfs/adfs.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.cpp?rev=3581&r1=3580&r2=3581&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.cpp (original)
+++ branches/REL_2/adfs/adfs.cpp Mon Feb 13 02:34:58 2012
@@ -49,7 +49,6 @@
#include <shibsp/handler/AssertionConsumerService.h>
#include <shibsp/handler/LogoutInitiator.h>
#include <shibsp/handler/SessionInitiator.h>
-#include <boost/scoped_ptr.hpp>
#include <xmltooling/logging.h>
#include <xmltooling/util/DateTime.h>
#include <xmltooling/util/NDC.h>
Modified: branches/REL_2/apache/mod_apache.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_apache.cpp?rev=3581&r1=3580&r2=3581&view=diff
==============================================================================
--- branches/REL_2/apache/mod_apache.cpp (original)
+++ branches/REL_2/apache/mod_apache.cpp Mon Feb 13 02:34:58 2012
@@ -65,7 +65,6 @@
#include <fstream>
#include <stdexcept>
#include <boost/lexical_cast.hpp>
-#include <boost/scoped_ptr.hpp>
// Apache specific header files
#include <httpd.h>
Modified: branches/REL_2/memcache-store/memcache-store.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/memcache-store/memcache-store.cpp?rev=3581&r1=3580&r2=3581&view=diff
==============================================================================
--- branches/REL_2/memcache-store/memcache-store.cpp (original)
+++ branches/REL_2/memcache-store/memcache-store.cpp Mon Feb 13 02:34:58 2012
@@ -42,7 +42,6 @@
#include <list>
#include <iostream>
-#include <boost/scoped_ptr.hpp>
#include <libmemcached/memcached.h>
#include <xercesc/util/XMLUniDefs.hpp>
Modified: branches/REL_2/nsapi_shib/nsapi_shib.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/nsapi_shib/nsapi_shib.cpp?rev=3581&r1=3580&r2=3581&view=diff
==============================================================================
--- branches/REL_2/nsapi_shib/nsapi_shib.cpp (original)
+++ branches/REL_2/nsapi_shib/nsapi_shib.cpp Mon Feb 13 02:34:58 2012
@@ -49,7 +49,6 @@
#include <fstream>
#include <stdexcept>
#include <boost/lexical_cast.hpp>
-#include <boost/scoped_ptr.hpp>
#include <xmltooling/XMLToolingConfig.h>
#include <xmltooling/util/NDC.h>
#include <xmltooling/util/Threads.h>
Modified: branches/REL_2/odbc-store/odbc-store.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/odbc-store/odbc-store.cpp?rev=3581&r1=3580&r2=3581&view=diff
==============================================================================
--- branches/REL_2/odbc-store/odbc-store.cpp (original)
[... 448 lines stripped ...]
More information about the commits
mailing list