Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / XMLToolingConfig.cpp
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2013-05-20 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-95
2012-09-12 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-89
2012-07-19 Scott CantorRegister additional key wraps
2012-07-05 Scott CantorRoll back unnecessary configure test, and add ECDSA...
2012-07-03 Scott CantorWrong macro test
2012-07-03 Scott CantorRegister extended OAEP algorithm conditionally
2012-06-10 Scott CantorAdd GCM algorithm definitions
2012-03-02 Scott CantorAdd option to reject unauthenticated ciphers
2011-12-24 Scott CantorAdjust Lock API
2011-12-21 Scott CantorMove catalog handling to parser API from config API.
2011-12-04 Scott CantorMore boostisms, add string tokenizer
2011-12-03 Scott CantorRevert to clear method
2011-12-03 Scott CantorIncorporating boostisms
2011-11-17 Scott CantorAdjust logging error message.
2011-11-16 Scott CantorBoost dependency support.
2011-11-16 Scott CantorIncorporate boost split/lambda.
2011-09-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-70
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2011-06-11 Scott CantorCorrect MAX limit constant.
2011-06-10 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-77
2011-05-19 Scott CantorBump version, adjust VC build for parallel make, fixes...
2010-11-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-65
2010-10-12 Scott CantorEditorial fixes.
2010-09-06 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-304
2010-09-01 Scott CantorDe-inline some functions.
2010-08-31 Scott CantorAdd method to test for algorithm support.
2010-08-31 Scott CantorAdd ECDSA algorithms to key type mapping.
2010-07-20 Scott CantorAdd linefeeds to signature log boundaries.
2010-07-20 Scott CantorRoute signature debugging to log.
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2009-11-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-255 1.3
2009-10-13 Scott CantorReducing header overuse, non-inlining selected methods...
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-25 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-42
2009-08-04 Scott CantorLog Windows event if logging fails.
2009-06-04 Scott CantorAdd hashing options to key extraction support.
2009-05-29 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-30
2008-12-15 Scott CantorXerces 3 revisions.
2008-10-21 Scott CantorAvoid passing pointer into log configurator.
2008-09-30 Scott CantorPropagate out exceptions when loading extensions.
2008-03-13 Scott CantorMulti-line svn commit, see body.
2008-01-30 Scott CantorSupport path resolution in log config.
2008-01-30 Scott CantorSupport path resolution in loadable libs.
2008-01-29 Scott CantorPath resolver class for supporting installation-indepen...
2007-10-24 Scott CantorLog library versions.
2007-10-11 Scott CantorMulti-line svn commit, see body.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-05-21 Scott CantorMove ReplayCache and StorageService APIs to full build...
2007-05-19 Scott CantorMoved in request/response interfaces from opensaml.
2007-05-17 Scott CantorMove curl dependent code to full build only.
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-04 Scott CantorMulti-line svn commit, see body.
2007-05-03 Scott CantorAdd internal copy of the Xerces net accessor for libcur...
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-04-09 Scott CantorAlgorithm and key size criteria, incoming signature...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-05 Scott CantorAdd curl and OpenSSL locking to init/term.
2007-02-02 Scott CantorUpdate copyright.
2006-12-19 Scott CantorRename exception macros to avoid conflicts, correct...
2006-11-18 Scott CantorUnified trust engines w/ KeyInfoSource interface, first...
2006-11-13 Scott CantorClear StorageService plugins.
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-19 Scott CantorTemplate replacement engine ported from Shib, added...
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-10-09 Scott CantorMoved ReplayCache into xmltooling
2006-09-29 Scott CantorMerge schema validators into one suite.
2006-09-21 Scott CantorAdded a simple storage abstraction, and an in-memory...
2006-09-13 Scott CantorSupport for a catalog path.
2006-09-08 Scott CantorAdded built-in ID attribute support to base classes.
2006-09-07 Scott CantorSOAP 1.1 classes
2006-08-23 Scott CantorMade OpenSSL CRL wrapper public.
2006-08-21 Scott CantorX509CRL wrappers (gap in XML-Sec at the moment)
2006-08-17 Scott CantorBase TrustEngine APIs and explicit key engine impl.
2006-08-11 Scott CantorExtend KeyResolver to include certificate resolution...
2006-07-24 Scott CantorCredential resolver plugin
2006-07-02 Scott CantorAdded ValidatorSuite around groups of static validators.
2006-06-25 Scott CantorModify locking interfaces for use by metadata code.
2006-05-27 Scott CantorImplemented EncryptionMethod schema snippet.
2006-05-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-05-02 Scott CantorAdd in plugin manager template.
2006-04-04 Scott CantorGuard signature exception.
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-04-03 Scott CantorWrap rest of KeyInfo, add support for exposing object...
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-04-02 Scott CantorMore sample objects and macros.
2006-04-01 Scott CantorLinux fixes
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-30 Scott CantorAdded some validation code.
2006-03-29 Scott CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 Scott CantorAdd parametrized messaging and serialization to exceptions.
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-14 Scott CantorFixes for disabling xmlsec
2006-03-12 Scott CantorFirst cut at signing support.
2006-03-06 Scott CantorFixes associated with wildcard test classes.
2006-02-24 Scott CantorDefault support for arbitrary DOM objects.
2006-02-21 Scott CantorAdd ignore properties.
next