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

1998-04-01 Thread dgaudet
dgaudet 98/04/01 12:53:17 Modified:src/main http_protocol.c Log: Yup it's safe to remove the extra method_number stuff Martin. It's not used for subrequests. Revision ChangesPath 1.207 +0 -21 apache-1.3/src/main/http_protocol.c Index: http_protocol.c ==

cvs commit: apache-1.3 STATUS

1998-04-01 Thread martin
martin 98/04/01 06:44:42 Modified:. STATUS Log: Oops -- forgot to note CONNECT proxy fix in previous commit Revision ChangesPath 1.253 +1 -0 apache-1.3/STATUS Index: STATUS === RCS

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-04-01 Thread martin
martin 98/04/01 06:41:45 Modified:src/include util_uri.h src/main http_protocol.c util_uri.c src/modules/proxy mod_proxy.c Log: After recent changes, the proxying of "CONNECT host:port HTTP/1.0" requests (as are issued by current browsers for https

cvs commit: apache-1.3/src/modules/standard mod_cgi.c mod_include.c mod_rewrite.c mod_userdir.c

1998-04-01 Thread martin
martin 98/04/01 06:24:37 Modified:src/main http_main.c http_request.c src/modules/standard mod_cgi.c mod_include.c mod_rewrite.c mod_userdir.c Log: Remove unreferenced variables Revision ChangesPath 1.318 +2 -3 apache-1.3

cvs commit: apache-1.3/src README.EBCDIC

1998-04-01 Thread martin
martin 98/04/01 06:12:34 Modified:src README.EBCDIC Log: Update to currently working module stati Revision ChangesPath 1.4 +3 -4 apache-1.3/src/README.EBCDIC Index: README.EBCDIC ===

cvs commit: apache-1.3/src/os/bs2000 ebcdic.c ebcdic.h

1998-04-01 Thread martin
martin 98/04/01 06:09:09 Modified:src/os/bs2000 ebcdic.c ebcdic.h Log: Correct the type of the translation tables: now cocnsistently 'const unsigned char[]' Revision ChangesPath 1.6 +3 -3 apache-1.3/src/os/bs2000/ebcdic.c Index: ebcdic.c =

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

1998-04-01 Thread martin
martin 98/04/01 06:03:58 Modified:htdocs/manual ebcdic.html Log: Update EBCDIC document, add Status table Revision ChangesPath 1.3 +307 -13 apache-1.3/htdocs/manual/ebcdic.html Index: ebcdic.html ===

cvs commit: apache-1.3 STATUS

1998-04-01 Thread martin
martin 98/04/01 06:03:06 Modified:. STATUS Log: Vote - and note fix of proxy_util to accept and pass URL's in the format http://user:[EMAIL PROTECTED]/ Revision ChangesPath 1.252 +5 -4 apache-1.3/STATUS Index: STATUS =

cvs commit: apache-1.3/src/modules/proxy proxy_util.c

1998-04-01 Thread martin
martin 98/04/01 05:55:31 Modified:src/modules/proxy proxy_util.c Log: A request like http://user:[EMAIL PROTECTED]/path would be rejected by the proxy_canon_netloc() routine if the caller (proxy_fixup in this case) would not be interested in the username/password. In this case,

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

1998-04-01 Thread rse
rse 98/04/01 05:53:44 Modified:htdocs/manual sourcereorg.html Log: Just one more place where we had to add information about the new stuff to make sure the user gets informed about them. Revision ChangesPath 1.9 +13 -0 apache-1.3/htdocs/manual/sourcereorg

cvs commit: apache-1.3 Announcement

1998-04-01 Thread rse
rse 98/04/01 05:42:10 Modified:. Announcement Log: While I'm cleaning up documents, I've also done this first cut for an 1.3b6 announcement (sometimes we have to actually start thinking about it ;-) Revision ChangesPath 1.11 +28 -18apache-1.3/Announ

cvs commit: apache-1.3/conf httpd.conf-dist

1998-04-01 Thread rse
rse 98/04/01 05:16:40 Modified:. Makefile.tmpl conf httpd.conf-dist Log: Make sure at least one LoadModule line exists and that it's really just an example and not a real one. Because the real ones are automatically added by APACI's "make install"

cvs commit: apache-1.3/src INSTALL

1998-04-01 Thread rse
rse 98/04/01 04:59:58 Modified:. README INSTALL src INSTALL Log: Reorganisation and cleanup of the README, INSTALL and src/INSTALL files to avoid confusion by the user: 1. Merge the installation and compilation instructions for the manual way f

cvs commit: apache-1.3/src Configuration.tmpl

1998-04-01 Thread rse
rse 98/04/01 04:24:54 Modified:src Configuration.tmpl Log: Ops, UnixWare _is_ supported. AIX is the bad guy. Revision ChangesPath 1.91 +2 -2 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

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

1998-04-01 Thread rse
rse 98/04/01 04:23:13 Modified:. CHANGES htdocs/manual new_features_1_3.html Log: Give details about the greatly improved and extended shared object support in Apache 1.3 Revision ChangesPath 1.19 +24 -0 apache-1.3/CHANGES Index

cvs commit: apache-1.3/src/support apxs.pl

1998-04-01 Thread rse
rse 98/04/01 03:48:29 Modified:src/support apxs.pl Log: Perl 5.003 should work, too. Because apxs.pl uses "my" only as stand-alone and not inside any control structure (only in Perl 5.004). But a lot of systems have Perl 5.003 or 5.003_XX installed. Revision Changes

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-04-01 Thread dgaudet
dgaudet 98/04/01 03:48:13 Modified:src CHANGES http_protocol.c Log: parse_uri didn't test for nul properly PR: 2019 Submitted by: Patrick Bihan-Faou <[EMAIL PROTECTED]> Revision ChangesPath 1.305 +3 -0 apache-1.2/src/CHANGES Index: CHA

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-04-01 Thread rse
rse 98/04/01 03:45:21 Modified:src/support Makefile.tmpl Log: update dependency list: "cls" is now in src/test/ while "ab" is new. Revision ChangesPath 1.14 +1 -1 apache-1.3/src/support/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3/src .cvsignore

1998-04-01 Thread rse
rse 98/04/01 03:39:57 Modified:. Makefile.tmpl src .cvsignore Log: Make the "install-can-go optimization-file" less generic in name and make sure CVS doen't complain about it. Revision ChangesPath 1.6 +3 -3 apache-1.3/Makefile

cvs commit: apache-1.3 INSTALL STATUS configure Makefile.tmpl

1998-04-01 Thread rse
rse 98/04/01 03:28:38 Modified:src CHANGES . INSTALL STATUS configure Makefile.tmpl Log: Just a little APACI option to provide a way for the user to install Apache without the support tools when he has problems with it (for instance compiling them

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

1998-04-01 Thread dgaudet
dgaudet 98/03/31 17:31:13 Modified:src/main buff.c Log: clean up "Pointers are not assignment-compatible." on hpux... I hate this char vs unsigned char crap. Revision ChangesPath 1.71 +6 -6 apache-1.3/src/main/buff.c Index: buff.c ==