marc | 1 Jul 2002 05:08
Picon
Favicon

cvs commit: httpd-docs-1.3/htdocs/manual/misc fin_wait_2.html

marc        2002/06/30 20:08:22

  Modified:    htdocs/manual/misc fin_wait_2.html
  Log:
  Remove my address for sending comments to, since comments are no longer
  of any real use.

  While I'm at it, fix some misformatting that was apparently introduced
  when converting it to XHTML.

  Revision  Changes    Path
  1.19      +2 -13     httpd-docs-1.3/htdocs/manual/misc/fin_wait_2.html

  Index: fin_wait_2.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/fin_wait_2.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- fin_wait_2.html	8 Oct 2001 01:26:54 -0000	1.18
  +++ fin_wait_2.html	1 Jul 2002 03:08:22 -0000	1.19
   <at>  <at>  -6,7 +6,6  <at>  <at> 
       <meta name="generator" content="HTML Tidy, see www.w3.org" />

       <title>Connections in FIN_WAIT_2 and Apache</title>
  -    <link rev="made" href="mailto:marc <at> apache.org" />
     </head>
     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->

   <at>  <at>  -249,10 +248,7  <at>  <at> 
(Continue reading)

marc | 1 Jul 2002 05:11
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/misc fin_wait_2.html

marc        2002/06/30 20:11:47

  Modified:    docs/manual/misc fin_wait_2.html
  Log:
  Remove my address for sending comments to, since comments are no longer
  of any real use.

  While I'm at it, fix some misformatting that was apparently introduced
  when converting it to XHTML.

  Revision  Changes    Path
  1.20      +2 -14     httpd-2.0/docs/manual/misc/fin_wait_2.html

  Index: fin_wait_2.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/fin_wait_2.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- fin_wait_2.html	14 Jun 2002 09:32:42 -0000	1.19
  +++ fin_wait_2.html	1 Jul 2002 03:11:47 -0000	1.20
   <at>  <at>  -6,7 +6,6  <at>  <at> 
       <meta name="generator" content="HTML Tidy, see www.w3.org" />

       <title>Connections in FIN_WAIT_2 and Apache</title>
  -    <link rev="made" href="mailto:marc <at> apache.org" />
     </head>
     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->

   <at>  <at>  -249,10 +248,7  <at>  <at> 
(Continue reading)

brianp | 1 Jul 2002 07:05
Picon
Favicon

cvs commit: httpd-2.0/server protocol.c

