VS10 solution files, convert from NULL macro to nullptr.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 May 2010 21:21:49 +0000 (21:21 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 May 2010 21:21:49 +0000 (21:21 +0000)
commita62c416b6ecfc17d89853a8f14604249c94d2f60
treee318fc19c4abd7b0860491955f7744360cbc44af
parente6311b71b669e8924d6a81baf5c2bb2d98166f42
VS10 solution files, convert from NULL macro to nullptr.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3252 cb58f699-b61c-0410-a6fe-9272a202ed29
146 files changed:
.cproject
Shibboleth.sln
adfs/Makefile.am
adfs/adfs-lite.vcxproj [new file with mode: 0644]
adfs/adfs.cpp
adfs/adfs.vcxproj [new file with mode: 0644]
apache/Makefile.am
apache/mod_apache.cpp
apache/mod_shib13.vcxproj [new file with mode: 0644]
apache/mod_shib20.vcxproj [new file with mode: 0644]
apache/mod_shib22.vcxproj [new file with mode: 0644]
fastcgi/Makefile.am
fastcgi/shibauthorizer.cpp
fastcgi/shibauthorizer.vcxproj [new file with mode: 0644]
fastcgi/shibresponder.cpp
fastcgi/shibresponder.vcxproj [new file with mode: 0644]
isapi_shib/isapi_shib.cpp
isapi_shib/isapi_shib.vcxproj [new file with mode: 0644]
memcache-store/Makefile.am
memcache-store/memcache-store.cpp
memcache-store/memcache-store.vcxproj [new file with mode: 0644]
nsapi_shib/Makefile.am
nsapi_shib/nsapi_shib.cpp
nsapi_shib/nsapi_shib.vcxproj [new file with mode: 0644]
odbc-store/Makefile.am
odbc-store/odbc-store.cpp
odbc-store/odbc-store.vcxproj [new file with mode: 0644]
shibd/Makefile.am
shibd/shibd.cpp
shibd/shibd.vcxproj [new file with mode: 0644]
shibd/shibd_win32.cpp
shibsp/AbstractSPRequest.cpp
shibsp/AbstractSPRequest.h
shibsp/Application.h
shibsp/Makefile.am
shibsp/SPConfig.cpp
shibsp/SPConfig.h
shibsp/SPRequest.h
shibsp/ServiceProvider.cpp
shibsp/ServiceProvider.h
shibsp/SessionCache.h
shibsp/SessionCacheEx.h
shibsp/attribute/Attribute.cpp
shibsp/attribute/Attribute.h
shibsp/attribute/AttributeDecoder.h
shibsp/attribute/DOMAttributeDecoder.cpp
shibsp/attribute/ExtensibleAttribute.cpp
shibsp/attribute/KeyInfoAttributeDecoder.cpp
shibsp/attribute/NameIDAttributeDecoder.cpp
shibsp/attribute/NameIDFromScopedAttributeDecoder.cpp
shibsp/attribute/ScopedAttributeDecoder.cpp
shibsp/attribute/SimpleAttribute.cpp
shibsp/attribute/StringAttributeDecoder.cpp
shibsp/attribute/XMLAttribute.cpp
shibsp/attribute/XMLAttributeDecoder.cpp
shibsp/attribute/filtering/BasicFilteringContext.h
shibsp/attribute/filtering/FilteringContext.h
shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
shibsp/attribute/filtering/impl/AttributeIssuerInEntityGroupFunctor.cpp
shibsp/attribute/filtering/impl/AttributeIssuerRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeIssuerStringFunctor.cpp
shibsp/attribute/filtering/impl/AttributeRequesterInEntityGroupFunctor.cpp
shibsp/attribute/filtering/impl/AttributeRequesterRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeRequesterStringFunctor.cpp
shibsp/attribute/filtering/impl/AttributeScopeMatchesShibMDScopeFunctor.cpp
shibsp/attribute/filtering/impl/AttributeScopeRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeScopeStringFunctor.cpp
shibsp/attribute/filtering/impl/AttributeValueRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeValueStringFunctor.cpp
shibsp/attribute/filtering/impl/AuthenticationMethodRegexFunctor.cpp
shibsp/attribute/filtering/impl/AuthenticationMethodStringFunctor.cpp
shibsp/attribute/filtering/impl/BasicFilteringContext.cpp
shibsp/attribute/filtering/impl/ChainingAttributeFilter.cpp
shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
shibsp/attribute/filtering/impl/NumberOfAttributeValuesFunctor.cpp
shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp
shibsp/attribute/resolver/AttributeResolver.h
shibsp/attribute/resolver/impl/ChainingAttributeExtractor.cpp
shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp
shibsp/attribute/resolver/impl/DelegationAttributeExtractor.cpp
shibsp/attribute/resolver/impl/KeyDescriptorAttributeExtractor.cpp
shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp
shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp
shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
shibsp/binding/impl/ArtifactResolver.cpp
shibsp/binding/impl/SOAPClient.cpp
shibsp/handler/AbstractHandler.h
shibsp/handler/AssertionConsumerService.h
shibsp/handler/LogoutHandler.h
shibsp/handler/RemotedHandler.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/AssertionLookup.cpp
shibsp/handler/impl/ChainingLogoutInitiator.cpp
shibsp/handler/impl/ChainingSessionInitiator.cpp
shibsp/handler/impl/LogoutHandler.cpp
shibsp/handler/impl/MetadataGenerator.cpp
shibsp/handler/impl/RemotedHandler.cpp
shibsp/handler/impl/SAML1Consumer.cpp
shibsp/handler/impl/SAML2ArtifactResolution.cpp
shibsp/handler/impl/SAML2Consumer.cpp
shibsp/handler/impl/SAML2Logout.cpp
shibsp/handler/impl/SAML2LogoutInitiator.cpp
shibsp/handler/impl/SAML2NameIDMgmt.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/handler/impl/SAMLDSSessionInitiator.cpp
shibsp/handler/impl/SessionHandler.cpp
shibsp/handler/impl/SessionInitiator.cpp
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/handler/impl/StatusHandler.cpp
shibsp/handler/impl/TransformSessionInitiator.cpp
shibsp/handler/impl/WAYFSessionInitiator.cpp
shibsp/impl/ChainingAccessControl.cpp
shibsp/impl/StorageServiceSessionCache.cpp
shibsp/impl/XMLAccessControl.cpp
shibsp/impl/XMLRequestMapper.cpp
shibsp/impl/XMLServiceProvider.cpp
shibsp/metadata/DynamicMetadataProvider.cpp
shibsp/metadata/MetadataExtImpl.cpp
shibsp/metadata/MetadataProviderCriteria.h
shibsp/remoting/ListenerService.h
shibsp/remoting/ddf.h
shibsp/remoting/impl/ListenerService.cpp
shibsp/remoting/impl/SocketListener.cpp
shibsp/remoting/impl/TCPListener.cpp
shibsp/remoting/impl/UnixListener.cpp
shibsp/remoting/impl/ddf.cpp
shibsp/security/PKIXTrustEngine.cpp
shibsp/security/SecurityPolicy.h
shibsp/shibsp-lite.vcxproj [new file with mode: 0644]
shibsp/shibsp-lite.vcxproj.filters [new file with mode: 0644]
shibsp/shibsp.vcxproj [new file with mode: 0644]
shibsp/shibsp.vcxproj.filters [new file with mode: 0644]
shibsp/util/CGIParser.cpp
shibsp/util/CGIParser.h
shibsp/util/DOMPropertySet.cpp
shibsp/util/DOMPropertySet.h
shibsp/util/PropertySet.h
shibsp/util/TemplateParameters.cpp
shibsp/util/TemplateParameters.h
util/Makefile.am
util/mdquery.cpp
util/mdquery.vcxproj [new file with mode: 0644]
util/resolvertest.cpp
util/resolvertest.vcxproj [new file with mode: 0644]