Move catalog handling to parser API from config API.
[shibboleth/xmltooling.git] / xmltooling / XMLToolingConfig.cpp
2011-12-21 scantorMove catalog handling to parser API from config API.
2011-12-04 scantorMore boostisms, add string tokenizer
2011-12-03 scantorRevert to clear method
2011-12-03 scantorIncorporating boostisms
2011-11-17 scantorAdjust logging error message.
2011-11-16 scantorBoost dependency support.
2011-11-16 scantorIncorporate boost split/lambda.
2011-09-04 scantorhttps://issues.shibboleth.net/jira/browse/CPPXT-70
2011-06-15 scantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2011-06-11 scantorCorrect MAX limit constant.
2011-06-10 scantorhttps://issues.shibboleth.net/jira/browse/CPPXT-77
2011-05-19 scantorBump version, adjust VC build for parallel make, fixes...
2010-11-11 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-65
2010-10-12 cantorEditorial fixes.
2010-09-06 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-304
2010-09-01 cantorDe-inline some functions.
2010-08-31 cantorAdd method to test for algorithm support.
2010-08-31 cantorAdd ECDSA algorithms to key type mapping.
2010-07-20 cantorAdd linefeeds to signature log boundaries.
2010-07-20 cantorRoute signature debugging to log.
2010-05-04 cantorConvert from NULL macro to nullptr.
2009-11-04 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-255
2009-10-13 cantorReducing header overuse, non-inlining selected methods...
2009-10-12 cantorReducing header overuse, non-inlining selected methods...
2009-09-25 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-42
2009-08-04 cantorLog Windows event if logging fails.
2009-06-04 cantorAdd hashing options to key extraction support.
2009-05-29 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-30
2008-12-15 cantorXerces 3 revisions.
2008-10-21 cantorAvoid passing pointer into log configurator.
2008-09-30 cantorPropagate out exceptions when loading extensions.
2008-03-13 cantorAdd new builder base class to indicate support for...
2008-01-30 cantorSupport path resolution in log config.
2008-01-30 cantorSupport path resolution in loadable libs.
2008-01-29 cantorPath resolver class for supporting installation-indepen...
2007-10-24 cantorLog library versions.
2007-10-11 cantorFix namespace in SOAP fault child elements.
2007-07-31 cantorBackport libcurl-based Xerces net access.
2007-05-21 cantorMove ReplayCache and StorageService APIs to full build...
2007-05-19 cantorMoved in request/response interfaces from opensaml.
2007-05-17 cantorMove curl dependent code to full build only.
2007-05-17 cantorCleaned up source for dual build
2007-05-04 cantorPulled out curl accessor, doesn't seem to work anyway.
2007-05-03 cantorAdd internal copy of the Xerces net accessor for libcur...
2007-04-12 cantorAdd credential context APIs, refactor criteria matching...
2007-04-09 cantorAlgorithm and key size criteria, incoming signature...
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-08 cantorMoved URLEncoder down to tooling lib, added exception...
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-05 cantorAdd curl and OpenSSL locking to init/term.
2007-02-02 cantorUpdate copyright.
2006-12-19 cantorRename exception macros to avoid conflicts, correct...
2006-11-18 cantorUnified trust engines w/ KeyInfoSource interface, first...
2006-11-13 cantorClear StorageService plugins.
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-19 cantorTemplate replacement engine ported from Shib, added...
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-10-09 cantorMoved ReplayCache into xmltooling
2006-09-29 cantorMerge schema validators into one suite.
2006-09-21 cantorAdded a simple storage abstraction, and an in-memory...
2006-09-13 cantorSupport for a catalog path.
2006-09-08 cantorAdded built-in ID attribute support to base classes.
2006-09-07 cantorSOAP 1.1 classes
2006-08-23 cantorMade OpenSSL CRL wrapper public.
2006-08-21 cantorX509CRL wrappers (gap in XML-Sec at the moment)
2006-08-17 cantorBase TrustEngine APIs and explicit key engine impl.
2006-08-11 cantorExtend KeyResolver to include certificate resolution...
2006-07-24 cantorCredential resolver plugin
2006-07-02 cantorAdded ValidatorSuite around groups of static validators.
2006-06-25 cantorModify locking interfaces for use by metadata code.
2006-05-27 cantorImplemented EncryptionMethod schema snippet.
2006-05-04 cantorTighten up validator namespace checking, rework registr...
2006-05-03 cantorIntegrate parser pools into library.
2006-05-02 cantorAdd in plugin manager template.
2006-04-04 cantorGuard signature exception.
2006-04-04 cantorRefactored simple content and child-handling into mixin...
2006-04-03 cantorWrap rest of KeyInfo, add support for exposing object...
2006-04-02 cantorMoved signature classes into own namespace.
2006-04-02 cantorMore sample objects and macros.
2006-04-01 cantorLinux fixes
2006-04-01 cantorEvolving macros, reduce casting in accessors, add const...
2006-03-30 cantorAdded some validation code.
2006-03-29 cantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 cantorAdd parametrized messaging and serialization to exceptions.
2006-03-17 cantorMerged marshalling/unmarshalling methods into core...
2006-03-14 cantorFixes for disabling xmlsec
2006-03-12 cantorFirst cut at signing support.
2006-03-06 cantorFixes associated with wildcard test classes.
2006-02-24 cantorDefault support for arbitrary DOM objects.
2006-02-21 cantorAdd ignore properties.
2006-02-20 cantorDeclare factory maps, map cleanup.
2006-02-19 cantorInitial parser APIs
2006-02-17 cantorSome root interfaces and configuration machinery