Skip to content
  1. Jan 12, 2004
  2. Jan 08, 2004
  3. Jan 01, 2004
  4. Dec 15, 2003
  5. Dec 12, 2003
  6. Nov 26, 2003
  7. Nov 25, 2003
  8. Nov 16, 2003
  9. Oct 30, 2003
  10. Oct 23, 2003
  11. Oct 22, 2003
  12. Sep 22, 2003
  13. Sep 10, 2003
  14. Sep 08, 2003
  15. Sep 03, 2003
  16. Aug 29, 2003
  17. Aug 12, 2003
  18. Aug 08, 2003
  19. Aug 07, 2003
  20. Aug 05, 2003
  21. Jul 24, 2003
  22. Jul 21, 2003
  23. Jul 14, 2003
  24. Jul 09, 2003
  25. Jun 24, 2003
  26. Jun 20, 2003
  27. Jun 17, 2003
    • William A. Rowe Jr's avatar
      · 425651c3
      William A. Rowe Jr authored
        Reaction to Jeff Trawick's observations that we are double-initializing
        dynalinked OpenSSL Engines and Configs.  Move the library teardown code
        so that it is torn down in the proper order, corresponding to when the
        library itself was initialized.  And leave a little reminder that some
        memory diagnostics would be good if OpenSSL is built for malloc debugging.
      
      Suggested by: Geoff Thorpe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100288 13f79535-47bb-0310-9956-ffa450edef68
      425651c3
  28. Jun 11, 2003
  29. Jun 07, 2003
    • Jeff Trawick's avatar
      Unix: Handle permissions settings for flock-based mutexes in · b149b152
      Jeff Trawick authored
      unixd_set_global|proc_mutex_perms().  Allow the functions to be
      called for any type of mutex.
      
      This resolves a fatal problem with mod_rewrite on systems where
      APR uses flock-based mutex.
      
      It simplifies mod_ssl as well, which had special logic to perform
      the chown().  It fixed an init error with mod_ssl on systems where
      flock is used when the user had no SSLMutex directive.
      
      The Unix MPMs continue to call unixd_set_global|proc_mutex_perms()
      only for SysV sems.  There is no permission problem with flock-based
      accept mutexes since the child init logic for the MPMs is done
      prior to switching identity.
      
      PR:              20312
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100189 13f79535-47bb-0310-9956-ffa450edef68
      b149b152