Add a redundant safety check to insert
[shibboleth/cpp-sp.git] / shibsp / impl / StorageServiceSessionCache.cpp
2015-01-21 Scott CantorAdd a redundant safety check to insert
2015-01-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-632
2012-10-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-515
2012-10-15 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-447
2012-10-09 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-507
2012-09-29 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-447
2012-08-02 Scott CantorFix leaks in identifier generation
2012-06-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-470
2012-04-12 Scott CantorAdd logging when remoted session lookup fails.
2012-03-29 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-332
2012-03-15 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-400
2012-02-13 Scott CantorRemove extra header
2012-01-10 Scott CantorBoost changes
2012-01-10 Scott CantorBoost code changes
2011-11-09 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-404
2011-10-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-349
2011-10-20 Scott CantorFix log message.
2011-10-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-393
2011-10-10 Scott CantorCheck for overflow in storage APIs.
2011-09-12 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-392
2011-06-15 Scott CantorChange license header.
2010-12-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-327
2010-12-17 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-327
2010-10-25 Scott CantorMake non-cookie option a supplement instead of replacement.
2010-10-24 Scott CantorRemote additional headers based on plugin requirements.
2010-10-20 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-299
2010-10-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-311
2010-07-29 Scott CantorAdd derived per-app timeout to session cache, default...
2010-07-26 Scott CantorRework default behavior when Storage-related plugins...
2010-07-25 Scott CantorSwitch plugin ctors to shortcut methods, and default...
2010-06-08 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-294
2010-05-05 Scott CantorVS10 solution files, convert from NULL macro to nullptr.
2010-04-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-289
2009-10-14 Scott CantorReducing header overuse, non-inlining selected methods...
2009-10-13 Scott CantorReducing header overuse, non-inlining selected methods...
2009-10-11 Scott CantorReducing header overuse, non-inlining selected methods...
2009-10-02 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-27 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-26 Scott CantorReducing header overuse, non-inlining selected methods...
2009-01-06 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-174
2008-08-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-127
2008-07-14 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-122
2008-07-14 Scott CantorSSPCPP-118 - Fix memory leak in insert method.
2008-07-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-121
2008-06-03 Scott CantorAdd expiration when clearing cookie.
2008-06-02 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-93
2008-03-08 Scott CantorAdd protocol to log.
2008-01-27 Scott CantorAvoid any chance of a double lock.
2008-01-17 Scott CantorChange audience handling and validators to separate...
2007-11-26 Scott CantorImprove consistency of cache API methods.
2007-11-26 Scott CantorMove session cookie management into session cache.
2007-11-25 Scott CantorMove request cookie processing down to base class.
2007-11-25 Scott CantorMerge session cache implementations.
2007-11-19 Scott CantorSession dumping handler.
2007-11-15 Scott CantorClean Solaris build.
2007-11-08 Scott CantorCollapse entity/role lookup in metadata API.
2007-10-06 Scott CantorMinimal status handler.
2007-08-06 Scott CantorAdjust default cache timeout based on cache subclass.
2007-08-06 Scott CantorAdd back alias support for attributes.
2007-08-05 Scott CantorRevise attribute APIs to use vectors in place of multimaps.
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-07-17 Scott CantorFirst cut at logout race detection in cache.
2007-07-11 Scott CantorParameterize config namespace for message plugins.
2007-07-07 Scott CantorFirst set of logout base classes and non-building draft...
2007-07-03 Scott CantorAdd cache method to find but not remove sessions by...
2007-06-29 Scott CantorAdjust some cache operations.
2007-06-28 Scott CantorMaintain NameID backmapping in cache.
2007-06-27 Scott CantorChange ownership of attributes input to cache.
2007-06-11 Scott CantorTweak some logging.
2007-05-28 Scott CantorAdd accessor for session ID.
2007-05-28 Scott CantorBypass timestamp update in cache.
2007-04-30 Scott CantorCopied over mapping and filtering schemas.
2007-03-30 Scott CantorSerializing pointer instead of object.
2007-03-18 Scott CantorMake NameID optional in session.
2007-03-11 Scott CantorFix format handling in resolver, correct DDF looping...
2007-03-05 Scott CantorAdded marker interface for assertion types.
2007-03-03 Scott CantorAllow cache insertion with multiple assertions.
2007-02-19 Scott CantorConvenience method for accessing SP instance.
2007-02-05 Scott CantorAttribute lookup, port ACL code and mainline SP code...
2007-02-04 Scott CantorMove assertions to separate storage records, improve...
2007-02-02 Scott CantorProcess attributes when loading sessions.
2007-02-02 Scott CantorUpdate copyright.
2007-01-31 Scott CantorRevamped cache plugins, buffering on inproc side, write...
2007-01-26 Scott CantorNearly testable draft of storage-based cache, minus...
2007-01-24 Scott CantorShift some SAML intelligence out of cache API, start...
2007-01-22 Scott CantorCombined SAML versions in one session API, implemented...
2007-01-22 Scott CantorFirst draft of session cache API
2007-01-17 Scott CantorStarting to refactor session cache, eliminated IConfig...