shibboleth/cpp-xmltooling.git
2007-02-10 Scott CantorDon't need schemas in DIST target
2007-02-09 Scott CantorShorten "built-in" plugin types.
2007-02-05 Scott CantorAdd curl and OpenSSL locking to init/term.
2007-02-04 Scott CantorNeeded addtl cleanup template.
2007-02-03 Scott CantorEliminate map of expiration times, add option to update...
2007-02-02 Scott CantorUpdate copyright.
2007-02-01 Scott CantorReplace call to DOM1 method.
2007-01-29 Scott CantorFix leak, bug 624
2007-01-26 Scott CantorFixed some doxygen warnings.
2007-01-25 Scott CantorAdd chunked transport encoding per libcurl requirements.
2007-01-25 Scott CantorOnly delete storage service when we built it.
2007-01-24 Scott CantorAlign tests to new API.
2007-01-24 Scott CantorAdd version tracking to storage service API.
2007-01-24 Scott CantorFix stream operators.
2007-01-22 Scott CantorAdd DOM3 isId check.
2007-01-22 Scott CantorRelax content type check.
2007-01-10 Scott CantorMissing Xerces headers.
2007-01-04 Scott CantorChange class access, better logging, trap reload errors.
2007-01-03 Scott CantorFix defaulting of reload flag.
2007-01-03 Scott CantorBase class for reloadable local and remote configurations.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-12-28 Scott CantorConflicting header guard.
2006-12-28 Scott CantorSupport OpenSSL engines, check nested engine type durin...
2006-12-27 Scott CantorAllow certs to be transferred out of wrapper.
2006-12-27 Scott CantorPass KeyResolver into PKIX layer.
2006-12-26 Scott CantorFix exception throw signatures
2006-12-26 Scott CantorInherit exceptions from std::exception.
2006-12-20 Scott CantorSuppress warnings.
2006-12-20 Scott CantorVirtualize template parameters.
2006-12-20 Scott CantorVirtualize template parameters.
2006-12-19 Scott CantorRename exception macros to avoid conflicts, correct...
2006-12-11 Scott CantorSwitch from X.509 comp to key comp for cert eval.
2006-12-01 Scott CantorRenamed library.
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-27 Scott CantorSupport RetrievalMethod local references.
2006-11-27 Scott CantorBrute-force XML ID lookup.
2006-11-24 Scott CantorMissing const on Faultcode.
2006-11-24 Scott CantorRemoved extraneous SAML reference.
2006-11-24 Scott CantorAdd SOAP fault override.
2006-11-24 Scott CantorFix for bug 589
2006-11-22 Scott CantorAdd security indicator to transport, set by SSL callbac...
2006-11-22 Scott CantorAdd validate flag to SOAP ctor
2006-11-22 Scott CantorStream operators (Unicode string operator is an experiment)
2006-11-22 Scott CantorAdd call to ValidatorSuite.
2006-11-22 Scott CantorBasic SOAP client, reworked transport streams.
2006-11-21 Scott CantorAdd code for non-covariant build.
2006-11-21 Scott CantorMoved new SOAP decls into real header
2006-11-21 Scott CantorRemoved accidental header
2006-11-21 Scott CantorAdd covariant return check
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...
next