1. 23 Feb, 2015 2 commits
  2. 22 Feb, 2015 1 commit
  3. 28 Jan, 2015 2 commits
  4. 22 Jan, 2015 2 commits
  5. 19 Jan, 2015 4 commits
  6. 15 Jan, 2015 3 commits
  7. 14 Jan, 2015 7 commits
  8. 12 Jan, 2015 10 commits
  9. 09 Jan, 2015 3 commits
  10. 17 Dec, 2014 1 commit
  11. 16 Dec, 2014 1 commit
    • Jim Jagielski's avatar
      Merge r1641077, r1641095 from trunk: · 610b4763
      Jim Jagielski authored
      mod_ssl: Fix recognition of OCSP stapling responses that are encoded
               improperly or too large.
      
      The one byte "ok" flag stored with the response was accounted for in
      the wrong condition.
      
      
      follow up to r1641077: 
      
      one bug was traded for another in r1641077; track the response
      length and the cached object length separately to avoid such
      confusion
      
      Submitted by: trawick
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1645935 13f79535-47bb-0310-9956-ffa450edef68
      610b4763
  12. 14 Dec, 2014 1 commit
  13. 05 Dec, 2014 1 commit
  14. 02 Dec, 2014 2 commits
    • Jim Jagielski's avatar
      Merge r1642499 from trunk: · 3f1693d5
      Jim Jagielski authored
        *) SECURITY: CVE-2014-8109 (cve.mitre.org)
           mod_lua: Fix handling of the Require line when a LuaAuthzProvider is
           used in multiple Require directives with different arguments.
           PR57204 [Edward Lu <Chaosed0 gmail.com>]
      
      Submitted By: Edward Lu
      Committed By: covener
      
      
      Submitted by: covener
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642861 13f79535-47bb-0310-9956-ffa450edef68
      3f1693d5
    • Jim Jagielski's avatar
      Merge r1635645 from trunk: · e0a66246
      Jim Jagielski authored
      mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
      determine whether it is a normal close or a real error. PR 57168.
      
      Abort the client or backend connection on polling errors, but don't forcibly
      abort the client side at the end (the core filters will do that otherwise
      when necessary), so that lingering close and SSL shutdown can occur on normal
      close.
      
      Submitted by: ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642857 13f79535-47bb-0310-9956-ffa450edef68
      e0a66246