shibboleth/cpp-xmltooling.git
2006-11-21 Scott CantorAdd libcurl and covariant return checks.
2006-11-18 Scott CantorUnified trust engines w/ KeyInfoSource interface, first...
2006-11-16 Scott CantorFunction to serialize to stream.
2006-11-13 Scott CantorClear StorageService plugins.
2006-11-13 Scott CantorFix for bug 587
2006-11-09 Scott CantorFix for bug 586.
2006-11-07 Scott CantorRaw signature operations and trust engine support.
2006-11-06 Scott CantorRemoved RSA-SHA padding constants, found them in latest...
2006-11-06 Scott CantorRSA-SHA padding constants.
2006-11-03 Scott CantorRemoved covariant clone() implementation to fix ambiguity.
2006-10-31 Scott CantorMacros to omit get methods for children declared by...
2006-10-29 Scott CantorFix pragma nesting.
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-19 Brent PutmanAdd autoconf function check for strcasecmp for macro...
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-10-11 Scott CantorAdded detach() method to strip off a root parent elemen...
2006-10-09 Scott CantorMoved ReplayCache into xmltooling
2006-10-09 Scott CantorMoved ReplayCache into xmltooling
2006-09-29 Scott CantorSwitch to multimap, no idea wtf I was thinking.
2006-09-29 Scott CantorMerge schema validators into one suite.
2006-09-29 Scott CantorPrevent create/update from seeing expired records.
2006-09-28 Scott CantorAdded const modifiers.
2006-09-25 Scott CantorSimplify access to records and prevent reads of expired...
2006-09-25 Scott CantorAdd context to log messages.
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-15 Brent PutmanFix missing automake template variable.
2006-09-13 Scott CantorSupport for a catalog path.
2006-09-08 Scott CantorHandle IDness during (un)marshalling, move more work...
2006-09-08 Scott CantorAdded built-in ID attribute support to base classes.
2006-09-07 Scott CantorSOAP 1.1 classes
2006-09-04 Scott CantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-31 Scott CantorRevise boolean attribute methods to handle defaults.
2006-08-29 Brent PutmanFix for Bugzilla bug id 565 'doxygen required by make...
2006-08-24 Scott CantorCheck for null key info.
2006-08-24 Scott CantorAllow for fixed resolvers.
2006-08-24 Scott CantorConvenience methods to resolve embedded KeyInfo.
2006-08-23 Scott CantorAddress certificate object lifetime with wrapper class.
2006-08-23 Scott CantorMade OpenSSL CRL wrapper public.
2006-08-21 Scott CantorExtended KeyResolver to handle CRLs.
2006-08-21 Scott CantorFixed init order
2006-08-21 Scott CantorX509CRL wrappers (gap in XML-Sec at the moment)
2006-08-21 Scott CantorAllow sig validator to use a specific key.
2006-08-17 Brent PutmanMulti-line svn commit, see body.
2006-08-17 Brent PutmanSimplify autoconf timegm function check.
2006-08-17 Scott CantorBase TrustEngine APIs and explicit key engine impl.
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.
next