cvs commit: apachen KEYS

1997-10-20 Thread martin
martin 97/10/20 04:37:17 Modified:.KEYS Log: Added my PGP (2.6) Key Revision ChangesPath 1.13 +14 -0 apachen/KEYS Index: KEYS === RCS file: /home/cvs/apachen/KEYS,v retrieving

cvs commit: apachen/src/modules/standard mod_speling.c

1997-10-20 Thread martin
martin 97/10/20 06:28:03 Modified:src/modules/standard mod_speling.c Log: Reduced Log Level for spelling corrections from APLOG_ERR to APLOG_INFO Submitted by: Lars Eilebrecht [EMAIL PROTECTED] Reviewed by: Dean, Martin Revision ChangesPath 1.6 +2 -2

cvs commit: apachen/src/main http_core.c

1997-10-21 Thread martin
martin 97/10/21 14:33:10 Modified:src/main http_core.c Log: Some of the ... directives allow multiple arguments, some don't. Those who don't accept multiple arguments to ... block directives return an error message now. Reviewed by: Martin +1, Brian +1, Dean +1 Revision

cvs commit: apachen/src/main http_core.c

1997-10-21 Thread martin
martin 97/10/21 14:37:02 Modified:src/main http_core.c Log: When a ... section (Directory / Files / Location / ... is not closed properly when end-of-file is reached, an error message is returned now. Reviewed by: Martin +1, Brian +1, Dean +1 Revision ChangesPath

cvs commit: apachen/src/main http_core.c

1997-10-21 Thread martin
martin 97/10/21 14:41:26 Modified:src/main http_core.c Log: /Limit expects NO_ARGS, not RAW_ARGS Revision ChangesPath 1.128 +1 -1 apachen/src/main/http_core.c Index: http_core.c === RCS

cvs commit: apachen/src CHANGES

1997-10-22 Thread martin
martin 97/10/22 01:26:51 Modified:src CHANGES Log: Document my config parsing changes Revision ChangesPath 1.470 +6 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /home/cvs

cvs commit: apachen/src/support apachectl dbmmanage htpasswd.1 httpd.8 log_server_status suexec.c suexec.h

1997-10-22 Thread martin
martin 97/10/22 13:30:49 Modified:src/main alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c

cvs commit: apachen/src/main http_core.c

1997-10-22 Thread martin
martin 97/10/22 14:49:47 Modified:src/main http_core.c Log: The global variables which exist in http_core belong to the main server and should not be settable in VirtualHosts, otherwise users believe that virtual hosts each use a separate variable. Reviewed by: Martin +1

cvs commit: apachen/src/main explain.c http_main.c

1997-11-01 Thread martin
martin 97/11/01 14:16:02 Modified:src/main explain.c http_main.c Log: Two minor nits for portability: a dummy buffer changed from int[] to char[], and explain.c includes httpd.h now. Paul is right, however: explain.c ought to be eliminated and replaced by aplog_error

cvs commit: apachen/src/main http_protocol.c

1997-11-01 Thread martin
martin 97/11/01 14:24:09 Modified:src/main http_protocol.c Log: Apache sent wrong replies in response to certain Range: bytes=... headers. The patch is an update to what Ronald Tschalaer [EMAIL PROTECTED] sent. PR: 1329 Submitted by: Ronald Tschalaer [EMAIL PROTECTED

cvs commit: apachen ABOUT_APACHE

1997-11-06 Thread martin
martin 97/11/06 13:23:11 Modified:.ABOUT_APACHE Log: Move my name from contributors to members Revision ChangesPath 1.7 +4 -4 apachen/ABOUT_APACHE Index: ABOUT_APACHE === RCS

cvs commit: apache-site ABOUT_APACHE.html

1997-11-09 Thread martin
martin 97/11/09 13:04:55 Modified:.ABOUT_APACHE.html Log: Move my name from contributors to members Revision ChangesPath 1.9 +9 -4 apache-site/ABOUT_APACHE.html Index: ABOUT_APACHE.html

cvs commit: apachen/src/main http_core.c

1997-11-11 Thread martin
martin 97/11/11 14:36:23 Modified:src/main http_core.c Log: Minor off-by-one error in parsing the host:port argument. Would work without the patch, but gives correcter error message with it. Reviewed by: Dean Gaudet, Jim Jagielski, Ken Coar Revision ChangesPath

cvs commit: apachen/src/main http_core.c

1997-11-11 Thread martin
martin 97/11/11 14:43:27 Modified:src/main http_core.c Log: New check routine check_cmd_context() -- controls whether a particular directive is allowed in Directory/Files/Location, Limit or VirtualHost context and complains if it isn't. Reviewed by: Dean Gaudet, Jim

cvs commit: apachen/src/main http_main.c

1997-11-11 Thread martin
martin 97/11/11 14:50:15 Modified:src/main http_main.c Log: Show Compile Time Settings -- first committed version. A new switch -V (in contrast to the existing switch -v with lower-case-v) shows (some of) the relevant compiler defines which influence Apache's behavior at run

cvs commit: apachen/src/main conf.h

1997-11-11 Thread martin
martin 97/11/11 15:04:16 Modified:src/main conf.h Log: Add missings prototypes for SUNOS_LIB_PROTOTYPES: fgetc(), fgets() were missing but needed by util.c Revision ChangesPath 1.157 +2 -0 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/htdocs/manual/mod core.html

1997-11-11 Thread martin
martin 97/11/11 15:11:12 Modified:htdocs/manual sections.html htdocs/manual/misc known_bugs.html htdocs/manual/mod core.html Log: Minor Documentation Update: broken and mis-typed links, and a reference to a resource which is available only at http

cvs commit: apachen/htdocs/manual host.html vhosts-in-depth.html virtual-host.html

1997-11-11 Thread martin
martin 97/11/11 15:51:54 Removed: htdocs/manual host.html vhosts-in-depth.html virtual-host.html Log: Citing Lars again: I think the following files need to be removed manually (they've been moved to the new directory): htdocs/manual/host.html

cvs commit: apachen/src CHANGES

1997-11-12 Thread martin
martin 97/11/11 16:05:57 Modified:src CHANGES Log: Lars Eilebrecht wrote a whole new set of Apache Vhost Internals documentation, examples, explanations and caveats. They live in a new subdirectory htdocs/manual/vhost/. [Lars Eilebrecht [EMAIL PROTECTED]] Submitted

cvs commit: apachen/htdocs/manual/vhosts host.html vhosts-in-depth.html virtual-host.html

1997-11-12 Thread martin
martin 97/11/12 05:37:55 Added: htdocs/manual/vhosts host.html vhosts-in-depth.html virtual-host.html Log: Citing Lars: Hi, the attachment includes a reworked Apache manual with the new virtual host documentation. As Dean suggested I created

cvs commit: apachen/htdocs/manual/vhosts footer.html

1997-11-12 Thread martin
martin 97/11/12 05:54:27 Modified:htdocs/manual/vhosts footer.html Log: Sorry, I added the wrong header/footer files Revision ChangesPath 1.3 +6 -4 apachen/htdocs/manual/vhosts/footer.html Index: footer.html

cvs commit: apachen/htdocs/manual/mod mod_speling.html

1997-11-12 Thread martin
martin 97/11/12 08:29:47 Modified:htdocs/manual invoking.html new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod mod_speling.html Log: Correct Typos; Add new -V switch; add paragraph about new ServerRoot=/usr/local/apache

cvs commit: apachen/src Configure

1997-11-21 Thread martin
martin 97/11/21 01:59:09 Modified:src Configure Log: Added defaults for Reliant Unix Revision ChangesPath 1.172 +1 -1 apachen/src/Configure Index: Configure === RCS file: /home/cvs

cvs commit: apachen/src/modules/proxy mod_proxy.c proxy_util.c

1997-11-27 Thread martin
martin 97/11/27 05:46:31 Modified:src/modules/proxy mod_proxy.c proxy_util.c Log: Modified aplog_error() calls to use APLOG_NOERRNO when no errno was set; Reviewed bDean Gaudet Revision ChangesPath 1.29 +6 -4 apachen/src/modules/proxy/mod_proxy.c Index

cvs commit: apachen/htdocs/manual/mod mod_proxy.html

1997-12-16 Thread martin
martin 97/12/16 14:07:33 Modified:htdocs/manual/mod mod_proxy.html Log: The mod_proxy module proxy_ftp.c has an undocumented 'feature': when the URL is suffixed by ';type=a', then an ASCII transfer is enforced. Revision ChangesPath 1.30 +7 -0 apachen/htdocs

cvs commit: apache-site/contributors index.html

1997-12-16 Thread martin
martin 97/12/16 14:20:55 Modified:contributors index.html Log: Add my Info Revision ChangesPath 1.23 +9 -0 apache-site/contributors/index.html Index: index.html === RCS file: /home/cvs

cvs commit: apachen/src/modules/standard mod_include.c

1997-12-22 Thread martin
martin 97/12/22 13:53:18 Modified:.STATUS src/modules/standard mod_include.c Log: A couple of break;s were missing from switch() statements; the result would have been wrong or missing error messages in the case of invalid expressions in SSI files

cvs commit: apache-devsite binaries.html

1998-01-07 Thread martin
martin 98/01/07 05:53:44 Modified:.binaries.html Log: I can build binaries for ReliantUNIX/SINIX/mips-sni-svr4 Revision ChangesPath 1.2 +1 -0 apache-devsite/binaries.html Index: binaries.html

cvs commit: apache/src Configure

1998-01-09 Thread martin
martin 98/01/09 06:50:51 Modified:src Tag: APACHE_1_2_X Configure Log: Add XPG/4 switch for ReliantUNIX/SINIX compilation Revision ChangesPath No revision No revision 1.96.2.11 +1 -1 apache/src/Configure

cvs commit: apachen STATUS

1998-01-11 Thread martin
martin 98/01/11 10:30:09 Modified:.STATUS Log: Add Spelling patch, redraw Location patch (noted by Dean) Revision ChangesPath 1.73 +5 -4 apachen/STATUS Index: STATUS === RCS file

cvs commit: apachen STATUS

1998-01-13 Thread martin
martin 98/01/13 14:45:52 Modified:.STATUS Log: Yes, I disliked dots in Env-Vars Revision ChangesPath 1.84 +2 -2 apachen/STATUS Index: STATUS === RCS file: /home/cvs/apachen/STATUS

cvs commit: apachen/src/os/bs2000 - New directory

1998-01-13 Thread martin
martin 98/01/13 15:05:11 apachen/src/os/bs2000 - New directory

cvs commit: apachen/src/os/bs2000 .cvsignore Makefile.tmpl ebcdic.c ebcdic.h os-inline.c os.c os.h

1998-01-13 Thread martin
martin 98/01/13 15:11:33 Modified:.CHANGES STATUS src Configure src/helpers GuessOS src/main buff.c buff.h conf.h http_bprintf.c http_config.c http_core.c http_main.c http_protocol.c httpd.h

cvs commit: apachen STATUS

1998-01-13 Thread martin
martin 98/01/13 15:35:34 Modified:.STATUS Log: -1 degrees centigrade (30F) in munich Revision ChangesPath 1.87 +2 -2 apachen/STATUS Index: STATUS === RCS file: /home/cvs/apachen

cvs commit: apachen/src/main util.c

1998-01-19 Thread martin
martin 98/01/19 07:08:41 Modified:src/main util.c Log: [PORT] fix the renamed _toascii references (I missed some) Revision ChangesPath 1.86 +3 -3 apachen/src/main/util.c Index: util.c

cvs commit: apachen/src/main conf.h

1998-01-25 Thread martin
martin 98/01/24 17:40:57 Modified:.STATUS src CHANGES src/ap Makefile.tmpl src/main conf.h Added: src/ap ap_execve.c Log: Add function to emulate the execution of #! scripts for OS's which don't support

cvs commit: apachen/src/main http_main.c

1998-01-25 Thread martin
martin 98/01/25 10:41:54 Modified:.STATUS src/main http_main.c Log: More switches are printed for the -V switch now Revision ChangesPath 1.128 +1 -0 apachen/STATUS Index: STATUS

cvs commit: apachen/src/os/bs2000 ebcdic.c os.c os.h

1998-01-26 Thread martin
martin 98/01/26 08:46:20 Modified:.STATUS src README.EBCDIC src/main buff.c buff.h http_bprintf.c http_core.c http_protocol.c src/modules/standard mod_cgi.c mod_include.c src/os/bs2000

cvs commit: apachen/src/modules/standard mod_autoindex.c mod_info.c mod_status.c

1998-01-26 Thread martin
martin 98/01/26 10:24:40 Modified:.STATUS htdocs/manual/mod core.html directives.html src/main http_core.c http_core.h http_protocol.c httpd.h src/modules/proxy proxy_ftp.c src/modules/standard mod_autoindex.c

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

1998-01-30 Thread martin
martin 98/01/30 01:26:45 Modified:src/modules/proxy proxy_ftp.c Log: Fixed const mismatch warning (Thanks, Dean) Revision ChangesPath 1.48 +5 -4 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

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

1998-01-30 Thread martin
martin 98/01/30 01:35:54 Modified:htdocs/manual new_features_1_3.html Log: Add some blurb about the ServerSignature addition Revision ChangesPath 1.40 +9 -0 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

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

1998-01-30 Thread martin
martin 98/01/30 01:59:24 Modified:src/main http_main.c Log: Add MODULE_MAGIC_NUMBER to the output generated by -V Revision ChangesPath 1.278 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c

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

1998-01-31 Thread martin
martin 98/01/31 15:52:50 Modified:src/os/bs2000 os.h Log: Fix include problem for BS2000 compilation Revision ChangesPath 1.3 +1 -1 apache-1.3/src/os/bs2000/os.h Index: os.h === RCS file

cvs commit: apache-1.3/src/ap ap_execve.c

1998-01-31 Thread martin
martin 98/01/31 15:54:34 Modified:src/ap ap_execve.c Log: Remove unnecessary depedency on aplog_error() -- it was a debugging output anyway. Submitted by: Ken Coar Revision ChangesPath 1.4 +0 -4 apache-1.3/src/ap/ap_execve.c Index: ap_execve.c

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

1998-01-31 Thread martin
martin 98/01/31 15:55:42 Modified:src/main util.c Log: For CRLF delimited lines, the line numbering would count incorrect. PR: related tpo #1671 Revision ChangesPath 1.91 +2 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-02-03 Thread martin
martin 98/02/03 08:55:31 Modified:src/os/bs2000 os.c Log: EBCDIC-Portability: include httpd.h first Revision ChangesPath 1.3 +1 -0 apache-1.3/src/os/bs2000/os.c Index: os.c === RCS file

cvs commit: apache-1.3/htdocs/manual/mod mod_include.html

1998-02-05 Thread martin
martin 98/02/05 01:58:40 Modified:htdocs/manual/misc FAQ.html htdocs/manual/mod mod_include.html Added: htdocs/manual/images custom_errordocs.gif htdocs/manual/misc custom_errordocs.html Log: Add a document describing a solution which uses XSSI

cvs commit: apache-1.3/htdocs/manual/mod mod_include.html

1998-02-05 Thread martin
martin 98/02/05 02:36:41 Modified:htdocs/manual/mod mod_include.html Log: Fixed error in HREF Revision ChangesPath 1.20 +1 -1 apache-1.3/htdocs/manual/mod/mod_include.html Index: mod_include.html

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

1998-02-13 Thread martin
martin 98/02/13 01:57:28 Modified:src/modules/proxy proxy_cache.c Log: Debug code referenced invalid structure tag Revision ChangesPath 1.34 +1 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-1.2/src/helpers GuessOS

1998-02-13 Thread martin
martin 98/02/13 08:05:25 Modified:src/helpers GuessOS Log: The most important part of the SINIX/ReliantUNIX backport was still missing: GuessOS would not detect ReliantUNIX as a known platform. PR: 1588 Revision ChangesPath 1.21 +1 -1 apache-1.2/src

cvs commit: apache-1.2 STATUS

1998-02-13 Thread martin
martin 98/02/13 08:14:37 Modified:.STATUS Log: Note GuessOS change (triggered by PR#1588) Revision ChangesPath 1.5 +1 -0 apache-1.2/STATUS Index: STATUS === RCS file: /home/cvs

cvs commit: apache-2.0 STATUS

1998-02-18 Thread martin
martin 98/02/18 12:26:23 Modified:.STATUS Log: Vote. It's been clear blue sky all day long Revision ChangesPath 1.24 +17 -11apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs

cvs commit: apache-1.3 STATUS

1998-02-18 Thread martin
martin 98/02/18 12:39:20 Modified:.STATUS Log: Vote; Reverse Ken's suggestion about check_cmd_context() which got lost around Rev.1.120 Revision ChangesPath 1.157 +7 -5 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/modules/standard mod_info.c

1998-02-20 Thread martin
martin 98/02/20 02:44:36 Modified:src CHANGES src/modules/standard mod_info.c Log: mod_info would occasionally produce an unpaired tt in its output. Fixed. Revision ChangesPath 1.641 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-20 Thread martin
martin 98/02/20 02:51:36 Modified:.STATUS src CHANGES src/include http_config.h src/main http_core.c Log: The check_cmd_context() function is now globally usable (Ken's suggestion) Revision ChangesPath 1.159

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

1998-02-22 Thread martin
martin 98/02/22 12:52:35 Modified:src CHANGES src/main http_main.c Log: Apache will, when started with the -X (single process) debugging flag, honor the SIGINT or SIGQUIT signals again now. This capability got lost a while ago during OS/2 signal handling

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

1998-02-22 Thread martin
martin 98/02/22 13:10:06 Modified:src README.EBCDIC .Announcement htdocs/manual new_features_1_3.html Log: Add blurb about the BS2000 EBCDIC Port Revision ChangesPath 1.3 +65 -43apache-1.3/src/README.EBCDIC Index

cvs commit: apache-1.3/src/include conf.h

1998-02-22 Thread martin
martin 98/02/22 13:14:54 Modified:src/include conf.h Log: Update BS2000 configuration defines Revision ChangesPath 1.183 +2 -2 apache-1.3/src/include/conf.h Index: conf.h === RCS file

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

1998-02-22 Thread martin
martin 98/02/22 13:17:05 Modified:src/include explain.h Removed: src/main explain.c Log: Rewrite explain.h to use aplog_error(...APLOG_DEBUG...); remove explain.c Revision ChangesPath 1.6 +23 -12apache-1.3/src/include/explain.h Index: explain.h

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

1998-02-22 Thread martin
martin 98/02/22 13:22:13 Modified:src/modules/proxy mod_proxy.c Log: Ignore case on host name comparisons for NoCache and NoProxy directives Revision ChangesPath 1.37 +2 -2 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3/src/modules/proxy mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c

1998-02-22 Thread martin
martin 98/02/22 13:35:33 Modified:src/modules/proxy mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c Log: [Port]: minor changes to ease EBCDIC port Revision ChangesPath 1.27 +6 -0 apache-1.3/src/modules/proxy/mod_proxy.h Index

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

1998-02-22 Thread martin
martin 98/02/22 13:37:48 Modified:src/main http_protocol.c Log: Typo Revision ChangesPath 1.191 +1 -1 apache-1.3/src/main/http_protocol.c Index: http_protocol.c === RCS file: /home/cvs

cvs commit: apache-1.3/src/support htpasswd.c

1998-02-22 Thread martin
martin 98/02/22 13:39:35 Modified:src/support htpasswd.c Log: [Port]: minor changes to ease EBCDIC port Revision ChangesPath 1.11 +5 -0 apache-1.3/src/support/htpasswd.c Index: htpasswd.c

cvs commit: apache-1.3/src/ap ap_execve.c

1998-02-27 Thread martin
martin 98/02/27 01:46:33 Modified:src/ap ap_execve.c Log: Oops! I should never publish a function without actually testing it... ap_execle() forgot to pass argv[0] to the program! Revision ChangesPath 1.7 +6 -5 apache-1.3/src/ap/ap_execve.c Index

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

1998-02-27 Thread martin
martin 98/02/27 02:10:24 Modified:src/modules/proxy proxy_util.c Log: I forgot to change all occurrences of CRLF Revision ChangesPath 1.43 +3 -3 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-02-27 Thread martin
martin 98/02/27 02:18:42 Modified:src/modules/proxy mod_proxy.c mod_proxy.h proxy_util.c Log: Add pool to interfaces of proxy_is_XXX functions (needed for future expansion) Revision ChangesPath 1.39 +4 -3 apache-1.3/src/modules/proxy/mod_proxy.c Index

cvs commit: apache-1.3/src Configure

1998-02-27 Thread martin
martin 98/02/27 06:45:01 Modified:src Configure Log: SVR4 (at least SINIX) needs -DHAS_DLFCN Revision ChangesPath 1.189 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file

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

1998-02-27 Thread martin
martin 98/02/27 06:47:16 Modified:src/modules/proxy mod_proxy.c Log: Sorry -- Forgot one pool argument in previous patch Revision ChangesPath 1.40 +1 -1 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3/src/modules/standard mod_log_config.c

1998-02-27 Thread martin
martin 98/02/27 07:15:30 Modified:src CHANGES src/include httpd.h src/main Makefile.tmpl http_main.c http_protocol.c http_request.c http_vhost.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_http.c

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

1998-02-27 Thread martin
martin 98/02/27 07:19:56 Modified:src/include util_uri.h src/main util_uri.c Log: Reflect Year-1998 reality Revision ChangesPath 1.2 +1 -1 apache-1.3/src/include/util_uri.h Index: util_uri.h

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

1998-02-27 Thread martin
martin 98/02/27 07:26:06 Modified:src/main Makefile.tmpl Log: Dean, this 'make depend' stuff was a great job Revision ChangesPath 1.14 +4 -0 apache-1.3/src/main/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/os/unix os.h

1998-03-06 Thread martin
martin 98/03/06 05:16:19 Modified:src/os/unix os.h Log: This is disgusting - we must change the include order as soon as possible Revision ChangesPath 1.12 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h

cvs commit: apache-1.3/src/os/unix os.h

1998-03-06 Thread martin
martin 98/03/06 05:18:45 Modified:src/os/unix os.h Log: SVR4 has dlfcn.h Revision ChangesPath 1.13 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h === RCS file: /home/cvs/apache-1.3/src/os

cvs commit: apache-1.3/htdocs/manual/mod mod_rewrite.html mod_proxy.html

1998-03-20 Thread martin
martin 98/03/20 03:11:05 Modified:htdocs/manual/mod mod_rewrite.html mod_proxy.html Log: Typo Revision ChangesPath 1.28 +3 -3 apache-1.3/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html

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

1998-03-20 Thread martin
martin 98/03/20 03:24:40 Modified:src/main http_config.c Log: When configuration errors are detected (i.e., srm_command_loop returns an error string), the errno variable is useless. Don't print invalid errno messages at this level. Revision ChangesPath 1.110 +1

cvs commit: apache-1.3/src/support suexec.c

1998-03-20 Thread martin
martin 98/03/20 03:33:02 Modified:src/support suexec.c Log: Add the same conditions for initgroups() existance as we use in apache's conf.h; Add case insensitivity for BS2000's user name comparison (yes, that's how it is); Add an error message if the executable isn't

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

1998-03-22 Thread martin
martin 98/03/22 14:21:03 Modified:src/modules/proxy proxy_http.c proxy_util.c Log: Add proxy capabilities to EBCDIC port: until now, each cached file would be converted twice when not in the cache, and converted once if in the cache (this would deliver incorrect contents). Now

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

1998-03-25 Thread martin
martin 98/03/25 07:09:00 Modified:src/modules/proxy proxy_ftp.c Log: On BS2000, the reuse-addr option is set by default, and cannot be en/disabled Revision ChangesPath 1.54 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

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

1998-03-25 Thread martin
martin 98/03/25 07:12:07 Modified:src/modules/proxy proxy_util.c Log: Hex conversion for EBCDIC hosts added Revision ChangesPath 1.53 +12 -0 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-03-25 Thread martin
martin 98/03/25 07:23:01 Modified:src/modules/proxy proxy_ftp.c Log: EBCDIC charset conversion for ftp_check_string() added Revision ChangesPath 1.55 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache-1.3/src Configure

1998-03-25 Thread martin
martin 98/03/25 07:26:52 Modified:src Configure Log: Use additional switches for Bs2000 C Compiler: They force CC to use mixed case and underscores in the generated *.o files (And I wonder why that is not the default in the POSIX subsystem) Without these flags, no two

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

1998-03-25 Thread martin
martin 98/03/25 07:36:11 Modified:src/main util_uri.c Log: Correct the detection of an invalid port string in parse_uri_components(). Revision ChangesPath 1.13 +1 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c

cvs commit: apache-1.3 STATUS

1998-03-26 Thread martin
martin 98/03/26 01:58:55 Modified:.STATUS Log: Bright sunny Revision ChangesPath 1.214 +4 -4 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

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

1998-03-26 Thread martin
martin 98/03/26 02:10:55 Modified:src/modules/proxy mod_proxy.c Log: Use HTTP_BAD_REQUEST for BAD_REQUEST everywhere Revision ChangesPath 1.48 +1 -7 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3 STATUS

1998-03-26 Thread martin
martin 98/03/26 05:54:04 Modified:.STATUS Log: Note %2F fix Revision ChangesPath 1.217 +2 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/src CHANGES

1998-03-26 Thread martin
martin 98/03/26 05:54:41 Modified:src CHANGES Log: Document %2F fix in http_request Revision ChangesPath 1.732 +7 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs

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

1998-03-26 Thread martin
martin 98/03/26 06:06:49 Modified:src/main http_request.c Log: Don't refuse to serve if %2F occurs in the query part only, or in a proxy request (this shouldn't return a 404 anyway, but a 400) Revision ChangesPath 1.114 +7 -4 apache-1.3/src/main

cvs commit: apache-1.3/src Configure

1998-03-26 Thread martin
martin 98/03/26 06:09:51 Modified:src Configure Log: Move BS2000 compile switches to CC macro, since these flags must be present both for compile and link Revision ChangesPath 1.220 +2 -2 apache-1.3/src/Configure Index: Configure

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

1998-03-26 Thread martin
martin 98/03/26 07:48:50 Added: htdocs/manual ebcdic.html Log: Add a preliminary EBCDIC porting paper (derived from README.EBCDIC) Revision ChangesPath 1.1 apache-1.3/htdocs/manual/ebcdic.html Index: ebcdic.html

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

1998-03-26 Thread martin
martin 98/03/26 08:19:48 Modified:htdocs/manual ebcdic.html Log: typo Revision ChangesPath 1.2 +1 -1 apache-1.3/htdocs/manual/ebcdic.html Index: ebcdic.html === RCS file: /home/cvs

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 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/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/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/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/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

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 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/main buff.c

1998-04-03 Thread martin
martin 98/04/03 06:55:46 Modified:src/main buff.c Log: Integrate EBCDIC conversion into new bprintf() and friends. Fix an old bug with EBCDIC translation (sometimes, a necessary conversion was forgotten). Revision ChangesPath 1.72 +30 -2 apache-1.3/src/main

cvs commit: apache-1.3 STATUS

1998-04-09 Thread martin
martin 98/04/09 07:33:08 Modified:.STATUS Log: Updates Votes Revision ChangesPath 1.286 +30 -15apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

  1   2   3   4   >