cvs commit: apache-1.3/src/include ap_mmn.h httpd.h

1999-01-09 Thread fielding
fielding99/01/08 16:21:34

  Modified:src/include ap_mmn.h httpd.h
  Log:
  Found an excuse for bumping MMN anyway -- I've been meaning to
  reorder the new request_rec entries to where they belong the next
  time we did an already MMN-bumped release, so let's do it now.
  
  Revision  ChangesPath
  1.22  +5 -1  apache-1.3/src/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===
  RCS file: /home/cvs/apache-1.3/src/include/ap_mmn.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ap_mmn.h  1999/01/08 20:08:21 1.21
  +++ ap_mmn.h  1999/01/09 00:21:33 1.22
  @@ -199,12 +199,16 @@
* 19990106 (1.3.4-dev) - Move MODULE_MAGIC_COOKIE to the end of the
*STANDARD_MODULE_STUFF macro so the version
*numbers and file name remain at invariant offsets
  + * 19990108 (1.3.4-dev) - status_drops_connection - 
ap_status_drops_connection
  + *scan_script_header - ap_scan_script_header_err
  + *  - reordered entries in request_rec that were waiting
  + *for a non-binary-compatible release.
*/
   
   #define MODULE_MAGIC_COOKIE 0x41503133UL /* AP13 */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 19990106
  +#define MODULE_MAGIC_NUMBER_MAJOR 19990108
   #endif
   #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
   #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR/* backward 
compat */
  
  
  
  1.262 +3 -2  apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.261
  retrieving revision 1.262
  diff -u -r1.261 -r1.262
  --- httpd.h   1999/01/08 23:46:41 1.261
  +++ httpd.h   1999/01/09 00:21:33 1.262
  @@ -712,6 +712,7 @@
   long read_length;/* bytes that have been read */
   int read_body;   /* how the request body should be read */
   int read_chunked;/* reading chunked transfer-coding */
  +unsigned expecting_100;  /* is client waiting for a 100 response? */
   
   /* MIME header environments, in and out.  Also, an array containing
* environment variables to be passed to subprocesses, so people can
  @@ -742,6 +743,8 @@
   const char *content_language;/* for back-compat. only -- do not use 
*/
   array_header *content_languages; /* array of (char*) */
   
  +char *vlist_validator;  /* variant list validator (if negotiated) */
  +
   int no_cache;
   int no_local_copy;
   
  @@ -778,8 +781,6 @@
* record to improve 64bit alignment the next time we need to break
* binary compatibility for some other reason.
*/
  -unsigned expecting_100; /* is client waiting for a 100 response? */
  -char *vlist_validator;  /* variant list validator (if negotiated) */
   };
   
   
  
  
  


cvs commit: apache-1.3/src/helpers GuessOS

1999-01-09 Thread martin
martin  99/01/09 06:24:52

  Modified:src  Configure
   src/helpers GuessOS
  Log:
  Rename sni (Siemens Nixdorf Information Systems) to siemens which is the
  (recently changed) official name.
  Switch off DBM_LIB (it's in libc).
  
  Revision  ChangesPath
  1.321 +13 -11apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.320
  retrieving revision 1.321
  diff -u -r1.320 -r1.321
  --- Configure 1999/01/06 21:57:01 1.320
  +++ Configure 1999/01/09 14:24:51 1.321
  @@ -594,14 +594,6 @@
LDFLAGS_SHLIB_EXPORT=-Zlink=dynamic -Wl,-Bexport
CFLAGS_SHLIB='-Zpic'
;;
  -BS2000*-sni-sysv4*)
  - OS='BS2000'
  - OSDIR='os/bs2000'
  - CC='c89 -XLLML -XLLMK'
  - CFLAGS=$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV
  - DEF_WANTHSREGEX=yes
  - LIBS=$LIBS -lsocket -lnsl -lc
  - ;;
   TPF)
  OS='TPF'
  OSDIR='os/tpf'
  @@ -611,11 +603,21 @@
  LIBS=$LIBS
  SUBTARGET=target_compile_only
  ;;
  -*-sni-sysv4*)
  +BS2000*-siemens-sysv4*)
  + OS='BS2000'
  + OSDIR='os/bs2000'
  + CC='c89 -XLLML -XLLMK'
  + CFLAGS=$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV
  + DEF_WANTHSREGEX=yes
  + LIBS=$LIBS -lsocket -lnsl -lc
  + DBM_LIB=
  + ;;
  +*-siemens-sysv4*)
