1. 10 Oct, 2004 1 commit
  2. 08 Oct, 2004 1 commit
    • Joe Orton's avatar
      Fix CAN-2004-0885: · d107d7d6
      Joe Orton authored
      * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
      correct cipher suite has been negotiated, else deny access.
      
      * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
      0.9.7, prevent session resumption during a renegotiation to force the
      client to negotiate a new (and acceptable) cipher suite.
      
      Submitted by: Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105396 13f79535-47bb-0310-9956-ffa450edef68
      d107d7d6
  3. 04 Oct, 2004 1 commit
  4. 03 Oct, 2004 2 commits
  5. 02 Oct, 2004 1 commit
  6. 29 Sep, 2004 1 commit
  7. 28 Sep, 2004 3 commits
    • Justin Erenkrantz's avatar
      Try to correctly follow RFC 2616 13.3 on validating stale cache responses by · 3a37af26
      Justin Erenkrantz authored
      teaching mod_cache's cache_select_url and cache_save_filter how to deal with
      this corner case.
      
      * modules/experimental/cache_storage.c
        (cache_select_url): If we have a stale entry, save the handle so that
        cache_save_filter can use it later, and make the request conditional.
      * modules/experimental/cache_util.c
        (ap_cache_request_is_conditional): Take in a table rather than request_rec.
      * modules/experimental/mod_cache.c
        (cache_out_filter): Fix bogus comment.
        (cache_save_filter): If we have already responded to the client, block all
        data; correctly merge in 'stale' handles that are not really stale; set
        r->status where appropriate; serve cached response if 'fresh'
      * modules/experimental/mod_cache.h
        (cache_info): Add a status field.
        (cache_request_rec): Add stale handle field and note we may block responses.
        (ap_cache_request_is_conditional): Update prototype.
      * modules/experimental/mod_disk_cache.c
        (store_headers): Use cache_info status instead of r->status.
      * modules/experimental/mod_mem_cache.c
        (recall_headers): Properly recall the status field.
        (store_headers): Store the status field via cache_info status.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105322 13f79535-47bb-0310-9956-ffa450edef68
      3a37af26
    • Justin Erenkrantz's avatar
      mod_disk_cache: Do not store aborted content. · 30aa9ac5
      Justin Erenkrantz authored
      PR: 21492
      Submitted by:	R�diger Pl�m <r.pluem t-online.de>
      Reviewed by:	Justin Erenkrantz
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105317 13f79535-47bb-0310-9956-ffa450edef68
      30aa9ac5
    • Justin Erenkrantz's avatar
      mod_disk_cache: Correctly store cached content type. · e90ce9ce
      Justin Erenkrantz authored
      PR: 30278
      Submitted by:	R�diger Pl�m <r.pluem t-online.de>
      Reviewed by:	Justin Erenkrantz
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105315 13f79535-47bb-0310-9956-ffa450edef68
      e90ce9ce
  8. 24 Sep, 2004 2 commits
  9. 23 Sep, 2004 1 commit
  10. 22 Sep, 2004 1 commit
  11. 21 Sep, 2004 2 commits
  12. 20 Sep, 2004 1 commit
  13. 19 Sep, 2004 2 commits
  14. 18 Sep, 2004 3 commits
  15. 17 Sep, 2004 2 commits
  16. 05 Sep, 2004 1 commit
  17. 04 Sep, 2004 1 commit
  18. 03 Sep, 2004 1 commit
  19. 02 Sep, 2004 3 commits
  20. 01 Sep, 2004 2 commits
  21. 28 Aug, 2004 2 commits
  22. 27 Aug, 2004 5 commits
  23. 26 Aug, 2004 1 commit