shibboleth/cpp-xmltooling.git
2006-08-16 Brent PutmanAdd autoconf test for timegm to set HAVE_TIMEGM appropr...
2006-08-13 Scott CantorStop blowing away native signature from setters, need...
2006-08-13 Scott CantorExpose key resolver caching.
2006-08-11 Scott CantorCheck for NULL in Decryptor destructor
2006-08-11 Scott CantorExtend KeyResolver to include certificate resolution...
2006-08-11 Scott CantorRemove some tracing, fix string compares.
2006-07-31 Scott CantorChange type indicator to a string reference.
2006-07-26 Scott CantorReplace custom code with CredentialResolver.
2006-07-24 Scott CantorCredential resolver plugin
2006-07-17 Scott CantorAdd OpenSSL to build
2006-07-16 Scott Cantorgcc requires exceptions header
2006-07-13 Scott CantorDelete incorrect use of typename on template parameter...
2006-07-13 Scott CantorFixed erase method.
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-07-11 Scott CantorParameter to plugin should be a const reference.
2006-07-11 Scott CantorTurn off excl c14n when encrypting data.
2006-07-11 Scott CantorDisable deprecation warnings.
2006-07-07 Scott CantorAdded epoch caching for DateTime attributes.
2006-07-05 Brent PutmanMulti-line svn commit, see body.
2006-07-05 Scott CantorRename shared lock wrapper, allow pre-existing locks.
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-07-05 Scott CantorAdded DocumentJanitor to avoid some catch(...) handlers.
2006-07-04 Scott CantorStop exporting template.
2006-07-03 Scott CantorReworked int/bool attribute handling.
2006-07-02 Scott CantorAdded ValidatorSuite around groups of static validators.
2006-07-02 Scott CantorUnix thread support
2006-07-02 Scott CantorThreading support.
2006-06-30 Brent PutmanAdd some things into the svn:ignore property specific...
2006-06-25 Scott CantorModify locking interfaces for use by metadata code.
2006-06-19 Scott CantorFix for setAttribute method.
2006-06-13 Scott CantorAdd recipient to key encryption parameters.
2006-06-12 Scott CantorException hierarchy altered, add EncryptedKey resolution.
2006-06-11 Scott CantorNew KeyResolver/Validator/Encrypter/Decrypter classes.
2006-06-11 Scott CantorFixed wildcard element processing.
2006-06-04 Scott CantorSemi-tested Encryption wrapper code.
2006-06-01 Scott CantorOutput schemaLocation when set on the root of a fragment.
2006-06-01 Scott CantorWrapped encryption schema, also block unknown attribute...
2006-05-30 Scott CantorAdditional macros.
2006-05-27 Scott CantorImplemented EncryptionMethod schema snippet.
2006-05-25 Scott CantorRemoved deleted header
2006-05-22 Scott CantorAdded key-based Signature validator.
2006-05-21 Scott CantorHook releaseDOM properly, correct KeyInfo handling...
2006-05-18 Scott CantorStop auto-cloning ContentReferences.
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-17 Scott CantorAdd inequality operator.
2006-05-16 Scott CantorWasn't initializing member in copy c'tor.
2006-05-15 Scott CantorIntegrated credential resolver API with signing context.
2006-05-14 Scott CantorCustom KeyInfo support in signature creation.
2006-05-11 Scott CantorHandle prefix-less xsi:type values.
2006-05-11 Scott CantorAdd default c'tor for use as base class.
2006-05-10 Scott CantorID attribute processing bug.
2006-05-10 Scott CantorMissing doxygen comment.
2006-05-10 Scott CantorInit order warning fixed.
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-09 Scott CantorMade AnyElementImpl public to allow inheritance for...
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-05-02 Scott CantorGeneralize exception macro.
2006-05-02 Scott CantorPrelims for symbol hiding, doesn't work yet
2006-05-02 Scott CantorAdd sparc platform check to checkinstall
2006-05-02 Scott CantorMissing dist files.
2006-05-02 Scott CantorAdd in plugin manager template.
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-19 Scott CantorCleanup
2006-04-17 Scott CantorRemove pthread macros.
2006-04-17 Scott CantorClean up defines, and add dlfunc check.
2006-04-17 Scott CantorRemoved unused configure checks.
2006-04-13 Scott Cantordoxygen autotools integration
2006-04-13 Scott CantorAdding some machinery.
2006-04-13 Scott CantorMisc fixes from addtl KeyInfo tests.
2006-04-04 Scott CantorBuild errors with xmlsec off
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 CantorUnix porting fixes
2006-03-29 Scott CantorConstructor warning.
2006-03-29 Scott CantorExtra line seps.
2006-03-29 Scott CantorMissing includedir
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-28 Scott CantorRemoved unneeded method.
2006-03-26 Scott CantorRevised builder API
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-21 Scott CantorBlock unmarshall when a DOM or parent exists.
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 CantorValidator interface.
next