OS='SVR4'
CFLAGS=$CFLAGS -DSVR4 -D_XPG_IV -DHAS_DLFCN -DUSE_MMAP_FILES 
-DUSE_SYSVSEM_SERIALIZED_ACCEPT -DNEED_UNION_SEMUN
DEF_WANTHSREGEX=yes
LIBS=$LIBS -lsocket -lnsl -lc
  + DBM_LIB=
;;
   pyramid-pyramid-svr4)
OS='SVR4'
  @@ -1078,7 +1080,7 @@
 LDFLAGS_SHLIB_EXPORT=-Wl,-Bexport
 SHLIB_SUFFIX_DEPTH=1
 ;;
  - RM*-sni-sysv4*)
  + RM*-siemens-sysv4*)
# MIPS hosts can take advantage of the LDFLAGS_SHLIB_EXPORT switch
case $CC in
*/gcc|gcc ) CFLAGS_SHLIB=-fpic ;;
  @@ -1087,7 +1089,7 @@
LDFLAGS_SHLIB=-G
LDFLAGS_SHLIB_EXPORT=-Wl,-Blargedynsym
;;
  - *-sni-sysv4*)
  + *-siemens-sysv4*)
# Older SINIX machines must be linked as shared core-Apache
case $CC in
*/gcc|gcc ) CFLAGS_SHLIB=-fpic ;;
  
  
  
  1.54  +2 -2  apache-1.3/src/helpers/GuessOS
  
  Index: GuessOS
  ===
  RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- GuessOS   1998/12/02 14:03:31 1.53
  +++ GuessOS   1999/01/09 14:24:52 1.54
  @@ -201,11 +201,11 @@
;;
   
   SINIX-?:* | ReliantUNIX-?:*)
  - echo ${MACHINE}-sni-sysv4; exit 0
  + echo ${MACHINE}-siemens-sysv4; exit 0
;;
   
   POSIX*BS2000)
  - echo ${MACHINE}-sni-sysv4; exit 0
  + echo ${MACHINE}-siemens-sysv4; exit 0
;;
   
   machten:*)
  
  
  


cvs commit: apache-1.3/htdocs/manual invoking.html

