Large reorg of shibsp lib, new SPRequest API, ported modules, shifted code out of...
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 13 Jan 2007 03:45:18 +0000 (03:45 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 13 Jan 2007 03:45:18 +0000 (03:45 +0000)
commit4f8d08bff94dfbab6427fb7436ab30f6e34d5878
treea470439811d7830adfd2f066cff6a99fe1772fc8
parent9483ae3c534c0394d6e44a7cc7d7196123b2ba55
Large reorg of shibsp lib, new SPRequest API, ported modules, shifted code out of ShibTarget class.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2125 cb58f699-b61c-0410-a6fe-9272a202ed29
58 files changed:
.cdtproject
apache/mod_apache.cpp
apache/mod_shib_20.cpp
apache/mod_shib_22.cpp
isapi_shib/isapi_shib.cpp
nsapi_shib/nsapi_shib.cpp
shar/shar.cpp
shib-target/Makefile.am
shib-target/internal.h
shib-target/shib-ccache.cpp
shib-target/shib-config.cpp
shib-target/shib-handlers.cpp
shib-target/shib-ini.cpp
shib-target/shib-target.cpp
shib-target/shib-target.h
shib-target/shibtarget.vcproj
shibsp/AbstractSPRequest.cpp [new file with mode: 0644]
shibsp/AbstractSPRequest.h [new file with mode: 0644]
shibsp/AccessControl.h [new file with mode: 0644]
shibsp/Application.cpp [new file with mode: 0644]
shibsp/Application.h [new file with mode: 0644]
shibsp/Makefile.am
shibsp/RequestMapper.h [new file with mode: 0644]
shibsp/SPConfig.cpp
shibsp/SPConfig.h
shibsp/SPRequest.h [new file with mode: 0644]
shibsp/ServiceProvider.cpp
shibsp/ServiceProvider.h
shibsp/SessionCache.h [new file with mode: 0644]
shibsp/impl/XMLAccessControl.cpp [moved from xmlproviders/XMLAccessControl.cpp with 75% similarity]
shibsp/impl/XMLRequestMapper.cpp [moved from shib-target/XMLRequestMapper.cpp with 85% similarity]
shibsp/metadata/MetadataExt.h [moved from shibsp/MetadataExt.h with 95% similarity]
shibsp/metadata/MetadataExtImpl.cpp [moved from shibsp/MetadataExtImpl.cpp with 99% similarity]
shibsp/metadata/MetadataExtSchemaValidators.cpp [moved from shibsp/MetadataExtSchemaValidators.cpp with 97% similarity]
shibsp/remoting/ListenerService.h [moved from shibsp/ListenerService.h with 98% similarity]
shibsp/remoting/ddf.h [moved from shibsp/ddf.h with 99% similarity]
shibsp/remoting/impl/ListenerService.cpp [moved from shibsp/ListenerService.cpp with 98% similarity]
shibsp/remoting/impl/SocketListener.cpp [moved from shibsp/SocketListener.cpp with 99% similarity]
shibsp/remoting/impl/SocketListener.h [moved from shibsp/SocketListener.h with 97% similarity]
shibsp/remoting/impl/TCPListener.cpp [moved from shibsp/TCPListener.cpp with 99% similarity]
shibsp/remoting/impl/UnixListener.cpp [moved from shibsp/UnixListener.cpp with 95% similarity]
shibsp/remoting/impl/ddf.cpp [moved from shibsp/ddf.cpp with 99% similarity]
shibsp/security/PKIXTrustEngine.cpp [moved from shibsp/PKIXTrustEngine.cpp with 98% similarity]
shibsp/security/PKIXTrustEngine.h [moved from shibsp/PKIXTrustEngine.h with 96% similarity]
shibsp/shibsp.vcproj
shibsp/util/CGIParser.cpp [new file with mode: 0644]
shibsp/util/CGIParser.h [new file with mode: 0644]
shibsp/util/DOMPropertySet.cpp [moved from shibsp/DOMPropertySet.cpp with 99% similarity]
shibsp/util/DOMPropertySet.h [moved from shibsp/DOMPropertySet.h with 97% similarity]
shibsp/util/PropertySet.h [moved from shibsp/PropertySet.h with 99% similarity]
shibsp/util/SPConstants.cpp [moved from shibsp/SPConstants.cpp with 97% similarity]
shibsp/util/SPConstants.h [moved from shibsp/SPConstants.h with 98% similarity]
test/posttest.cpp
test/shibtest.cpp
xmlproviders/Makefile.am
xmlproviders/XMLAAP.cpp
xmlproviders/XMLProviders.cpp
xmlproviders/xmlproviders.vcproj