1. 06 Jun, 2005 3 commits
  2. 03 Jun, 2005 1 commit
  3. 15 May, 2005 1 commit
  4. 23 Apr, 2005 1 commit
  5. 19 Apr, 2005 1 commit
  6. 18 Apr, 2005 1 commit
  7. 17 Mar, 2005 2 commits
  8. 15 Feb, 2005 1 commit
  9. 11 Feb, 2005 1 commit
    • Joe Orton's avatar
      Move the POSIX reg* implementations into the ap_* namespace; · cd51a734
      Joe Orton authored
      internalise the ap_reg*<->PCRE wrapper:
      
      * configure.in: Add srclib/pcre to the include path.
      
      * include/ap_regex.h: Renamed from include/pcreposix.h.  Prefix all
      constants with AP_; prefix all functions and types with ap_.  Define
      AP_DECLARE to nothing if necessary.  Remove regcomp error codes.
      
      * include/httpd.h: Include ap_regex.h not pcreposix.h.
      (ap_pregcomp, ap_regexec, ap_regfree): s/regex_t/ap_regex_t/.
      (ap_regexec, ap_regerror): Prototypes moved to ap_regex.h.
      
      * server/util.c (regex_cleanup, ap_pregcomp, ap_pregsub, ap_pregfree):
      Adjust for ap_ prefixed types.  (ap_regexec, ap_regerror): Removed.
      
      * server/Makefile.in: Build util_pcre.c.
      
      * server/util_pcre.c: Copied from srclib/pcre/pcreposix.c; remove use
      of PCRE-internals to do error mapping; rename types to add AP_/ap_
      prefixes as above.  Use APR includes.  (ap_regerror): Use apr_snprintf.
      
      * srclib/pcre/Makefile.in: Don't build pcreposix.c into libpcre.la.
      
      * modules/*: Update to use new type and constant names.
      
      PR: 27750 (part one)
      Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@153384 13f79535-47bb-0310-9956-ffa450edef68
      cd51a734
  10. 10 Feb, 2005 1 commit
  11. 09 Feb, 2005 1 commit
  12. 05 Feb, 2005 1 commit
  13. 04 Feb, 2005 1 commit
  14. 14 Jan, 2005 2 commits
  15. 05 Jan, 2005 1 commit
  16. 02 Jan, 2005 1 commit
    • William A. Rowe Jr's avatar
      · ca5747fb
      William A. Rowe Jr authored
        FINALLY Correct ap_http_method()!  It is NOT a method, it's a SCHEME!
      
        Bumped mmn, and ap module cookie, for this function rename.
      
        It's not a deprecation, as ap_http_method would be a lovely function
        name sometime in the future: to determine what the function name implies.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@123882 13f79535-47bb-0310-9956-ffa450edef68
      ca5747fb
  17. 15 Dec, 2004 2 commits
  18. 08 Dec, 2004 1 commit
  19. 07 Dec, 2004 1 commit
  20. 02 Dec, 2004 2 commits
  21. 25 Nov, 2004 1 commit
  22. 21 Nov, 2004 1 commit
  23. 19 Nov, 2004 1 commit
  24. 14 Nov, 2004 1 commit
  25. 10 Nov, 2004 3 commits
  26. 04 Nov, 2004 1 commit
  27. 01 Nov, 2004 1 commit
  28. 13 Oct, 2004 1 commit
  29. 12 Oct, 2004 1 commit
  30. 08 Oct, 2004 1 commit
    • Joe Orton's avatar
      Fix CAN-2004-0885: · fa00e2c2
      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/modules/ssl@105396 13f79535-47bb-0310-9956-ffa450edef68
      fa00e2c2
  31. 30 Sep, 2004 1 commit
  32. 22 Sep, 2004 1 commit