1999-01-09 Thread pcs
pcs 99/01/09 08:53:56

  Modified:htdocs/manual invoking.html
  Log:
  Try to avoid some confusion from the changing of command line arguments,
  by documenting the meanings of the arguments for each different version of
  Apache. This is important since the current live site now documents the
  new behaviour (for -L, -l, h) even though there is no released Apache
  for which that documentation is valid. Even after releasing 1.3.4 users of
  older versions will be accessing the documentation.
  
  Revision  ChangesPath
  1.24  +33 -7 apache-1.3/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/invoking.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- invoking.html 1998/12/17 15:09:33 1.23
  +++ invoking.html 1999/01/09 16:53:56 1.24
  @@ -79,15 +79,39 @@
   then exit.
   
   DTA NAME=helpCODE-L/CODE/A
  -DDGive a list of directives together with expected arguments and
  -places where the directive is valid. (New in Apache 1.2)
  +DD
   
  -DTCODE-l/CODE
  -DDGive a list of all modules compiled into the server.
  +Give a list of directives together with expected arguments and places
  +where the directive is valid, then exit.  (Apache 1.3.4 and
  +later. Earlier versions used -l instead).
   
  +
  +DTCODE-l/CODE/A
  +DD
  +
  +Give a list of all modules compiled into the server, then exit.
  +(Apache 1.3.4 and later. Earlier versions used -h instead).br
  +
  +Give a list of directives together with expected arguments and places
  +where the directive is valid, then exit. (Apache 1.2 to 1.3.3. Later
  +versions use -L instead).
  +
  +
  +
  +DTCODE-h/CODE
  +DD
  +
  +Print a list of the httpd options, then exit. (Apache 1.3.4 and
  +later. Earlier versions used -? instead).br
  +
  +Give a list of all modules compiled into the server, then exit. (Up to
  +Apache 1.3.3. Later versions use -l instead).br
  +
  +
   DTCODE-S/CODE
   DDShow the settings as parsed from the config file (currently only
  -shows a breakdown of the vhost settings).
  +shows a breakdown of the vhost settings) but do not start the
  +server. (Up to Apache 1.3.3, this option also started the server).
   
   DTCODE-t/CODE
   DDTest the configuration file syntax (EMi.e./EM, read all 
configuration files
  @@ -97,10 +121,12 @@
   
   DTCODE-k/CODE EMoption/EM
   DDWindows only: signal Apache to restart or shutdown. EMoption/EM 
  -is one of shutdown or restart. (New in Apache 1.3.3).
  +is one of shutdown or restart. (Apache 1.3.3 and later).
   
   DTCODE-?/CODE
  -DDPrint a list of the httpd options, and then exit.
  +DDPrint a list of the httpd options, and then exit (up to Apache
  +1.3.3. Later version use -h instead).
  +
   /DL
   
   H2Configuration files/H2
  
  
  


cvs commit: apache-site/mirrors mirrors.list index.html

1999-01-09 Thread brian
brian   99/01/09 12:13:02

  Modified:mirrors  mirrors.list index.html
  Log:
  Another mirror...
  
  Revision  ChangesPath
  1.68  +1 -0  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- mirrors.list  1999/01/07 04:00:45 1.67
  +++ mirrors.list  1999/01/09 20:13:01 1.68
  @@ -29,6 +29,7 @@
   http fi  http://zone.pspt.fi/apache/ [EMAIL PROTECTED]
   http fi  http://www.zoo-gate.fi/mirrors/apache/  [EMAIL PROTECTED]
   http fi  http://apache.eunet.fi/ [EMAIL PROTECTED]
  +http fi  http://apache.zopps.fi/ [EMAIL PROTECTED]
   http fr  http://www.cge-ol.fr/apache/[EMAIL PROTECTED]
   http gr  http://www.ntua.gr/apache/  [EMAIL PROTECTED]
   http hr  http://sunsite.srce.hr/mirrors/ftp.apache.org/apache/   [EMAIL 
PROTECTED]
  
  
  
  1.56  +2 -0  apache-site/mirrors/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/apache-site/mirrors/index.html,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- index.html1999/01/07 04:00:45 1.55
  +++ index.html1999/01/09 20:13:01 1.56
  @@ -83,6 +83,8 @@
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.eunet.fi/;fi/A -
   !-- [EMAIL PROTECTED] --
  +A HREF=http://apache.zopps.fi/;fi/A -
  +!-- [EMAIL PROTECTED] --
   A HREF=http://www.cge-ol.fr/apache/;fr/A -
   !-- [EMAIL PROTECTED] --
   A HREF=http://www.ntua.gr/apache/;gr/A -
  
  
  


cvs commit: apache-1.3/src/main http_request.c

1999-01-09 Thread martin
martin  99/01/09 13:37:57

  Modified:src/main http_request.c
  Log:
  Save the EBCDIC conversion setting across invocations of ap_run_sub_req().
  Previously, virtually SSI-included raw ascii documents would destroy
  the conversion setting of the including document.
  
  Revision  ChangesPath
  1.144 +7 -0  apache-1.3/src/main/http_request.c
  
  Index: http_request.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/main/http_request.c,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- http_request.c1999/01/08 20:08:23 1.143
  +++ http_request.c1999/01/09 21:37:56 1.144
  @@ -912,7 +912,14 @@
   
   API_EXPORT(int) ap_run_sub_req(request_rec *r)
   {
  +#ifndef CHARSET_EBCDIC
   int retval = ap_invoke_handler(r);
  +#else /*CHARSET_EBCDIC*/
  +/* Save the EBCDIC conversion setting of the caller across subrequests */
  +int convert = ap_bgetflag(r-connection-client, B_EBCDIC2ASCII);
  +int retval  = ap_invoke_handler(r);
  +ap_bsetflag(r-connection-client, B_EBCDIC2ASCII, convert);
  +#endif /*CHARSET_EBCDIC*/
   ap_finalize_sub_req_protocol(r);
   return retval;
   }
  
  
  


cvs commit: apache-1.3/icons/small key.gif

1999-01-09 Thread martin
martin  99/01/09 13:49:26

  Added:   icons/small key.gif
  Log:
  Document with a Key - used for signature files (made it myself)
  
  Revision  ChangesPath
  1.1  apache-1.3/icons/small/key.gif
  
  Index: key.gif
  ===
  GIF89a