Imported Upstream version 1.0
authorRuss Allbery <rra@debian.org>
Thu, 8 May 2008 23:15:33 +0000 (16:15 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 8 May 2008 23:15:33 +0000 (16:15 -0700)
commit69ae329d475c0b8e02571ba567685f3301b55ffd
tree2ae3de9ef93c15d9453698773aaebd390571976c
Imported Upstream version 1.0
218 files changed:
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
acx_pthread.m4 [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
config_win32.h [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
cpp-xmltooling.sln [new file with mode: 0644]
depcomp [new file with mode: 0755]
depend [new file with mode: 0644]
doc/CURL.LICENSE [new file with mode: 0644]
doc/LICENSE.txt [new file with mode: 0644]
doc/LOG4CPP.LICENSE [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/NOTICE.txt [new file with mode: 0644]
doc/OPENSSL.LICENSE [new file with mode: 0644]
doxygen.am [new file with mode: 0644]
doxygen.cfg [new file with mode: 0644]
doxygen.m4 [new file with mode: 0644]
install-sh [new file with mode: 0755]
libtool.m4 [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
missing [new file with mode: 0755]
pkginfo [new file with mode: 0644]
pkginfo.in [new file with mode: 0644]
postinstall [new file with mode: 0644]
schemas/Makefile.am [new file with mode: 0644]
schemas/Makefile.in [new file with mode: 0644]
schemas/catalog.xml.in [new file with mode: 0644]
schemas/soap-envelope.xsd [new file with mode: 0644]
schemas/xenc-schema.xsd [new file with mode: 0644]
schemas/xml.xsd [new file with mode: 0644]
schemas/xmldsig-core-schema.xsd [new file with mode: 0644]
schemas/xmltooling.xsd [new file with mode: 0644]
xmltooling.spec [new file with mode: 0644]
xmltooling.spec.in [new file with mode: 0644]
xmltooling/AbstractAttributeExtensibleXMLObject.cpp [new file with mode: 0644]
xmltooling/AbstractAttributeExtensibleXMLObject.h [new file with mode: 0644]
xmltooling/AbstractComplexElement.cpp [new file with mode: 0644]
xmltooling/AbstractComplexElement.h [new file with mode: 0644]
xmltooling/AbstractDOMCachingXMLObject.cpp [new file with mode: 0644]
xmltooling/AbstractDOMCachingXMLObject.h [new file with mode: 0644]
xmltooling/AbstractSimpleElement.cpp [new file with mode: 0644]
xmltooling/AbstractSimpleElement.h [new file with mode: 0644]
xmltooling/AbstractXMLObject.cpp [new file with mode: 0644]
xmltooling/AbstractXMLObject.h [new file with mode: 0644]
xmltooling/AttributeExtensibleXMLObject.h [new file with mode: 0644]
xmltooling/ConcreteXMLObjectBuilder.h [new file with mode: 0644]
xmltooling/ElementExtensibleXMLObject.h [new file with mode: 0644]
xmltooling/ElementProxy.h [new file with mode: 0644]
xmltooling/Lockable.h [new file with mode: 0644]
xmltooling/Makefile.am [new file with mode: 0644]
xmltooling/Makefile.in [new file with mode: 0644]
xmltooling/Namespace.cpp [new file with mode: 0644]
xmltooling/Namespace.h [new file with mode: 0644]
xmltooling/PluginManager.h [new file with mode: 0644]
xmltooling/QName.cpp [new file with mode: 0644]
xmltooling/QName.h [new file with mode: 0644]
xmltooling/XMLObject.h [new file with mode: 0644]
xmltooling/XMLObjectBuilder.cpp [new file with mode: 0644]
xmltooling/XMLObjectBuilder.h [new file with mode: 0644]
xmltooling/XMLToolingConfig.cpp [new file with mode: 0644]
xmltooling/XMLToolingConfig.h [new file with mode: 0644]
xmltooling/base.h [new file with mode: 0644]
xmltooling/config_pub.h [new file with mode: 0644]
xmltooling/config_pub.h.in [new file with mode: 0644]
xmltooling/config_pub_win32.h [new file with mode: 0644]
xmltooling/encryption/Decrypter.h [new file with mode: 0644]
xmltooling/encryption/EncryptedKeyResolver.h [new file with mode: 0644]
xmltooling/encryption/Encrypter.h [new file with mode: 0644]
xmltooling/encryption/Encryption.h [new file with mode: 0644]
xmltooling/encryption/impl/Decrypter.cpp [new file with mode: 0644]
xmltooling/encryption/impl/EncryptedKeyResolver.cpp [new file with mode: 0644]
xmltooling/encryption/impl/Encrypter.cpp [new file with mode: 0644]
xmltooling/encryption/impl/EncryptionImpl.cpp [new file with mode: 0644]
xmltooling/encryption/impl/EncryptionSchemaValidators.cpp [new file with mode: 0644]
xmltooling/exceptions.cpp [new file with mode: 0644]
xmltooling/exceptions.h [new file with mode: 0644]
xmltooling/impl/AnyElement.cpp [new file with mode: 0644]
xmltooling/impl/AnyElement.h [new file with mode: 0644]
xmltooling/impl/MemoryStorageService.cpp [new file with mode: 0644]
xmltooling/impl/UnknownElement.cpp [new file with mode: 0644]
xmltooling/impl/UnknownElement.h [new file with mode: 0644]
xmltooling/internal.h [new file with mode: 0644]
xmltooling/io/AbstractXMLObjectMarshaller.cpp [new file with mode: 0644]
xmltooling/io/AbstractXMLObjectMarshaller.h [new file with mode: 0644]
xmltooling/io/AbstractXMLObjectUnmarshaller.cpp [new file with mode: 0644]
xmltooling/io/AbstractXMLObjectUnmarshaller.h [new file with mode: 0644]
xmltooling/io/GenericRequest.h [new file with mode: 0644]
xmltooling/io/GenericResponse.h [new file with mode: 0644]
xmltooling/io/HTTPRequest.cpp [new file with mode: 0644]
xmltooling/io/HTTPRequest.h [new file with mode: 0644]
xmltooling/io/HTTPResponse.h [new file with mode: 0644]
xmltooling/logging.h [new file with mode: 0644]
xmltooling/resource.h [new file with mode: 0644]
xmltooling/security/AbstractPKIXTrustEngine.h [new file with mode: 0644]
xmltooling/security/BasicX509Credential.h [new file with mode: 0644]
xmltooling/security/ChainingTrustEngine.h [new file with mode: 0644]
xmltooling/security/Credential.h [new file with mode: 0644]
xmltooling/security/CredentialContext.h [new file with mode: 0644]
xmltooling/security/CredentialCriteria.h [new file with mode: 0644]
xmltooling/security/CredentialResolver.h [new file with mode: 0644]
xmltooling/security/KeyInfoCredentialContext.h [new file with mode: 0644]
xmltooling/security/KeyInfoResolver.h [new file with mode: 0644]
xmltooling/security/OpenSSLCredential.h [new file with mode: 0644]
xmltooling/security/OpenSSLCryptoX509CRL.h [new file with mode: 0644]
xmltooling/security/OpenSSLTrustEngine.h [new file with mode: 0644]
xmltooling/security/SignatureTrustEngine.h [new file with mode: 0644]
xmltooling/security/TrustEngine.h [new file with mode: 0644]
xmltooling/security/X509Credential.h [new file with mode: 0644]
xmltooling/security/X509TrustEngine.h [new file with mode: 0644]
xmltooling/security/XSECCryptoX509CRL.h [new file with mode: 0644]
xmltooling/security/impl/AbstractPKIXTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/BasicX509Credential.cpp [new file with mode: 0644]
xmltooling/security/impl/ChainingCredentialResolver.cpp [new file with mode: 0644]
xmltooling/security/impl/ChainingTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/CredentialCriteria.cpp [new file with mode: 0644]
xmltooling/security/impl/CredentialResolver.cpp [new file with mode: 0644]
xmltooling/security/impl/ExplicitKeyTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/FilesystemCredentialResolver.cpp [new file with mode: 0644]
xmltooling/security/impl/InlineKeyResolver.cpp [new file with mode: 0644]
xmltooling/security/impl/KeyInfoResolver.cpp [new file with mode: 0644]
xmltooling/security/impl/OpenSSLCryptoX509CRL.cpp [new file with mode: 0644]
xmltooling/security/impl/StaticPKIXTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/TrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/XSECCryptoX509CRL.cpp [new file with mode: 0644]
xmltooling/signature/ContentReference.h [new file with mode: 0644]
xmltooling/signature/KeyInfo.h [new file with mode: 0644]
xmltooling/signature/Signature.h [new file with mode: 0644]
xmltooling/signature/SignatureValidator.h [new file with mode: 0644]
xmltooling/signature/impl/KeyInfoImpl.cpp [new file with mode: 0644]
xmltooling/signature/impl/KeyInfoSchemaValidators.cpp [new file with mode: 0644]
xmltooling/signature/impl/SignatureValidator.cpp [new file with mode: 0644]
xmltooling/signature/impl/XMLSecSignatureImpl.cpp [new file with mode: 0644]
xmltooling/soap/HTTPSOAPTransport.h [new file with mode: 0644]
xmltooling/soap/OpenSSLSOAPTransport.h [new file with mode: 0644]
xmltooling/soap/SOAP.h [new file with mode: 0644]
xmltooling/soap/SOAPClient.h [new file with mode: 0644]
xmltooling/soap/SOAPTransport.h [new file with mode: 0644]
xmltooling/soap/impl/CURLSOAPTransport.cpp [new file with mode: 0644]
xmltooling/soap/impl/SOAPClient.cpp [new file with mode: 0644]
xmltooling/soap/impl/SOAPImpl.cpp [new file with mode: 0644]
xmltooling/soap/impl/SOAPSchemaValidators.cpp [new file with mode: 0644]
xmltooling/unicode.cpp [new file with mode: 0644]
xmltooling/unicode.h [new file with mode: 0644]
xmltooling/util/CurlNetAccessor.cpp [new file with mode: 0644]
xmltooling/util/CurlNetAccessor.hpp [new file with mode: 0644]
xmltooling/util/CurlURLInputStream.cpp [new file with mode: 0644]
xmltooling/util/CurlURLInputStream.hpp [new file with mode: 0644]
xmltooling/util/DateTime.cpp [new file with mode: 0644]
xmltooling/util/DateTime.h [new file with mode: 0644]
xmltooling/util/NDC.cpp [new file with mode: 0644]
xmltooling/util/NDC.h [new file with mode: 0644]
xmltooling/util/PThreads.cpp [new file with mode: 0644]
xmltooling/util/ParserPool.cpp [new file with mode: 0644]
xmltooling/util/ParserPool.h [new file with mode: 0644]
xmltooling/util/PathResolver.cpp [new file with mode: 0644]
xmltooling/util/PathResolver.h [new file with mode: 0644]
xmltooling/util/Predicates.h [new file with mode: 0644]
xmltooling/util/ReloadableXMLFile.cpp [new file with mode: 0644]
xmltooling/util/ReloadableXMLFile.h [new file with mode: 0644]
xmltooling/util/ReplayCache.cpp [new file with mode: 0644]
xmltooling/util/ReplayCache.h [new file with mode: 0644]
xmltooling/util/StorageService.cpp [new file with mode: 0644]
xmltooling/util/StorageService.h [new file with mode: 0644]
xmltooling/util/TemplateEngine.cpp [new file with mode: 0644]
xmltooling/util/TemplateEngine.h [new file with mode: 0644]
xmltooling/util/Threads.h [new file with mode: 0644]
xmltooling/util/URLEncoder.cpp [new file with mode: 0644]
xmltooling/util/URLEncoder.h [new file with mode: 0644]
xmltooling/util/XMLConstants.cpp [new file with mode: 0644]
xmltooling/util/XMLConstants.h [new file with mode: 0644]
xmltooling/util/XMLHelper.cpp [new file with mode: 0644]
xmltooling/util/XMLHelper.h [new file with mode: 0644]
xmltooling/util/XMLObjectChildrenList.h [new file with mode: 0644]
xmltooling/validation/Validator.h [new file with mode: 0644]
xmltooling/validation/ValidatorSuite.cpp [new file with mode: 0644]
xmltooling/validation/ValidatorSuite.h [new file with mode: 0644]
xmltooling/version.h [new file with mode: 0644]
xmltooling/xmltooling-lite.vcproj [new file with mode: 0644]
xmltooling/xmltooling.rc [new file with mode: 0644]
xmltooling/xmltooling.vcproj [new file with mode: 0644]
xmltoolingtest/ComplexXMLObjectTest.h [new file with mode: 0644]
xmltoolingtest/EncryptionTest.h [new file with mode: 0644]
xmltoolingtest/ExceptionTest.h [new file with mode: 0644]
xmltoolingtest/FilesystemCredentialResolverTest.h [new file with mode: 0644]
xmltoolingtest/InlineKeyResolverTest.h [new file with mode: 0644]
xmltoolingtest/KeyInfoTest.h [new file with mode: 0644]
xmltoolingtest/Makefile.am [new file with mode: 0644]
xmltoolingtest/Makefile.in [new file with mode: 0644]
xmltoolingtest/MarshallingTest.h [new file with mode: 0644]
xmltoolingtest/MemoryStorageServiceTest.h [new file with mode: 0644]
xmltoolingtest/SignatureTest.h [new file with mode: 0644]
xmltoolingtest/TemplateEngineTest.h [new file with mode: 0644]
xmltoolingtest/UnmarshallingTest.h [new file with mode: 0644]
xmltoolingtest/XMLObjectBaseTestCase.h [new file with mode: 0644]
xmltoolingtest/data/ComplexXMLObject.xml [new file with mode: 0644]
xmltoolingtest/data/FilesystemCredentialResolver.xml [new file with mode: 0644]
xmltoolingtest/data/InlineKeyResolver.xml [new file with mode: 0644]
xmltoolingtest/data/KeyInfo1.xml [new file with mode: 0644]
xmltoolingtest/data/KeyInfo2.xml [new file with mode: 0644]
xmltoolingtest/data/KeyInfo3.xml [new file with mode: 0644]
xmltoolingtest/data/SimpleXMLObjectWithAttribute.xml [new file with mode: 0644]
xmltoolingtest/data/SimpleXMLObjectWithChildren.xml [new file with mode: 0644]
xmltoolingtest/data/SimpleXMLObjectWithContent.xml [new file with mode: 0644]
xmltoolingtest/data/SimpleXMLObjectWithUnknownChild.xml [new file with mode: 0644]
xmltoolingtest/data/catalog.xml [new file with mode: 0644]
xmltoolingtest/data/cert.pem [new file with mode: 0644]
xmltoolingtest/data/key.pem [new file with mode: 0644]
xmltoolingtest/data/template.in [new file with mode: 0644]
xmltoolingtest/data/template.out [new file with mode: 0644]
xmltoolingtest/xmltoolingtest.h [new file with mode: 0644]
xmltoolingtest/xmltoolingtest.vcproj [new file with mode: 0644]