Draft of 2.0 config schema/file, removed legacy support, validate config.
[shibboleth/cpp-sp.git] / isapi_shib / isapi_shib.cpp
2007-02-11 Scott CantorDraft of 2.0 config schema/file, removed legacy support...
2007-02-06 Scott CantorMove config logic into an "XML" SP plugin, divorce...
2007-02-05 Scott CantorAttribute lookup, port ACL code and mainline SP code...
2007-02-02 Scott CantorUpdate copyright.
2007-01-18 Scott CantorMigrated ShibTarget logic into ServiceProvider base.
2007-01-15 Scott CantorNext refactoring stage, STPriv class gone, most of...
2007-01-14 Scott CantorRemoved ShibTarget members.
2007-01-13 Scott CantorLarge reorg of shibsp lib, new SPRequest API, ported...
2007-01-06 Scott CantorOld config class ported, all config files now loading...
2007-01-02 Scott CantorNext integration phase, metadata and trust conversion.
2006-12-27 Scott CantorMove Shib constants to new lib, fixed symbol conflicts.
2006-12-26 Scott CantorMoved property set classes to new library.
2006-12-22 Scott CantorStarting migration to new SP library
2006-12-20 Scott CantorMore lib migration, purged old thread/error template...
2006-11-30 Scott CantorPull in Apache 2.2 module.
2006-10-02 Scott CantorSmall tweak to exception handler.
2006-06-16 Scott CantorAdd option to set unset headers to fixed value.
2006-01-02 Scott CantorSupport for new CGI data handling methods.
2005-12-30 Scott CantorFor now, stop using Windows log for errors.
2005-11-08 Scott CantorProperly clear REMOTE_USER mapping.
2005-11-08 Scott CantorProperly clear REMOTE_USER mapping.
2005-09-13 Scott CantorTrap known exceptions during request config processing.
2005-09-13 Scott CantorTrap known exceptions during request config processing.
2005-08-13 Scott CantorFixed a warning.
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...