Avoid any chance of a double lock.
[shibboleth/sp.git] / shibsp / impl / StorageServiceSessionCache.cpp
2008-01-27 cantorAvoid any chance of a double lock.
2008-01-17 cantorChange audience handling and validators to separate...
2007-11-26 cantorImprove consistency of cache API methods.
2007-11-26 cantorMove session cookie management into session cache.
2007-11-25 cantorMove request cookie processing down to base class.
2007-11-25 cantorMerge session cache implementations.
2007-11-19 cantorSession dumping handler.
2007-11-15 cantorClean Solaris build.
2007-11-08 cantorCollapse entity/role lookup in metadata API.
2007-10-06 cantorMinimal status handler.
2007-08-06 cantorAdjust default cache timeout based on cache subclass.
2007-08-06 cantorAdd back alias support for attributes.
2007-08-05 cantorRevise attribute APIs to use vectors in place of multimaps.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-07-17 cantorFirst cut at logout race detection in cache.
2007-07-11 cantorParameterize config namespace for message plugins.
2007-07-07 cantorFirst set of logout base classes and non-building draft...
2007-07-03 cantorAdd cache method to find but not remove sessions by...
2007-06-29 cantorAdjust some cache operations.
2007-06-28 cantorMaintain NameID backmapping in cache.
2007-06-27 cantorChange ownership of attributes input to cache.
2007-06-11 cantorTweak some logging.
2007-05-28 cantorAdd accessor for session ID.
2007-05-28 cantorBypass timestamp update in cache.
2007-04-30 cantorCopied over mapping and filtering schemas.
2007-03-30 cantorSerializing pointer instead of object.
2007-03-18 cantorMake NameID optional in session.
2007-03-11 cantorFix format handling in resolver, correct DDF looping...
2007-03-05 cantorAdded marker interface for assertion types.
2007-03-03 cantorAllow cache insertion with multiple assertions.
2007-02-19 cantorConvenience method for accessing SP instance.
2007-02-05 cantorAttribute lookup, port ACL code and mainline SP code...
2007-02-04 cantorMove assertions to separate storage records, improve...
2007-02-02 cantorProcess attributes when loading sessions.
2007-02-02 cantorUpdate copyright.
2007-01-31 cantorRevamped cache plugins, buffering on inproc side, write...
2007-01-26 cantorNearly testable draft of storage-based cache, minus...
2007-01-24 cantorShift some SAML intelligence out of cache API, start...
2007-01-22 cantorCombined SAML versions in one session API, implemented...
2007-01-22 cantorFirst draft of session cache API
2007-01-17 cantorStarting to refactor session cache, eliminated IConfig...