Multi-line svn commit, see body.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest /
2008-03-14 Scott CantorMulti-line svn commit, see body.
2007-10-17 Scott CantorUndo debug code.
2007-10-17 Scott CantorMulti-line svn commit, see body.
2007-10-17 Scott CantorFixed bug causing duplication of text content.
2007-06-10 Scott CantorMulti-line svn commit, see body.
2007-05-25 Scott CantorRemove stray perl paths.
2007-05-21 Scott CantorMove ReplayCache and StorageService APIs to full build...
2007-05-21 Scott CantorAdd user-supplied key names to filesystem resolver.
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-16 Scott CantorChanges to split library into a lite and full version.
2007-04-19 Scott CantorMulti-line svn commit, see body.
2007-04-19 Scott CantorRemove hardcoded Perl path.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-18 Scott CantorRevised decryption APIs to clarify CredentialResolver...
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-12 Scott CantorDon't call virtual method from d'tor.
2007-02-02 Scott CantorUpdate copyright.
2007-01-24 Scott CantorAlign tests to new API.
2006-12-20 Scott CantorVirtualize template parameters.
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-21 Scott CantorAdd code for non-covariant build.
2006-10-19 Scott CantorTemplate replacement engine ported from Shib, added...
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-29 Scott CantorMerge schema validators into one suite.
2006-09-25 Scott CantorSimplify access to records and prevent reads of expired...
2006-09-22 Scott CantorSimplify storage context mgmt.
2006-09-22 Scott CantorImplement context storage handles.
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-04 Scott CantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-23 Scott CantorAddress certificate object lifetime with wrapper class.
2006-08-21 Scott CantorExtended KeyResolver to handle CRLs.
2006-08-13 Scott CantorStop blowing away native signature from setters, need...
2006-08-11 Scott CantorExtend KeyResolver to include certificate resolution...
2006-08-11 Scott CantorRemove some tracing, fix string compares.
2006-07-26 Scott CantorReplace custom code with CredentialResolver.
2006-07-24 Scott CantorCredential resolver plugin
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-07-11 Scott CantorDisable deprecation warnings.
2006-07-02 Scott CantorAdded ValidatorSuite around groups of static validators.
2006-06-30 Brent PutmanAdd some things into the svn:ignore property specific...
2006-06-11 Scott CantorNew KeyResolver/Validator/Encrypter/Decrypter classes.
2006-05-22 Scott CantorAdded key-based Signature validator.
2006-05-18 Scott CantorStop auto-cloning ContentReferences.
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-15 Scott CantorIntegrated credential resolver API with signing context.
2006-05-14 Scott CantorCustom KeyInfo support in signature creation.
2006-05-10 Scott CantorRename static builder methods.
2006-05-09 Scott CantorOops, headers were already hidden.
2006-05-09 Scott CantorHeader fixes.
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-13 Scott CantorMisc fixes from addtl KeyInfo tests.
2006-04-04 Scott CantorBuild errors with xmlsec off
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-29 Scott CantorUnix porting fixes
2006-03-29 Scott CantorSet xsi:type during object construction.
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-24 Scott CantorAdd per-object validation.
2006-03-23 Scott CantorHandle variant element names, merge in wildcard class...
2006-03-20 Scott CantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-14 Scott CantorFixes for disabling xmlsec
2006-03-14 Scott CantorConditional xmlsec support
2006-03-12 Scott CantorFirst cut at signing support.
2006-03-08 Scott CantorRenamed classes
2006-03-07 Scott CantorNamespace handling fixes
2006-03-06 Scott CantorUnix fixes
2006-03-06 Scott CantorFixes associated with wildcard test classes.
2006-03-06 Scott CantorBase classes for open content models.
2006-03-03 Scott CantorBegan to implement collection handling.
2006-03-02 Scott CantorUnix build fixes
2006-03-02 Scott CantorAdd unit tests to Unix build
2006-03-02 Scott CantorMarshalling tests.
2006-03-02 Scott CantorFixed inheritance hierarchy, namespace handling
2006-03-02 Scott CantorBug fixes and API changes from second unit test.
2006-03-01 Scott CantorInitial unit test plus fixes