1. 01 Jun, 2009 1 commit
  2. 27 May, 2009 1 commit
  3. 25 May, 2009 1 commit
  4. 21 May, 2009 1 commit
  5. 19 May, 2009 1 commit
  6. 14 May, 2009 2 commits
  7. 06 May, 2009 1 commit
  8. 23 Apr, 2009 1 commit
  9. 21 Apr, 2009 2 commits
  10. 16 Apr, 2009 1 commit
    • 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. 11 Apr, 2009 1 commit
  12. 10 Apr, 2009 1 commit
  13. 08 Apr, 2009 1 commit
  14. 02 Apr, 2009 2 commits
  15. 01 Apr, 2009 1 commit
    • 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. 31 Mar, 2009 1 commit
  17. 30 Mar, 2009 3 commits
  18. 29 Mar, 2009 1 commit
  19. 27 Mar, 2009 1 commit
  20. 26 Mar, 2009 1 commit
  21. 25 Mar, 2009 1 commit
  22. 24 Mar, 2009 1 commit
  23. 23 Mar, 2009 1 commit
  24. 20 Mar, 2009 1 commit
  25. 12 Mar, 2009 1 commit
  26. 04 Mar, 2009 1 commit
  27. 02 Mar, 2009 4 commits
  28. 21 Feb, 2009 1 commit
  29. 12 Feb, 2009 1 commit
  30. 07 Feb, 2009 1 commit
  31. 02 Feb, 2009 1 commit
  32. 01 Feb, 2009 1 commit