Need to use SP-specific policy subclass for SOAP client.
[shibboleth/sp.git] / shib-target / shib-ccache.cpp
2007-02-02 cantorUpdate copyright.
2007-01-17 cantorStarting to refactor session cache, eliminated IConfig...
2007-01-16 cantorPulled attribute designators, moved audiences up.
2007-01-15 cantorNext refactoring stage, STPriv class gone, most of...
2007-01-13 cantorLarge reorg of shibsp lib, new SPRequest API, ported...
2007-01-09 cantorShell of new SP object interface to replace old IConfig...
2007-01-06 cantorOld config class ported, all config files now loading...
2007-01-05 cantorMoved credential resolver map inside SP.
2007-01-02 cantorSwitched to xmltooling cred resolver.
2007-01-02 cantorNext integration phase, metadata and trust conversion.
2006-12-27 cantorMove Shib constants to new lib, fixed symbol conflicts.
2006-12-26 cantorMoved property set classes to new library.
2006-12-26 cantorMoved remoting layer to new library.
2006-12-22 cantorStarting migration to new SP library
2006-12-20 cantorMore lib migration, purged old thread/error template...
2006-08-21 cantorFixed exception parameter string.
2006-01-30 cantorg++ complaining about function templates, switched...
2006-01-27 cantorBad autoptr init
2006-01-25 cantorAvoid updating backing store before entries are fully...
2006-01-24 cantorShouldn't require a DOM to initialize cache.
2006-01-12 cantorImplemented write-through to backing store for clustere...
2006-01-11 cantorNew backing store API for cache.
2006-01-08 cantorAdded backing store callbacks, refactored filtering...
2006-01-02 cantorRevamped cache (again) to support new remoting design.
2005-10-25 cantorExpose SAML objects from ICacheEntry
2005-08-24 cantorRedesigned cache interface and implementation to store...
2005-07-20 cantorReduce exceptions thrown under "ordinary" conditions.
2005-07-18 cantorSwitched remaining files to Apache license.
2005-07-05 cantorBlock signing SAML 1.0 requests, stop propagating Inval...
2005-07-04 cantorLog adjustments.
2005-07-01 cantorUpdated to xsec 1.2, converted to new HTTP Hook.
2005-06-27 cantorFixed authn check when https connections are reused.
2005-06-25 cantorSkip authn assertions when checking expiration.
2005-06-24 cantorEnable user-specified signing algorithms.
2005-06-24 cantorHide signing/hashing algorithm constants from callers.
2005-06-22 cantorRequire signing if binding is unauthenticated.
2005-06-16 cantorAvoid logging query attempts during no-retry interval.
2005-05-18 cantorAdded (hopefully) simultaneous 1.0/1.1 support.
2005-05-04 cantorHandle non-existent creds.
2005-05-02 cantorRefactored remote API into IListener
2005-04-25 cantorAdded logging of attribute names.
2005-04-12 cantorNew trust APIs, some additional metadata APIs.
2005-03-29 cantorConsolidated exception and status handling into a singl...
2005-03-26 cantorSmall change to exception signature
2005-03-23 cantorFix caching inconsistencies.
2005-03-22 cantorRework cached data, add (stubbed) statemgr RPC.
2005-03-18 cantorRemove legacy code that processes IdP supplied AA bindings.
2005-03-17 cantorRevamp cred use API, fixed a deadlock problem
2005-03-01 cantorTweaked AA role API
2005-02-21 cantorArtifact mapper implementation
2005-02-21 cantorAdded const to binding/profile methods
2005-02-21 cantorSync to SAMLRequest c'tor change.
2005-02-14 cantorRedesigned ShibBinding as an HTTP binding hook.
2005-02-08 cantorNew profile API, consolidated RPCs, simplified cache.
2005-01-29 cantorUse new SAML date class.
2005-01-17 cantorRevised metadata API.
2004-07-01 cantorAdd application cross checking to session lookup.
2004-05-01 cantorRemoved Policy element from configuration
2004-04-16 cantorLowered a log to debug.
2004-04-15 cantorLeave session ID shorter for now
2004-04-15 cantorAdded a transaction log, reduced some clutter in sessio...
2004-04-12 cantorMoved NameIdentifier out of Subject.
2004-04-08 cantorLog some of the config-related errors.
2004-03-30 cantorAlways propagate InvalidHandleException out of query.
2004-03-18 cantorNew configuraton API, new APIs for various pluggable...
2004-03-01 cantorMetadata revisions, fixed lack of per-thread binding...
2004-03-01 cantorAlign to new APIs
2004-02-12 cantorCache sessions and attributes by application_id, remove...
2004-01-18 cantorRemoved sock name typedef, reorgd headers
2004-01-17 cantorRedesigned target around URL->application mapping
2003-11-03 cantorAdd XML-based client SSL config.
2003-08-24 cantorCode around STL problems.
2003-06-29 cantorReorganized preprocessor declarations for Windows.
2003-06-28 cantorAdded export specifiers.
2003-06-28 cantorUnused variable removed.
2003-06-23 cantorFunction needed to return value.
2003-06-23 wohlmask signals in a way that can work on a pc
2003-06-09 cantorRemoved extra clone
2003-06-09 cantorClone statement before deleting response, append null...
2003-05-19 wohlget rid of timespec in portable ccache. it doesnt...
2003-04-24 warlordExport the raw AuthenticationStatement from the CCache
2003-04-23 warlord * ccache-utils.h shib-ccache.cpp:
2003-04-20 cantorA few compatibility fixes.
2003-04-17 warlordChange cacheTimeout configuration from minutes to seconds
2003-04-16 warlordPlug-in support for Credential Cache -- allows for...
2003-04-14 warlordBegin a restructuring to allow the most re-use of code for
2003-02-28 cantorMultiply minutes for cleanup by 60.
2003-02-25 warlordAdd configuration options for the cacheType, cacheClean...
2003-02-08 cantormigrated thread classes to libshib
2003-01-31 warlordneed to convert the XMLString to char* to output..
2003-01-31 warlordmod_shibrm:
2003-01-31 warlordshib-ccache.cpp:
2003-01-30 warlordAdd some debug/info logging for the shar cache cleanup...
2003-01-30 warlordshib-ccache.cpp:
2003-01-30 warlordshib-threads.{h,cpp}:
2003-01-29 warlordshib-ccache.cpp:
2003-01-29 warlordAdd locking to the cache. This is mostly MT-Safe now...
2003-01-29 warlordshib-ccache.cpp:
2003-01-25 cantorChange to SAMLRequest signature.
2002-12-15 cantorVarious WIN32 fixes.
next