Doc updates.
[shibboleth/cpp-sp.git] / shibsp /
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.
2007-09-30 Scott CantorAttempt at a metadata generation handler.
2007-09-17 Scott CantorRefactor assertion extraction into handlers.
2007-09-13 Scott CantorReorder and refine some error handling.
2007-09-13 Scott CantorReorder and refine some error handling.
2007-09-13 Scott CantorUpdate version resources.
2007-09-13 Scott CantorUpdate version resources.
2007-09-13 Scott CantorAllow request map to supply entityID.
2007-09-12 Scott CantorFirst version of resolvertest utility.
2007-09-07 Scott CantorAdd Handler feature for config.
2007-09-07 Scott CantorAdd Handler feature for config.
2007-09-05 Scott CantorFix log message.
2007-09-04 Scott CantorMissing cleanup code.
2007-08-31 Scott CantorAdd "safe" query string support to mapper.
2007-08-21 Scott CantorRe-revision of metadata attribute support.
2007-08-21 Scott CantorMove to a "prefixed" model for metadata attributes...
2007-08-21 Scott CantorRemove old files.
2007-08-20 Scott CantorMerge pushed attributes into resolution context.
2007-08-20 Scott CantorMove all attribute work into base class.
2007-08-16 Scott CantorAdd "sender" to SOAP APIs to avoid reuse of connections...
2007-08-16 Scott CantorDuh, signing was already implemented.
2007-08-16 Scott CantorSigning/encryption support.
2007-08-16 Scott CantorSimplify/rename signing and encryption properties.
2007-08-15 Scott CantorFix for empty response.
2007-08-10 Scott CantorFavor ResponseLocation in metadata.
2007-08-09 Scott CantorFix an extra lock call during logout.
2007-08-09 Scott CantorAdd missing exception declaration.
2007-08-09 Scott CantorLogging category cleanup.
2007-08-09 Scott CantorSync up with policy API changes.
2007-08-07 Scott CantorOptions for per-content error handling.
2007-08-06 Scott CantorDetect socket closure.
2007-08-06 Scott CantorAdjust default cache timeout based on cache subclass.
2007-08-06 Scott CantorCorrect use of auto_ptr.
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-08-03 Scott CantorChange second log line to match the other.
2007-08-03 Scott CantorOptimize entity encoding of strings.
2007-08-03 Scott CantorWire up transport options to SOAP stack.
2007-08-02 Scott CantorTurn off chunking by default.
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-07-30 Scott CantorReword log message.
2007-07-25 Scott CantorTemporary fix for UTF-8 bug. Need to redo this somehow...
2007-07-24 Scott CantorHostRegex and PathRegex support in request map.
2007-07-24 Scott CantorAdjust log categories.
2007-07-23 Scott CantorAllow absolute URL in exportLocation.
2007-07-22 Scott CantorComment cleanups.
2007-07-18 Scott CantorFix for SSPCPP-18
2007-07-17 Scott CantorFirst cut at logout race detection in cache.
2007-07-16 Scott CantorFix attribute leak, forgot to fix after changing cache...
2007-07-12 Scott CantorMake sure logout notification only happens in one handler.
2007-07-11 Scott CantorWas setting content type twice.
2007-07-11 Scott CantorChoose query type based on session. May add more option...
2007-07-11 Scott CantorParameterize config namespace for message plugins.
2007-07-10 Scott CantorFix SAML error checker.
next