Skip to content
  1. Jun 06, 2005
  2. Jun 03, 2005
  3. May 15, 2005
  4. Apr 23, 2005
  5. Apr 19, 2005
  6. Apr 18, 2005
  7. Mar 17, 2005
  8. Feb 15, 2005
  9. Feb 11, 2005
    • 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. Feb 10, 2005
  11. Feb 09, 2005
  12. Feb 05, 2005
  13. Feb 04, 2005
  14. Jan 14, 2005
  15. Jan 05, 2005
  16. Jan 02, 2005
    • 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. Dec 15, 2004
  18. Dec 08, 2004
  19. Dec 07, 2004
  20. Dec 02, 2004
  21. Nov 25, 2004
  22. Nov 21, 2004
  23. Nov 19, 2004
  24. Nov 14, 2004
  25. Nov 10, 2004
  26. Nov 04, 2004
  27. Nov 01, 2004
  28. Oct 13, 2004
  29. Oct 12, 2004
  30. Oct 08, 2004
    • 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. Sep 30, 2004
  32. Sep 22, 2004