1. 11 Nov, 2013 3 commits
    • Jim Jagielski's avatar
      Merge r1528718 from trunk: · fe79d791
      Jim Jagielski authored
      mod_dav: Fix PR 55306.
      
      Makes mod_dav no longer require that the lock token be provided when the
      source of a COPY is locked.  The prior behavior was in violating of
      RFC 4918 which says that the lock token is only required on resources
      that may be modified by the method.
      
      * modules/dav/main/mod_dav.h
        (DAV_VALIDATE_NO_MODIFY): New flag to be passed to dav_validate_* functions.
      
      * modules/dav/main/mod_dav.c
        (dav_method_copymove): Use the new flag when calling dav_validate_request()
          on the COPY source.
      
      * modules/dav/main/util.c
        (dav_validate_resource_state): Use the flag to decide to ignore if the lock
          token is not provided.
      
      Submitted by: breser
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1540728 13f79535-47bb-0310-9956-ffa450edef68
      fe79d791
    • Jim Jagielski's avatar
      Merge r834378, r835046, r1040304, r1040373, r1090645, r1294306, r1509872,... · 058a25cd
      Jim Jagielski authored
      Merge r834378, r835046, r1040304, r1040373, r1090645, r1294306, r1509872, r1308862, r1509875 from trunk:
      
      enable support for ECC keys and ECDH ciphers.  Tested against
      OpenSSL 1.0.0b3.  [Vipul Gupta vipul.gupta sun.com, Sander Temme]
      
      
      * Use correct #ifndef's to compile again on openssl 0.9.8 and fix compiler
        warnings.
      
      Noted by: sf
      
      
      Removed unused var.
      
      
      Stop warning, init should be an int.
      
      
      Remove unused variable
      
      
      Initialize EC temporary key on server startup, as for DH and
      RSA. This fixes a race condition that could lead to a crash with threaded
      MPMs.
      
      
      Mention ECC support
      
      Submitted by: sctemme, rpluem, fuankg, drh, sf, sf, sf, jim, sf
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1540727 13f79535-47bb-0310-9956-ffa450edef68
      058a25cd
    • Jim Jagielski's avatar
      Note T&R (possible) this week · 1ec5de16
      Jim Jagielski authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1540725 13f79535-47bb-0310-9956-ffa450edef68
      1ec5de16
  2. 30 Oct, 2013 1 commit
  3. 21 Oct, 2013 1 commit
  4. 20 Oct, 2013 1 commit
  5. 19 Oct, 2013 2 commits
  6. 16 Oct, 2013 2 commits
  7. 13 Oct, 2013 2 commits
  8. 03 Oct, 2013 1 commit
  9. 03 Sep, 2013 1 commit
  10. 21 Aug, 2013 2 commits
  11. 19 Aug, 2013 7 commits
  12. 16 Aug, 2013 2 commits
  13. 12 Aug, 2013 1 commit
  14. 10 Aug, 2013 1 commit
  15. 09 Aug, 2013 1 commit
  16. 08 Aug, 2013 2 commits
  17. 03 Aug, 2013 3 commits
  18. 02 Aug, 2013 1 commit
  19. 27 Jul, 2013 1 commit
  20. 26 Jul, 2013 3 commits
  21. 25 Jul, 2013 2 commits