https://issues.shibboleth.net/jira/browse/SSPCPP-255
[shibboleth/cpp-sp.git] / apache / mod_apache.cpp
2009-11-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-255 origin/maint-1.3 1.3.5
2009-06-12 Scott CantorBackport spoof key mechanism to prevent false alarms.
2008-11-25 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-168
2007-10-30 Scott CantorLogging improvements, especially around trust operations.
2007-09-21 Scott CantorReduce catch all handlers, and make them optional.
2007-08-07 Scott CantorSync to trunk.
2007-07-12 Scott CantorBackport filtering fixes for cookie setting problem.
2007-06-12 Scott CantorUpdate makefiles, backport I/O changes.
2007-06-04 Scott CantorReapply accidentally lost changes
2007-06-04 Scott CantorAdd default-on spoof checking feature to Apache.
2007-05-21 Scott CantorBackport chunked encoding fix.
2007-04-04 Scott CantorCan't overlap headers or we'll break multiple Set-Cookies.
2007-03-13 Scott CantorFix log message.
2007-01-13 Scott CantorSet cookie for error and normal responses when deferrin...
2006-12-18 Jim FoxSimplify the fixup handler
2006-12-16 Jim FoxSet module to use output filters where available.
2006-06-16 Scott CantorFinished option to set unset headers to fixed value...
2006-06-15 Scott CantorFix for secadv 20060615 to set empty headers and not...
2006-04-04 Scott CantorAdded Apache 2.2 project files
2006-03-28 Scott CantorAllow non-user aliases to map to REMOTE_USER
2006-03-27 Scott CantorAdded redirectToSSL option to block non-SSL access.
2006-03-24 Scott CantorFixed additional warnings.
2005-11-09 Scott CantorFixed new Apache 1 commands.
2005-09-21 Scott CantorBetter log message for valid-user rule failure with...
2005-09-13 Scott CantorTrap known exceptions during request config processing.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-06-16 Scott CantorCorrected Apache commands.
2005-06-13 Scott CantorSun compiler type safety.
2005-05-27 Scott CantorBlock access for valid-user if no session provided.
2005-05-02 Scott CantorChanged authz API to take a session cache entry
2005-04-24 Scott CantorFixed template references.
2005-04-24 Scott CantorChange default mapper type to "Native".
2005-04-16 Scott CantorStreamline request map plugin, unify authType/requestSe...
2005-04-15 Scott CantorAPI consolidation around ShibTarget class
2005-04-14 Scott CantorSome API refactoring
2005-04-06 Scott CantorWrong table function used.
2005-04-06 Scott CantorNew endpoint management and refactored profile methods.
2005-04-02 Scott CantorSupport multiple set-cookie calls.
2005-04-01 Scott CantorInterim fix to handle HTTP codes.
2005-04-01 Scott CantorConvert more strings to references.
2005-03-31 Scott CantorEliminated some extra string wrapping.
2005-03-29 Scott CantorShibRequireAll must be 1 to set flag true.
2005-03-29 Scott CantorLog message fix.
2005-03-29 Scott CantorConsolidated exception and status handling into a singl...
2005-03-17 Scott CantorRenamed some config features/elements.
2005-02-08 Scott CantorNew profile API, consolidated RPCs, simplified cache.
2005-02-05 Derek AtkinsHandle apache-1.3 ap_set_file_slot() api.
2005-02-04 Derek Atkinsreturn "DECLINE_CMD" when we process the AuthGroupFile...
2005-01-29 Scott CantorRemove legacy APIs and stubbed methods.
2005-01-26 Derek AtkinsNot all modules can call doHandlePOST() from doCheckAut...
2005-01-26 Scott CantorSmall fix to bool warning, plus a missing variable...
2005-01-25 Derek AtkinsImplement generic HTAccess and doCheckAuthZ()
2005-01-25 Derek AtkinsCheckpoint: Apache Module using new ShibTarget class.
2004-08-13 Scott CantorAdd a timeout reset to 1.3 module, emulating other...
2004-07-22 Scott CantorAdding case sensitivity flag to htaccess processing
2004-05-28 Scott CantorSmall improvement to detect bad shireURL settings.
2004-05-10 Scott CantorSwitched to child_init hook for startup on Apache 2
2004-05-09 Scott CantorApache header conflict on Solaris 9
2004-04-27 Scott CantorBetter handling of default port when scheme is overridden
2004-04-27 Scott CantorAdded a ShibURLScheme server command
2004-04-26 Scott CantorAdjusted ACL API to take authn statement as well as...
2004-04-26 Scott CantorWasn't compiling on Apache 1.3
2004-04-26 Derek AtkinsAdd some debugging info in mod_apache to see where...
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-14 Scott Cantorcorrected some log messages
2004-04-12 Scott CantorMoved NameIdentifier out of Subject.
2004-04-03 Scott CantorRemoved dual config mode.
2004-04-02 Scott CantorAdded require Shibboleth rule, fixed valid-user, and...
2004-04-01 Derek AtkinsAdd a comment to revisit a difference between this...
2004-04-01 Derek AtkinsReduce code duplication -- move the headers into the...
2004-04-01 Scott CantorMoved our headers into the per-version files above...
2004-03-31 Derek AtkinsBuild apache modules from a common source.