Remove check for RSA algorithm, block duplicate check of root signature.
[shibboleth/cpp-sp.git] / shib-target /
2007-10-30 Scott CantorFix for jsessionid bug.
2007-10-30 Scott CantorLogging improvements, especially around trust operations.
2007-10-30 Scott CantorRemove useless logging and private class.
2007-10-24 Scott CantorLog library versions.
2007-10-24 Scott CantorAdd User-Agent header to SOAP messages.
2007-10-24 Scott CantorEnsure outgoing errors are logged.
2007-10-11 Scott CantorConvert ENDLINE refs to eol.
2007-09-21 Scott CantorReduce catch all handlers, and make them optional.
2007-09-16 Scott CantorUp library versions.
2007-09-15 Scott CantorPreparing for 1.3.1 version.
2007-09-04 Scott CantorBackport PathRegex support, can't do queries.
2007-09-04 Scott CantorRename openssl import libs.
2007-08-08 Scott CantorBackport logging changes.
2007-06-07 Scott CantorLibrary updates.
2007-05-15 Scott CantorFix bug SSPCPP-3
2006-12-29 Scott CantorCorrect excessive looping for type 2.
2006-11-30 Scott CantorHandle high-range characters when URL encoding.
2006-11-30 Scott CantorDetect invalid resource URLs.
2006-11-29 Scott CantorFix for bug 593, add leading slash to handlers.
2006-10-17 Scott CantorNon-threadsafe call to ctime()
2006-10-02 Scott CantorFix for bug 436
2006-10-02 Scott CantorDetect invalid hex in encoded characters.
2006-10-02 Scott CantorMove past decoded bytes in path
2006-10-02 Scott CantorConst fix.
2006-10-02 Scott CantorSecond fix for bug 574, handle query string properly.
2006-10-02 Scott CantorFix for bug 574
2006-09-12 Scott CantorUpdated build for renamed openssl libs.
2006-08-25 Scott CantorHandle resource->handler computation when path is empty.
2006-08-21 Scott CantorFixed exception parameter string.
2006-06-16 Scott CantorAdd option to set unset headers to fixed value.
2006-04-12 Scott CantorBetter crash diagnostics on DEBUG
2006-03-27 Scott CantorAdded redirectToSSL option to block non-SSL access.
2006-03-24 Scott CantorFixed additional warnings.
2006-02-23 Scott CantorMove attribute factory handling to one-time startup...
2006-01-05 Scott CantorRemoved some extraneous logging to cerr.
2006-01-05 Scott CantorSession retrieval uses consistentAddress property to...
2006-01-05 Scott CantorAdded additional chars to encoder
2005-12-27 Scott CantorAdd HTML entity replacement when running templates.
2005-12-27 Scott CantorAdd additional encoded chars.
2005-11-08 Scott CantorFix for Solaris. 1.3b
2005-10-31 Scott CantorNested paths were skipping rest of children.
2005-10-31 Scott CantorAllow slashes in path names, fix bugs in handling neste...
2005-10-24 Scott CantorFixed inheritance of authz plugins.
2005-10-23 Scott CantorFixed inheritance of handler definitions.
2005-10-19 Scott CantorAdded ADFS_SSO constant.
2005-10-19 Scott CantorFix underflow bug when checking empty response validity.
2005-10-15 Scott CantorInclude spaces in URL encoding.
2005-09-01 Scott CantorFix for secadv 20050901 to clear headers in all authTyp...
2005-08-09 Scott CantorFactor log member out of cache entries.
2005-07-21 Scott CantorStop loading overrides into default application.
2005-07-20 Scott CantorReduce exceptions thrown under "ordinary" conditions.
2005-07-19 Scott CantorRemoving stale code.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-07-10 Scott CantorChanged default paths.
2005-07-08 Scott CantorLogout handler wasn't adding cookieProps to value.
2005-07-05 Scott CantorBlock signing SAML 1.0 requests, stop propagating Inval...
2005-07-04 Scott CantorFurther relax setAuthn for reuse of HTTP connections.
2005-07-04 Scott CantorLog adjustments.
2005-07-01 Scott CantorUpdated to xsec 1.2, converted to new HTTP Hook.
2005-06-27 Scott CantorFixed authn check when https connections are reused.
2005-06-27 Scott CantorMove key generation inside try/catch.
2005-06-25 Scott CantorSkip authn assertions when checking expiration.
2005-06-24 Scott CantorEnable user-specified signing algorithms.
2005-06-24 Scott CantorHide signing/hashing algorithm constants from callers.
2005-06-23 Scott CantorHandle null TARGET value.
2005-06-22 Scott CantorRequire signing if binding is unauthenticated.
2005-06-22 Scott CantorNew artifact mapper, handles signing, multiple endpoints.
2005-06-22 Scott CantorForgot to store off pointers.
2005-06-21 Scott CantorHandle missing NameID Format.
2005-06-16 Scott CantorAvoid logging query attempts during no-retry interval.
2005-06-16 Scott CantorLower log level.
2005-06-15 Scott CantorWas treating port integer as a char.
2005-06-14 Scott CantorFix overeager exception while detecting for retry.
2005-06-13 Scott CantorSun compiler type safety.
2005-05-30 Scott CantorBetter logging of empty response data.
2005-05-27 Scott CantorHandle getting session data properly in the different...
2005-05-23 Scott CantorCheck for null objects when fetching session.
2005-05-21 Scott CantorUpdated copyrights.
2005-05-20 Scott CantorChop a few headers
2005-05-20 Scott CantorRebuild response with proper version.
2005-05-19 Scott CantorWrong type in replay cache.
2005-05-18 Scott CantorAdded option to register schemas only on 1.1 pool.
2005-05-18 Scott CantorNamespace qualified MinorVersion property.
2005-05-18 Scott CantorSessionInitiator should look for Shib protocol URI
2005-05-18 Scott CantorAdded (hopefully) simultaneous 1.0/1.1 support.
2005-05-18 Scott CantorAdded (hopefully) simultaneous 1.0/1.1 support.
2005-05-18 Scott CantorAdded (hopefully) simultaneous 1.0/1.1 support.
2005-05-17 Scott CantorReworked profile handlers outside of core library.
2005-05-17 Scott CantorCheck for mailto: before saving address property.
2005-05-17 Scott CantorCorrected CDC implementation to match mistakes in SAML...
2005-05-17 Scott CantorTrap errors when building some plugins
2005-05-04 Scott CantorHandle non-existent creds.
2005-05-02 Scott CantorFix up sources
2005-05-02 Scott CantorAdd base constructor call
2005-05-02 Scott CantorBad counter variable.
2005-05-02 Scott CantorRefactored remote API into IListener
2005-05-01 Scott CantorAdd AttributeFactory and DiagnosticService elements.
2005-04-27 Scott CantorCheck for null group names.
2005-04-27 Scott CantorOnly log printable data.
2005-04-25 Scott CantorAdded logging of attribute names.
next