Add sslIndex option to override ACS index in metadata generation.
[shibboleth/cpp-sp.git] / shibsp /
2008-03-12 Scott CantorAdd sslIndex option to override ACS index in metadata...
2008-03-12 Scott CantorRemove extra lf from decryption logging.
2008-03-08 Scott CantorAdd explicit none option for transport authn.
2008-03-08 Scott CantorAdd protocol to log.
2008-03-08 Scott CantorLog AA endpoint during errors.
2008-03-04 Scott CantorFix log category.
2008-03-04 Scott CantorShift property set logging to its own category.
2008-03-04 Scott CantorDS initiator wasn't registered.
2008-03-03 Scott CantorMake NameID explicitly optional.
2008-02-27 Scott CantorChange log message.
2008-02-13 Scott CantorFix init warning.
2008-02-12 Scott CantorClean up existing handlers a bit.
2008-02-09 Scott CantorForm generator for discovery along with sample form.
2008-02-08 Scott CantorAdd regex support, flags to force transforms and skip...
2008-02-08 Scott CantorForgot to add to makefile.
2008-02-08 Scott CantorChange API to permit session initiators to modify the...
2008-02-06 Scott CantorBug fix, linefeed fix, move keygen to install hook...
2008-02-03 Scott CantorAdd chaining extractor.
2008-02-03 Scott CantorForgot to register chaining resolver plugin.
2008-02-03 Scott CantorProper communication between links in the chain.
2008-01-30 Scott CantorPath resolution for error templates.
2008-01-30 Scott CantorPath resolution for Unix socket.
2008-01-30 Scott CantorOverride default package for path resolution.
2008-01-28 Scott CantorMove metadata lock outside of else clause.
2008-01-27 Scott CantorAvoid any chance of a double lock.
2008-01-23 Scott CantorRenamed signedAssertions.
2008-01-23 Scott CantorRenamed Applications/Application tags.
2008-01-23 Scott CantorMoved logout templates to Errors tag.
2008-01-17 Scott CantorChange audience handling and validators to separate...
2008-01-16 Scott CantorPretty-print metadata before signing.
2008-01-16 Scott CantorEliminate DefaultRelyingParty element.
2008-01-15 Scott CantorAdd http/https flags to explicitly control endpoints.
2008-01-15 Scott CantorRename authnskew.
2008-01-08 Scott CantorLog decrypted objects.
2008-01-03 Scott CantorMove settings from Policy to RelyingParty to allow...
2007-12-29 Scott CantorAdd regex support to acl plugin.
2007-12-29 Scott CantorForgot to apply fix to tokenize around spaces.
2007-12-24 Scott CantorSupport metadata generation in chained handlers.
2007-12-19 Scott CantorAdd return parameter and relay state support to logout...
2007-12-19 Scott CantorProvide client request into template generation, partic...
2007-12-19 Scott CantorCatch errors retrieving session.
2007-12-19 Scott CantorPropagate errors if not chained.
2007-12-17 Scott CantorFix address checking if none supplied.
2007-12-15 Scott CantorWrong key passed to session lookup.
2007-12-15 Scott CantorSkip metadata lookup for non-entity issuer.
2007-12-14 Scott CantorFix namespace so 2.0 assertion issuer is pulled.
2007-12-13 Scott CantorAdd global attribute prefix after filtering/resolution...
2007-12-13 Scott CantorHardwire request settings in SAML 2 initiator.
2007-12-12 Scott CantorAdd logging when unmapped attributes are skipped.
2007-12-06 Scott CantorFix precedence of REMOTE_USER export.
2007-12-04 Scott CantorLower log level on metadata failures.
2007-11-28 Scott CantorPropagate specific errors out when no assertion is...
2007-11-28 Scott CantorHonor redirectToSSL setting in handler dispatcher.
2007-11-26 Scott CantorImprove consistency of cache API methods.
2007-11-26 Scott CantorMove session cookie management into session cache.
2007-11-26 Scott CantorSupport multiple response headers with the same name.
2007-11-25 Scott CantorMove request cookie processing down to base class.
2007-11-25 Scott CantorAdjust logging categories.
2007-11-25 Scott CantorRemove old cache plugin.
2007-11-25 Scott CantorMerge session cache implementations.
2007-11-19 Scott CantorSession dumping handler.
2007-11-17 Scott CantorAdd authnskew property for ForceAuthn enforcement.
2007-11-16 Scott CantorHandle encoded URLs in status handler.
2007-11-15 Scott CantorTest for ctime_r prototype.
2007-11-15 Scott CantorClean Solaris build.
2007-11-15 Scott CantorSolaris port fixes.
2007-11-14 Scott CantorLine separators.
2007-11-14 Scott CantorRework XML directory substitutions to handle xmltooling...
2007-11-14 Scott CantorExport authn instant.
2007-11-09 Scott CantorAdd ECP support.
2007-11-09 Scott CantorInstall SAML 2 handler for PAOS binding.
2007-11-09 Scott CantorHandle signing if no role provided.
2007-11-09 Scott CantorDoc fixes.
2007-11-09 Scott CantorAdd PAOS binding.
2007-11-08 Scott CantorCollapse entity/role lookup in metadata API.
2007-11-08 Scott CantorConvert role lookups to find_if algorithm.
2007-11-04 Scott CantorInstall curl net accessor into Xerces.
2007-11-04 Scott CantorAvoid processing Handler elements as property sets.
2007-10-30 Scott CantorPort up URI sanitizer from branch.
2007-10-27 Scott CantorRevamp error handler to default to redirectable.
2007-10-25 Scott CantorSwitch status code for access denial.
2007-10-24 Scott CantorLog library versions.
2007-10-24 Scott CantorAdd User-Agent header to SOAP messages.
2007-10-22 Scott CantorSwitch exception class, seems to fail on some gcc versions.
2007-10-21 Scott CantorAdd logging when catching unknown errors.
2007-10-21 Scott CantorRemove catch all handlers.
2007-10-21 Scott CantorAdd statusCodes to no IdP error.
2007-10-19 Scott CantorFix crash in localized request maps.
2007-10-19 Scott CantorAdd method to read all properties.
2007-10-18 Scott CantorAdd handlers and keys to status handler.
2007-10-17 Scott CantorMove credential usage enum to Credential class.
2007-10-17 Scott CantorDerive signing flags from config.
2007-10-08 Scott CantorAdd a getType method to handlers to assist with documen...
2007-10-06 Scott CantorMinimal status handler.
2007-10-04 Scott CantorAdded valid-user rule.
2007-10-04 Scott CantorAdded class/decl support to authz plugins, also added...
2007-10-04 Scott CantorAND/OR rules not handling indeterminate result case.
2007-10-03 Scott CantorPrevent duplicate endpoints if bases are manually supplied.
2007-10-02 Scott CantorIdP-initiated NameID management w/ back-channel notific...
2007-10-02 Scott CantorMemory leak of decrypted NameID.
next