Package fixes.
[shibboleth/xmltooling.git] / xmltoolingtest /
2008-03-14 cantorAdd xsi:nil support to objects.
2007-10-17 cantorUndo debug code.
2007-10-17 cantorMove credential usage enum to Credential class.
2007-10-17 cantorFixed bug causing duplication of text content.
2007-06-10 cantorReduce number of locks used for storage.
2007-05-25 cantorRemove stray perl paths.
2007-05-21 cantorMove ReplayCache and StorageService APIs to full build...
2007-05-21 cantorAdd user-supplied key names to filesystem resolver.
2007-05-17 cantorCleaned up source for dual build
2007-05-16 cantorChanges to split library into a lite and full version.
2007-04-19 cantorSimplify turning creds into KeyInfo for shared objects.
2007-04-19 cantorRemove hardcoded Perl path.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-18 cantorRevised decryption APIs to clarify CredentialResolver...
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-12 cantorDon't call virtual method from d'tor.
2007-02-02 cantorUpdate copyright.
2007-01-24 cantorAlign tests to new API.
2006-12-20 cantorVirtualize template parameters.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-21 cantorAdd code for non-covariant build.
2006-10-19 cantorTemplate replacement engine ported from Shib, added...
2006-10-13 cantorgcc const fix, converted linefeeds
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-09-29 cantorMerge schema validators into one suite.
2006-09-25 cantorSimplify access to records and prevent reads of expired...
2006-09-22 cantorSimplify storage context mgmt.
2006-09-22 cantorImplement context storage handles.
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-04 cantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-23 cantorAddress certificate object lifetime with wrapper class.
2006-08-21 cantorExtended KeyResolver to handle CRLs.
2006-08-13 cantorStop blowing away native signature from setters, need...
2006-08-11 cantorExtend KeyResolver to include certificate resolution...
2006-08-11 cantorRemove some tracing, fix string compares.
2006-07-26 cantorReplace custom code with CredentialResolver.
2006-07-24 cantorCredential resolver plugin
2006-07-12 cantorRemoved ValidatingXMLObject interface and implementations.
2006-07-11 cantorDisable deprecation warnings.
2006-07-02 cantorAdded ValidatorSuite around groups of static validators.
2006-06-11 cantorNew KeyResolver/Validator/Encrypter/Decrypter classes.
2006-05-22 cantorAdded key-based Signature validator.
2006-05-18 cantorStop auto-cloning ContentReferences.
2006-05-18 cantorRefactored Signature signing/validation, various Valida...
2006-05-15 cantorIntegrated credential resolver API with signing context.
2006-05-14 cantorCustom KeyInfo support in signature creation.
2006-05-10 cantorRename static builder methods.
2006-05-09 cantorOops, headers were already hidden.
2006-05-09 cantorHeader fixes.
2006-05-03 cantorIntegrate parser pools into library.
2006-04-19 cantorAdded singleton methods on typed builders.
2006-04-13 cantorMisc fixes from addtl KeyInfo tests.
2006-04-04 cantorBuild errors with xmlsec off
2006-04-04 cantorRefactored simple content and child-handling into mixin...
2006-04-02 cantorMoved signature classes into own namespace.
2006-04-01 cantorEvolving macros, reduce casting in accessors, add const...
2006-03-29 cantorUnix porting fixes
2006-03-29 cantorSet xsi:type during object construction.
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-24 cantorAdd per-object validation.
2006-03-23 cantorHandle variant element names, merge in wildcard class...
2006-03-20 cantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 cantorMerged marshalling/unmarshalling methods into core...
2006-03-14 cantorFixes for disabling xmlsec
2006-03-14 cantorConditional xmlsec support
2006-03-12 cantorFirst cut at signing support.
2006-03-08 cantorRenamed classes
2006-03-07 cantorNamespace handling fixes
2006-03-06 cantorUnix fixes
2006-03-06 cantorFixes associated with wildcard test classes.
2006-03-06 cantorBase classes for open content models.
2006-03-03 cantorBegan to implement collection handling.
2006-03-02 cantorUnix build fixes
2006-03-02 cantorAdd unit tests to Unix build
2006-03-02 cantorMarshalling tests.
2006-03-02 cantorFixed inheritance hierarchy, namespace handling
2006-03-02 cantorBug fixes and API changes from second unit test.
2006-03-01 cantorInitial unit test plus fixes