1. 16 Jun, 2004 1 commit
    • Joe Orton's avatar
      Backport mod_cgi "CGI bucket" changes: · c9e4ec04
      Joe Orton authored
        * modules/generators/mod_cgi.c (log_script_err): Return a read error.
        (cgi_bucket_create, cgi_bucket_dup, cgi_read_stdout, cgi_bucket_read):
        New functions.
        (cgi_handler): Use new CGI bucket rather than a pipe bucket if
        APR_FILES_AS_SOCKETS; use zero read timeout from stdout/stderr during
        script execution.
      
        * modules/generators/mod_cgi.c (cgi_handler): Combine common code
        between nph and non-nph handling; use a CGI bucket for both cases if
        APR_FILES_AS_SOCKETS.
      
        * modules/generators/mod_cgi.c (cgi_handler): Soak up stderr from nph-
        scripts correctly.
      
      PR: 18348, 22030
      Submitted by: Joe Orton, Jeff Trawick
      Reviewed by: Joe Orton, Jeff Trawick, Jean-Jacques Clar
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103968 13f79535-47bb-0310-9956-ffa450edef68
      c9e4ec04
  2. 15 Jun, 2004 1 commit
  3. 14 Jun, 2004 2 commits
  4. 13 Jun, 2004 1 commit
  5. 12 Jun, 2004 2 commits
  6. 11 Jun, 2004 11 commits
  7. 10 Jun, 2004 1 commit
  8. 09 Jun, 2004 4 commits
  9. 08 Jun, 2004 1 commit
  10. 07 Jun, 2004 3 commits
    • Joe Orton's avatar
      Backport from HEAD: · ebb2d511
      Joe Orton authored
        * modules/dav/fs/repos.c (dav_fs_create_collection): Give a 409 rather
        than a 403 if apr_dir_make fails with ENOENT.
      
        * modules/dav/main/mod_dav.c (dav_method_put): Fix segfault
        in auto-versioning error handling path.
      
      PR: 29034, 29148
      Reviewed by: Jeff Trawick, Andr�� Malo
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103869 13f79535-47bb-0310-9956-ffa450edef68
      ebb2d511
    • Joe Orton's avatar
      Backport from HEAD: · 770fbfd6
      Joe Orton authored
        * modules/filters/mod_deflate.c (deflate_out_filter): Destroy buckets
        immediately after they are used so that memory consumption is not
        proportional to the size of the response.
      
      PR: 29318
      Reviewed by: Jeff Trawick, Andr�� Malo
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103868 13f79535-47bb-0310-9956-ffa450edef68
      770fbfd6
    • Joe Orton's avatar
      Backport from HEAD: · 41f59653
      Joe Orton authored
        * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer
        overflow in FakeBasicAuth code if client's subject DN exceeds 6K in
        length (CVE CAN-2004-0488); switch to using apr-util base64 encoder
        functions.
      
        * modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSL
        error stack contents if engine load/init fails.
      
        * modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to print
        an unsigned long.
      
        * modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_log_annotation,
        ssl_log_ssl_error): const-ify annotation strings and simplify
        ssl_log_annotation.
      
      Reviewed by: Andr�� Malo, Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103867 13f79535-47bb-0310-9956-ffa450edef68
      41f59653
  11. 06 Jun, 2004 4 commits
  12. 03 Jun, 2004 3 commits
  13. 02 Jun, 2004 3 commits
  14. 01 Jun, 2004 3 commits