1. 16 May, 2019 1 commit
  2. 09 May, 2019 3 commits
  3. 27 Apr, 2019 2 commits
  4. 20 Apr, 2019 1 commit
  5. 16 Apr, 2019 2 commits
  6. 14 Apr, 2019 1 commit
  7. 10 Apr, 2019 1 commit
  8. 08 Apr, 2019 1 commit
  9. 07 Apr, 2019 1 commit
  10. 04 Apr, 2019 7 commits
  11. 03 Apr, 2019 1 commit
  12. 02 Apr, 2019 2 commits
  13. 30 Mar, 2019 2 commits
  14. 28 Mar, 2019 4 commits
  15. 27 Mar, 2019 4 commits
  16. 26 Mar, 2019 3 commits
  17. 22 Mar, 2019 1 commit
  18. 21 Mar, 2019 1 commit
  19. 20 Mar, 2019 2 commits
    • Joe Orton's avatar
      Merged x2. · 6102a851
      Joe Orton authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855919 13f79535-47bb-0310-9956-ffa450edef68
      6102a851
    • Joe Orton's avatar
      Merge r1855646, r1855748 from trunk: · 0dcd178c
      Joe Orton authored
      mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.
      
      The SSL dir config of proxy/backend connections is stored in r->per_dir_config
      but those connections have a lifetime independent of the requests they handle.
      
      So we need to allow the external ssl_engine_set() function to reset mod_ssl's
      dir config in between proxy requests, or the first sslconn->dc could be used
      after free for the next requests.
      
      mod_proxy can then reset/reinit the request config when recycling its backend
      connections.
      
      * Solve a chicken and egg problem here:
        We need to have sslconn->dc set correctly when we want to
        init sslconn, but we need to allocate memory for it first.
      
      PR 63256.
      Submitted by: ylavic, rpluem
      Reviewed by: ylavic, jorton, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855918 13f79535-47bb-0310-9956-ffa450edef68
      0dcd178c