SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / handler / impl / SAML2SessionInitiator.cpp
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2015-01-19 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-624
2012-08-20 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-495
2012-08-02 Scott CantorFix leaks in identifier generation
2012-06-05 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-445
2012-04-30 Scott CantorLog requestDelegation with no entity set
2012-02-03 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-352
2012-01-10 Scott CantorBoost changes
2011-10-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-349
2011-09-22 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-394
2011-06-15 Scott CantorChange license header.
2011-06-10 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-371
2011-02-15 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-351
2010-08-16 Scott CantorSkip warning when acsIndex not used.
2010-08-13 Scott CantorInitial draft of protocol bootstrapper, reworked ACS...
2010-08-12 Scott CantorFactor out LogoutInitiator class, simpler API to get...
2010-08-10 Scott CantorAdd protocol family property to protocol handlers,...
2010-05-05 Scott CantorVS10 solution files, convert from NULL macro to nullptr.
2010-03-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-263
2010-01-28 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-274
2009-10-28 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-244
2009-10-11 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-224
2009-09-12 Scott CantorRemap defaultACSIndex property to acsIndex for consistency.
2009-08-12 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-230
2009-08-10 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-227
2009-06-10 Scott CantorChange default for acsByIndex to false.
2009-06-10 Scott CantorAdd delegation request option to auto-insert condition...
2009-03-27 Scott CantorAllow remoting of unsafe strings, and protect encoding...
2009-03-10 Scott CantorRework POST handling to avoid remoting data if handler...
2009-03-06 Jim FoxAdding capability to save and restore posted data throu...
2009-01-27 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-181
2008-09-19 Scott CantorPlug a few memory leaks.
2008-07-10 Scott CantorCPPOST-15 - Adds APIs to support advanced metadata...
2008-06-16 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-116
2008-04-03 Scott CantorGuard against empty RequestedAuthnContext generation.
2008-03-26 Scott CantorFix for SSPCPP-84.
2008-03-12 Scott CantorAdd sslIndex option to override ACS index in metadata...
2008-02-08 Scott CantorChange API to permit session initiators to modify the...
2008-01-28 Scott CantorMove metadata lock outside of else clause.
2008-01-17 Scott CantorChange audience handling and validators to separate...
2007-12-19 Scott CantorPropagate errors if not chained.
2007-12-13 Scott CantorHardwire request settings in SAML 2 initiator.
2007-12-04 Scott CantorLower log level on metadata failures.
2007-11-26 Scott CantorMove session cookie management into session cache.
2007-11-15 Scott CantorClean Solaris build.
2007-11-09 Scott CantorAdd ECP support.
2007-11-08 Scott CantorCollapse entity/role lookup in metadata API.
2007-11-08 Scott CantorConvert role lookups to find_if algorithm.
2007-08-16 Scott CantorSimplify/rename signing and encryption properties.
2007-08-09 Scott CantorLogging category cleanup.
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-07-11 Scott CantorParameterize config namespace for message plugins.
2007-07-04 Scott CantorFactor up message encoding along with credential resolu...
2007-07-03 Scott CantorAdd cache method to find but not remove sessions by...
2007-05-30 Scott CantorMerge in updated Apache POST body code.
2007-05-25 Scott CantorImplement artifact generation, start work on resolution...
2007-05-25 Scott CantorSwitch encoders to metadata-based recipient parameter.
2007-05-21 Scott CantorAdd a RP-based key name to credential lookup.
2007-05-19 Scott CantorNew -lite library and elimination of SAML libraries...
2007-05-08 Scott CantorBetter logging for remoted errors.
2007-05-04 Scott CantorNeed to use SP-specific policy subclass for SOAP client.
2007-05-02 Scott CantorFix reference to providerId.
2007-04-19 Scott CantorAdditional AuthnRequest creation options.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-04-15 Scott CantorDrafts of remoted Shib and SAML2 SessionInitiators.