brianp      2002/06/30 22:05:51

  Modified:    server   protocol.c
  Log:
  Optimization for ap_rgetline_core(): When "folding" mode is enabled,
  clear and re-use the temporary brigade rather than destroying it
  and creating a new one

  Revision  Changes    Path
  1.108     +16 -16    httpd-2.0/server/protocol.c

  Index: protocol.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/protocol.c,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- protocol.c	26 Jun 2002 19:45:07 -0000	1.107
  +++ protocol.c	1 Jul 2002 05:05:51 -0000	1.108
   <at>  <at>  -335,9 +335,6  <at>  <at> 
           bytes_handled += len;
       }

  -    /* We no longer need the returned brigade. */
  -    apr_brigade_destroy(b);
  -
       /* We likely aborted early before reading anything or we read no
        * data.  Technically, this might be success condition.  But,
        * probably means something is horribly wrong.  For now, we'll
   <at>  <at>  -345,6 +342,7  <at>  <at> 
(Continue reading)

trawick | 1 Jul 2002 13:44
Picon
Favicon

cvs commit: httpd-2.0 Makefile.in

trawick     2002/07/01 04:44:21

  Modified:    .        Makefile.in
  Log:
  fix make install to stop passing make operators to the shell

  Revision  Changes    Path
  1.121     +12 -12    httpd-2.0/Makefile.in

  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- Makefile.in	29 Jun 2002 22:58:27 -0000	1.120
  +++ Makefile.in	1 Jul 2002 11:44:21 -0000	1.121
   <at>  <at>  -110,45 +110,45  <at>  <at> 
   	- <at> if [ -d $(DESTDIR)$(htdocsdir) ]; then \
              echo "[PRESERVING EXISTING HTDOCS SUBDIR: $(DESTDIR)$(htdocsdir)]"; \
           else \
  -	     <at> echo Installing HTML documents ; \
  +	    echo Installing HTML documents ; \
   	    $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \
  -	     <at> test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
  +	    test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
   	fi
   	- <at> if [ -d $(DESTDIR)$(manualdir) ]; then \
              echo "[PRESERVING EXISTING MANUAL SUBDIR: $(DESTDIR)$(manualdir)]"; \
           else \
(Continue reading)

mjc | 1 Jul 2002 14:36
Picon
Favicon

cvs commit: httpd-2.0 CHANGES

mjc         2002/07/01 05:36:51

  Modified:    .        CHANGES
  Log:
  Make security notes consistant with apache-1.3/src/CHANGES

  Revision  Changes    Path
  1.855     +9 -7      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.854
  retrieving revision 1.855
  diff -u -r1.854 -r1.855
  --- CHANGES	28 Jun 2002 08:40:23 -0000	1.854
  +++ CHANGES	1 Jul 2002 12:36:50 -0000	1.855
   <at>  <at>  -3603,7 +3603,7  <at>  <at> 
        so that the lookup can depend on the requested URI etc.
        PR #6671 [Tony Finch]

  -  *) Tighten up the syntax checking of Host: headers to fix a
  +  *) SECURITY: Tighten up the syntax checking of Host: headers to fix a
        security bug in some mass virtual hosting configurations
        that can allow a remote attacker to retrieve some files
        on the system that should be inaccessible. [Tony Finch]
   <at>  <at>  -3862,7 +3862,8  <at>  <at> 
        multiple places and allows for an SSL module to be added much
        simpler. [Ryan Bloom]

(Continue reading)

wrowe | 1 Jul 2002 19:48
Picon
Favicon

cvs commit: httpd-2.0/os/win32 os.h util_win32.c

wrowe       2002/07/01 10:48:47

  Modified:    os/win32 os.h util_win32.c
  Log:
    Add ap_os_proc_filepath and clean up the win32/os.h file structure.

  Revision  Changes    Path
  1.52      +18 -14    httpd-2.0/os/win32/os.h

  Index: os.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/win32/os.h,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- os.h	23 Jun 2002 10:24:07 -0000	1.51
  +++ os.h	1 Jul 2002 17:48:47 -0000	1.52
   <at>  <at>  -56,22 +56,15  <at>  <at> 
    * University of Illinois, Urbana-Champaign.
    */

  -#ifndef APACHE_OS_H
  -#define APACHE_OS_H
  -/* 
  - * Compile the server including all the Windows NT 4.0 header files by 
  - * default. We still want the server to run on Win95/98 so use 
  - * runtime checks before calling NT specific functions to verify we are 
  - * really running on an NT system.
  - *
  - * Delegate windows include to the apr.h header, if USER or GDI declarations
(Continue reading)

wrowe | 1 Jul 2002 19:49
Picon
Favicon

cvs commit: httpd-2.0/include httpd.h

wrowe       2002/07/01 10:49:53

  Modified:    include  httpd.h
  Log:
    Bring in os.h after we let apr do its platform foo.

  Revision  Changes    Path
  1.189     +2 -1      httpd-2.0/include/httpd.h

  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- httpd.h	26 Jun 2002 19:45:06 -0000	1.188
  +++ httpd.h	1 Jul 2002 17:49:53 -0000	1.189
   <at>  <at>  -73,7 +73,6  <at>  <at> 
   #include "ap_mmn.h"

   #include "ap_release.h"
  -#include "os.h"

   #include "apr_general.h"
   #include "apr_tables.h"
   <at>  <at>  -81,6 +80,8  <at>  <at> 
   #include "apr_time.h"
   #include "apr_network_io.h"
   #include "apr_buckets.h"
  +
(Continue reading)

wrowe | 1 Jul 2002 20:18
Picon
Favicon

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c

wrowe       2002/07/01 11:18:31

  Modified:    server/mpm/winnt mpm_winnt.c
  Log:
    Replace CreateProcess with properly formed apr threadproc code.
    Although it's nearly a noop (except that we handle i18n paths that
    translate into Unicode), I'm committing both so that they can be
    compared.  Use this version to eyeball bit for bit what has changed.

  Revision  Changes    Path
  1.280     +182 -9    httpd-2.0/server/mpm/winnt/mpm_winnt.c

  Index: mpm_winnt.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
  retrieving revision 1.279
  retrieving revision 1.280
  diff -u -r1.279 -r1.280
  --- mpm_winnt.c	24 Jun 2002 07:53:50 -0000	1.279
  +++ mpm_winnt.c	1 Jul 2002 18:18:31 -0000	1.280
   <at>  <at>  -64,6 +64,7  <at>  <at> 
   #include "http_core.h"		/* for get_remote_host */ 
   #include "http_connection.h"
   #include "apr_portable.h"
  +#include "apr_thread_proc.h"
   #include "apr_getopt.h"
   #include "apr_strings.h"
   #include "apr_lib.h"
   <at>  <at>  -1554,32 +1555,48  <at>  <at> 
   static int create_process(apr_pool_t *p, HANDLE *child_proc, HANDLE *child_exit_event, 
(Continue reading)

wrowe | 1 Jul 2002 20:22
Picon
Favicon

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c

wrowe       2002/07/01 11:22:53

  Modified:    server/mpm/winnt mpm_winnt.c
  Log:
    Remove all the CreateProcess() based code... see the prior commit
    to compare old CP and new APR code side-by-side.

  Revision  Changes    Path
  1.281     +0 -233    httpd-2.0/server/mpm/winnt/mpm_winnt.c

  Index: mpm_winnt.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
  retrieving revision 1.280
  retrieving revision 1.281
  diff -u -r1.280 -r1.281
  --- mpm_winnt.c	1 Jul 2002 18:18:31 -0000	1.280
  +++ mpm_winnt.c	1 Jul 2002 18:22:53 -0000	1.281
   <at>  <at>  -1559,25 +1559,6  <at>  <at> 
       char *cmd;
       HANDLE hExitEvent;
       HANDLE hPipeWrite;
  -#ifdef CP
  -    char *pEnvVar;
  -    char *pEnvBlock;
  -    int i;
  -    int iEnvBlockLen;
  -    int rv;
  -    char buf[1024];
  -    STARTUPINFO si;           /* Filled in prior to call to CreateProcess */
(Continue reading)

wrowe | 1 Jul 2002 20:24
Picon
Favicon

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c

wrowe       2002/07/01 11:24:54

  Modified:    server/mpm/winnt mpm_winnt.c
  Log:
    Eliminate GetModuleFileName()

  Revision  Changes    Path
  1.282     +8 -8      httpd-2.0/server/mpm/winnt/mpm_winnt.c

  Index: mpm_winnt.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
  retrieving revision 1.281
  retrieving revision 1.282
  diff -u -r1.281 -r1.282
  --- mpm_winnt.c	1 Jul 2002 18:22:53 -0000	1.281
  +++ mpm_winnt.c	1 Jul 2002 18:24:54 -0000	1.282
   <at>  <at>  -2002,7 +2002,7  <at>  <at> 
        */
       apr_status_t rv;
       char *def_server_root;
  -    char fnbuf[MAX_PATH];
  +    char *binpath;
       char optbuf[3];
       const char *optarg;
       int fixed_args;
   <at>  <at>  -2054,23 +2054,23  <at>  <at> 
        *         The requested service's (-n) registry ConfigArgs
        *             The WinNT SCM's StartService() args
        */
(Continue reading)


Gmane