Tagging 2.4RC1 release.
[shibboleth/sp.git] / shibsp / impl / XMLServiceProvider.cpp
2010-11-03 cantorTagging 2.4RC1 release. tags/2.4RC1 2.4
2010-09-19 cantorAdd log4shib version to remaining version strings.
2010-09-14 cantorRemove extraneous config objects.
2010-09-14 cantorStop aborting on older xmlsec when whitelist/blacklist...
2010-09-09 cantorAttach auto-chains to DOM tree so namespace lookups...
2010-08-20 cantorAuto-wrap chained Application plugins, relax order...
2010-08-20 cantorSet ID of defaulted StorageService to "mem" as intended.
2010-08-20 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-210
2010-08-18 cantorDefault the handlerURL property.
2010-08-17 cantorWorking version of new handler configuration and suppor...
2010-08-13 cantorInitial draft of protocol bootstrapper, reworked ACS...
2010-08-12 cantorFactor out LogoutInitiator class, simpler API to get...
2010-07-29 cantorMinor code cleanup.
2010-07-27 cantorMore config cleanup, use default TrustEngine chain...
2010-07-26 cantorAllow for default RequestMap, relax constraint on root...
2010-07-26 cantorRework default behavior when Storage-related plugins...
2010-07-26 cantorDefault logger settings, make InProcess/OutOfProcess...
2010-07-25 cantorSwitch plugin ctors to shortcut methods, and default...
2010-05-27 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-293
2010-05-17 cantorRefuse to process handlers with no Location.
2010-05-05 cantorVS10 solution files, convert from NULL macro to nullptr.
2010-04-02 cantorFix race condition during shutdown.
2010-04-01 cantorMigrate to updated reloadable-file APIs.
2010-02-06 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-273
2009-11-24 cantorAdd overall software version to log.
2009-11-04 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-255
2009-10-11 cantorReducing header overuse, non-inlining selected methods...
2009-09-26 cantorReducing header overuse, non-inlining selected methods...
2009-08-12 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-44
2009-08-04 cantorDetect logging setup failures.
2009-06-02 cantorResolver that can issue SAML 2 queries to entities...
2009-05-22 cantorRemove non-xstring code.
2009-03-27 cantorAllow remoting of unsafe strings, and protect encoding...
2009-03-19 cantorRedesign condition and profile processing based on...
2009-03-10 cantorRework POST handling to avoid remoting data if handler...
2009-03-06 foxAdding capability to save and restore posted data throu...
2009-03-05 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-192
2009-02-06 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-185
2008-12-29 cantorXerces 3 revisions.
2008-12-03 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-169
2008-10-18 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-161
2008-09-30 cantorDetect non-exception-based failure in loading extensions.
2008-09-26 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-135
2008-07-10 cantorhttps://bugs.internet2.edu/jira/browse/CPPOST-15
2008-06-04 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-109
2008-03-14 cantorCorrect location of TransportOption feature, makes...
2008-03-04 cantorShift property set logging to its own category.
2008-01-23 cantorRenamed Applications/Application tags.
2008-01-17 cantorChange audience handling and validators to separate...
2008-01-16 cantorEliminate DefaultRelyingParty element.
2007-12-06 cantorFix precedence of REMOTE_USER export.
2007-11-25 cantorMerge session cache implementations.
2007-11-15 cantorClean Solaris build.
2007-11-04 cantorAvoid processing Handler elements as property sets.
2007-10-19 cantorAdd method to read all properties.
2007-10-18 cantorAdd handlers and keys to status handler.
2007-09-30 cantorAttempt at a metadata generation handler.
2007-08-21 cantorMove to a "prefixed" model for metadata attributes...
2007-08-02 cantorTurn off chunking by default.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-07-23 cantorAllow absolute URL in exportLocation.
2007-07-18 cantorFix for SSPCPP-18
2007-07-17 cantorFirst cut at logout race detection in cache.
2007-07-12 cantorMake sure logout notification only happens in one handler.
2007-07-07 cantorFirst set of logout base classes and non-building draft...
2007-07-03 cantorGeneralize notification mechanism (should work for...
2007-07-01 cantorAdd logout notifications to config.
2007-06-22 cantorHandle failures properly.
2007-06-04 cantorPort up spoof checking
2007-05-31 cantorUnix installation fixes
2007-05-31 cantorLinux porting changes
2007-05-29 cantorAssertion export and lookup service using URI binding.
2007-05-25 cantorImplement artifact generation, start work on resolution...
2007-05-24 cantorBackend of storage-based relay state.
2007-05-23 cantorHeader clearing infrastructure.
2007-05-21 cantorMove ReplayCache and StorageService APIs to full build...
2007-05-21 cantorAdd inheritance for relying party properties.
2007-05-19 cantorNew -lite library and elimination of SAML libraries...
2007-05-14 cantorFixed attribute-based functors.
2007-05-09 cantorMix/max functor.
2007-05-06 cantorAttribute filtering code.
2007-04-30 cantorFix old namespace defaults.
2007-04-30 cantorCopied over mapping and filtering schemas.
2007-04-13 cantorInject logging category into base class.
2007-04-04 cantorFactor entityID into SessionInitiator subinterface...
2007-04-04 cantorImprove property inheritance, first batch of SessionIni...
2007-04-01 cantorSupport for application-specific attribute IDs.
2007-03-30 cantorConfig changes and rework for new credential APIs.
2007-03-19 cantorReturn default creds when peer is unknown.
2007-03-11 cantorRework address handling based on app/location.
2007-03-10 cantorAdjust logging/error-handling, schema fixes, failed...
2007-03-07 cantorMove token validation into SAML library, first draft...
2007-03-05 cantorAdded marker interface for assertion types.
2007-03-02 cantorArtifactMap support.
2007-03-02 cantorMoved handler sources.
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespa...
2007-03-01 cantorRework decoder handling in simple resolver, add IdP...
2007-02-24 cantorA "simple" attribute resolver, and token validation.
2007-02-19 cantorConvenience method for accessing SP instance.
2007-02-18 cantorSimple and Scoped Attribute decoders.
next