Skip to content
  1. Jun 01, 2009
  2. May 27, 2009
  3. May 25, 2009
  4. May 21, 2009
  5. May 19, 2009
  6. May 14, 2009
  7. May 06, 2009
  8. Apr 23, 2009
  9. Apr 21, 2009
  10. Apr 16, 2009
    • Jeff Trawick's avatar
      mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock). · 4e64121b
      Jeff Trawick authored
      Dynamically allocate the AF_UNIX sockaddr based on the required filename size.
      For some platforms (e.g., Solaris, OS X, FreeBSD), this allows longer
      socket filenames to be used.
      
      When the name is too long, the failure reporting is more consistent and a 
      socket with truncated pathname is not left stranded.  The user still needs
      to use ScriptSock to specify a shorter name.
      
      An extra unlink() failure message may be generated when attempting to clean 
      up the socket after a daemon initialization error; the message is surpressed 
      for ENOTENT, but not for ENAMETOOLONG.
      
      PR: 47037
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765725 13f79535-47bb-0310-9956-ffa450edef68
      4e64121b
  11. Apr 11, 2009
  12. Apr 10, 2009
  13. Apr 08, 2009
  14. Apr 02, 2009
  15. Apr 01, 2009
    • Ruediger Pluem's avatar
      * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable · 738272a3
      Ruediger Pluem authored
        stricter checking of remote server certificates.
      
        (docs/manual/mod/mod_ssl.xml)
          Documentation of SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
        (modules/proxy/mod_proxy_http.c)
          Set the hostname of the request URL as note on the connection.
      
        (modules/ssl/ssl_private.h)
          Add proxy_ssl_check_peer_expire and proxy_ssl_check_peer_cn fields to
          the SSLSrvConfigRec.
      
        (modules/ssl/ssl_engine_config.c)
          Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
        (modules/ssl/ssl_engine_io.c)
          Check whether the remote servers certificate is expired / if there is a
          mismatch between the requested hostanme and the remote server certificates
          CN field.
          Be able to parse ASN1 times.
      
        (modules/ssl/mod_ssl.c)
          Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760866 13f79535-47bb-0310-9956-ffa450edef68
      738272a3
  16. Mar 31, 2009
  17. Mar 30, 2009
  18. Mar 29, 2009
  19. Mar 27, 2009
  20. Mar 26, 2009
  21. Mar 25, 2009
  22. Mar 24, 2009
  23. Mar 23, 2009
  24. Mar 20, 2009
  25. Mar 12, 2009
  26. Mar 04, 2009
  27. Mar 02, 2009
  28. Feb 21, 2009
  29. Feb 12, 2009
  30. Feb 07, 2009
  31. Feb 02, 2009
  32. Feb 01, 2009