Add new builder base class to indicate support for "argument-less" construction.
[shibboleth/opensaml2.git] / saml / saml2 / metadata /
2008-03-13 cantorAdd new builder base class to indicate support for...
2008-02-08 cantorAllow role lookup with no protocol.
2008-02-08 cantorAdd implicit support for a "null" protocol.
2008-01-29 cantorRemove extra logging.
2008-01-28 cantorFixed missing unlock when entity found, but role wasn't.
2008-01-28 cantorTemp logging.
2008-01-12 cantorRecurse into groups.
2007-12-07 cantorFix bad STL branch.
2007-11-13 cantorSolaris needs const casts.
2007-11-13 cantorSolaris needs const casts.
2007-11-08 cantorAdd option to search all providers and warn on duplicates.
2007-11-08 cantorCollapse entity/role lookup in metadata API.
2007-11-08 cantorConvert role lookups to find_if algorithm.
2007-10-25 cantorTrap failures at root for better reporting.
2007-10-25 cantorImprove logging a bit.
2007-10-17 cantorConvert usage bits to a mask.
2007-10-17 cantorMove credential usage enum to Credential class.
2007-09-29 cantorMethod to add protocol to a role.
2007-09-06 cantorSupport simple config option for file cred resolver.
2007-08-30 cantorRework signature validation in metadata filter.
2007-08-29 cantorDynamic metadata provider implementation.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-05-31 cantorTemplate fixes
2007-05-11 cantorMethod scoping and map insert fixes.
2007-05-08 cantorIsolate init failures.
2007-05-04 cantorAllow simplified syntax to specify a signing certificate.
2007-05-04 cantorLet XML resource loader handle "validity".
2007-04-28 cantorEnhance plugin manager template with alternate type...
2007-04-27 cantorFix header comments.
2007-04-26 cantorFix comments, add a missing const.
2007-04-23 cantorMove credential/criteria matching to criteria classes.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-04-13 cantorInject logging category into base class.
2007-04-12 cantorGive Observer interface a more specific reference type.
2007-04-12 cantorAdd credential context APIs, refactor criteria matching...
2007-04-09 cantorSettable digest algorithm, enhanced prefix handling...
2007-04-02 cantorSet peer name criteria for use with simple resolvers.
2007-03-30 cantorRework observer constness, fix SOAP client virtual...
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-20 cantorAdd logging.
2007-02-17 cantorAdd logging.
2007-02-14 cantorPromote setSignature method, refactor SOAP objects...
2007-02-09 cantorShorten "built-in" plugin types.
2007-02-02 cantorUpdate copyright.
2007-01-04 cantorDetect bad metadata, override validity check of remote...
2007-01-03 cantorLayered basic metadata plugin on top of new base class.
2007-01-02 cantorClean up catalogs, metadata endpoint mgmt template.
2006-12-28 cantorAdd some exception classes.
2006-12-11 cantorAdded missing EntityDescriptor children decls.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-21 cantorAdd code for non-covariant build.
2006-11-18 cantorMerged trust engines back into a unified version, made...
2006-11-03 cantorRevamped binding classes with security policy layer.
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-13 cantorFix linefeeds
2006-10-12 cantorRemoved ChildlessElement class references, ensure Compl...
2006-10-02 cantorReplayCache, some decoder work, and merged schema valid...
2006-09-26 cantorMessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
2006-09-15 cantorMoved artifact source code into binding folders.
2006-09-11 cantorAdded abstract metadata base, chaining trust and metada...
2006-09-08 cantorSync up ID attribute handling to latest tooling changes.
2006-09-04 cantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-31 cantorRevise boolean attribute methods to handle defaults.
2006-08-13 cantorAdd signature-checking metadata filter.
2006-08-13 cantorClear caching key resolvers when provider changes.
2006-08-13 cantorAdd metadata observation hook.
2006-08-03 cantorImplement metadata lookup by artifact, refactored metad...
2006-08-02 cantorBlacklist groups also.
2006-07-31 cantorImplement various extension profiles.
2006-07-24 cantorAdded plugin unregistration, add plugin aliases.
2006-07-16 cantorHandle 32-bit time size
2006-07-16 cantorMetadata filters, filter auto-registration, and unit...
2006-07-13 cantorAdd LLONG_MAX defs, fix some warnings
2006-07-12 cantorPort Java provider API, fix to protocol support check.
2006-07-12 cantorRemoved ValidatingXMLObject interface and implementatio...
2006-07-10 putmanbFix some Doxygen tags related to files and namespaces.
2006-07-07 cantorAdded epoch caching for DateTime attributes.
2006-07-03 cantorReworked int/bool attribute handling.
2006-07-02 cantorAdded ValidatorSuite around groups of static validators.
2006-06-19 cantorFirst metadata check-in, misc. fixes.