https://issues.shibboleth.net/jira/browse/SSPCPP-255
[shibboleth/cpp-sp.git] / isapi_shib / isapi_shib.cpp
2009-11-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-255 origin/maint-1.3 1.3.5
2009-06-21 Scott CantorISAPI fixes. 1.3.2
2009-04-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-202
2008-03-27 Scott CantorFix for SSPCPP-87.
2008-01-09 Scott CantorFix username logging.
2007-10-20 Scott CantorFix name of exception control setting.
2007-09-21 Scott CantorReduce catch all handlers, and make them optional.
2007-09-14 Scott CantorWasn't setting cookies during full page responses.
2007-09-14 Scott CantorMissing case where path info is empty.
2007-06-07 Scott CantorSpoof detection.
2007-01-18 Scott CantorDeleted extraneous variables.
2006-10-02 Scott CantorSmall tweak to exception handler.
2006-06-16 Scott CantorAdd option to set unset headers to fixed value.
2005-12-30 Scott CantorFor now, stop using Windows log for errors.
2005-11-08 Scott CantorProperly clear REMOTE_USER mapping.
2005-09-13 Scott CantorTrap known exceptions during request config processing.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-07-01 Scott CantorUpdated to xsec 1.2, removed dead code.
2005-05-02 Scott CantorSplit init logging.
2005-04-16 Scott CantorSplit up logging code.
2005-04-15 Scott CantorAPI consolidation around ShibTarget class
2005-04-14 Scott CantorSome API refactoring
2005-04-06 Scott CantorNew endpoint management and refactored profile methods.
2005-04-02 Scott CantorReduce Windows logging.
2005-04-01 Scott CantorInterim fix to handle HTTP codes.
2005-04-01 Scott CantorConvert more strings to references.
2005-03-31 Scott CantorAdded Site Alias capability for vhosts, missing cookie...
2005-03-29 Scott CantorConsolidated exception and status handling into a singl...
2005-03-17 Scott CantorNull pointer bug.
2005-03-17 Scott CantorChanged name of config section.
2005-03-17 Scott CantorRenamed some config features/elements.
2005-02-08 Scott CantorNew profile API, consolidated RPCs, simplified cache.
2005-01-26 Derek AtkinsNot all modules can call doHandlePOST() from doCheckAut...
2005-01-26 Derek AtkinsImplement filter and extension modules using new APIs.
2005-01-26 Derek AtkinsImplement the ISAPI Extension callbacks.
2005-01-26 Derek AtkinsImplement the ISAPI Filter callbacks.
2004-11-04 Scott CantorPatched filter redirects to match extension redirects.
2004-10-27 Scott CantorFixed broken scheme computation in extension
2004-10-27 Scott CantorClarified an error message.
2004-08-22 Scott CantorPort 1.2 branch fixes
2004-06-11 Scott CantorNeed CRLF pair when sending headers back from filter.
2004-05-28 Scott CantorSmall improvement to detect bad shireURL settings.
2004-04-28 Scott CantorForgot to change constant.
2004-04-27 Scott CantorIIS fix to properly handle URL c14n
2004-04-26 Scott CantorAdjusted ACL API to take authn statement as well as...
2004-04-26 Scott CantorAdded logging config as a distinct feature
2004-04-23 Scott CantorFactor out some of the cookie name handling.
2004-04-19 Scott CantorAdded export of NameIdentifier.
2004-04-15 Scott CantorExtended MLP to support arbitrary tag subbing from...
2004-04-12 Scott CantorMoved NameIdentifier out of Subject.
2004-03-25 Scott CantorFixes to error handling, attribute export.
2004-03-22 Scott CantorRevise module for new APIs, lazy sessions.
2004-02-04 Scott CantorRemoved RPCHandle code.
2004-02-02 Scott CantorAdded time and providerId params on redirect
2004-01-17 Scott CantorRedesigned target around URL->application mapping
2003-07-30 Scott CantorWas overwriting session id with address.
2003-07-30 Scott CantorFixed problem with buffer reuse, set MIME type on errors.
2003-07-22 Scott CantorAdded a bit of logging.
2003-07-09 Scott CantorAdded catch(...) handler.
2003-07-09 Scott CantorWorking version.
2003-07-07 Scott CantorAdded POST handler as an ISAPI extension.
2003-07-06 Scott CantorRewritten filter based on 1.0 APIs, still missing POST...
2002-09-09 Scott CantorAdded extensive logging, mapper now uses an internal...
2002-09-03 Scott CantorInitial version, based on a hybrid of alpha 2.5 and...