I apologize for these not getting through - I've now turned off
spam-checking on apache-cvs since most people are posting from their
hyperreal.com accounts, which is hwo I suppose it works. :)
Here they are.
Brian
Date: Thu, 29 Feb 1996 14:17:09 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_auth_msql.c mod_proxy.c
Status: RO
X-Status: D
akosut 96/02/29 14:17:08
Modified: src mod_auth_msql.c mod_proxy.c
Log:
just two warnings casts for linux
Submitted by: Aram Mirzadeh ([EMAIL PROTECTED])
Revision Changes Path
1.2 +1 -1 apache/src/mod_auth_msql.c
1.2 +1 -1 apache/src/mod_proxy.c
Date: Thu, 29 Feb 1996 14:20:50 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_proxy.c
Status: RO
X-Status:
akosut 96/02/29 14:20:49
Modified: src mod_proxy.c
Log:
Proxy module no longer SIGSEGVs under HP-UX, and is better
compliant with the HTTP specification.
Revision Changes Path
1.3 +6 -6 apache/src/mod_proxy.c
Date: Thu, 29 Feb 1996 14:25:53 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src util_script.c
Status: RO
X-Status:
akosut 96/02/29 14:25:53
Modified: src util_script.c
Log:
Internal redirects now preserve HTTP headers
Submitted by: Rob Hartill
Revision Changes Path
1.3 +4 -1 apache/src/util_script.c
Date: Thu, 29 Feb 1996 14:28:56 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src conf.h http_main.c
Status: RO
X-Status:
akosut 96/02/29 14:28:55
Modified: src conf.h http_main.c
Log:
This patchfile adds SysV-based Shared Memory support for Apache.
Submitted by: Jim Jagielski <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +3 -0 apache/src/conf.h
1.3 +107 -6 apache/src/http_main.c
Date: Thu, 29 Feb 1996 14:31:22 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src http_main.c http_protocol.c http_protocol.h
httpd.h
Status: RO
X-Status:
akosut 96/02/29 14:31:21
Modified: src http_main.c http_protocol.c http_protocol.h
httpd.h
Log:
Keep-Alive support uses less memory for long connections
Revision Changes Path
1.4 +6 -4 apache/src/http_main.c
1.3 +2 -3 apache/src/http_protocol.c
1.3 +1 -1 apache/src/http_protocol.h
1.3 +0 -5 apache/src/httpd.h
Date: Thu, 29 Feb 1996 14:36:40 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src http_protocol.c
Status: RO
X-Status:
akosut 96/02/29 14:36:39
Modified: src http_protocol.c
Log:
Fix send_http_header() to not remember the memory location of the
output headers over the call to set_keepalive(); the latter
routine may add output headers, which can change the location
of the table.
Submitted by: [EMAIL PROTECTED] (David Robinson)
Revision Changes Path
1.4 +9 -9 apache/src/http_protocol.c
Date: Thu, 29 Feb 1996 18:34:41 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src Makefile.tmpl buff.c buff.h http_main.c
http_protocol.c http_protocol.h httpd.h mod_dir.c mod_imap.c mod_include.c
mod_log_common.c mod_log_config.c mod_proxy.c util.c util_script.c
Status: RO
X-Status:
akosut 96/02/29 18:34:40
Modified: src Makefile.tmpl buff.c buff.h http_main.c
http_protocol.c http_protocol.h httpd.h mod_dir.c
mod_imap.c mod_include.c mod_log_common.c
mod_log_config.c mod_proxy.c util.c util_script.c
Log:
Use bread() etc instead of fread() for reading/writing to client.
Move the count of bytes sent into the buffering routines.
Rewrite the buffering routines to provide bputc(), bgetc() macros.
Submitted by: [EMAIL PROTECTED] (David Robinson)
Obtained from: 110a.buff.patch
Revision Changes Path
1.4 +1 -3 apache/src/Makefile.tmpl
1.2 +124 -24 apache/src/buff.c
1.2 +45 -11 apache/src/buff.h
1.5 +16 -25 apache/src/http_main.c
1.5 +105 -87 apache/src/http_protocol.c
1.4 +4 -0 apache/src/http_protocol.h
1.4 +3 -4 apache/src/httpd.h
1.3 +38 -38 apache/src/mod_dir.c
1.3 +1 -3 apache/src/mod_imap.c
1.3 +16 -16 apache/src/mod_include.c
1.3 +7 -2 apache/src/mod_log_common.c
1.3 +11 -1 apache/src/mod_log_config.c
1.4 +48 -35 apache/src/mod_proxy.c
1.3 +1 -1 apache/src/util.c
1.4 +8 -5 apache/src/util_script.c
Date: Thu, 29 Feb 1996 18:39:58 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src Makefile.tmpl alloc.c alloc.h http_config.c
http_core.c http_core.h http_log.c http_main.c httpd.h mod_access.c
mod_cookies.c mod_log_common.c mod_log_config.c util.c util_script.c
Status: RO
X-Status:
akosut 96/02/29 18:39:57
Modified: src Makefile.tmpl alloc.c alloc.h http_config.c
http_core.c http_core.h http_log.c http_main.c
httpd.h mod_access.c mod_cookies.c
mod_log_common.c mod_log_config.c util.c
util_script.c
Log:
Make hostname_lookups a per-directory core configuration variable.
Replace all accesses to the connection.remote_host and remote_name
variables to calls to get_remote_host(), which is now in http_core.c
Also fix prototype of table_set() and in_domain().
Submitted by: [EMAIL PROTECTED] (David Robinson)
Obtained from: 111a.host.patch
Revision Changes Path
1.5 +5 -3 apache/src/Makefile.tmpl
1.3 +1 -1 apache/src/alloc.c
1.3 +1 -1 apache/src/alloc.h
1.3 +0 -5 apache/src/http_config.c
1.3 +59 -3 apache/src/http_core.c
1.3 +9 -0 apache/src/http_core.h
1.3 +4 -1 apache/src/http_log.c
1.6 +22 -6 apache/src/http_main.c
1.5 +6 -10 apache/src/httpd.h
1.3 +20 -14 apache/src/mod_access.c
1.3 +3 -1 apache/src/mod_cookies.c
1.4 +3 -1 apache/src/mod_log_common.c
1.4 +1 -1 apache/src/mod_log_config.c
1.4 +0 -64 apache/src/util.c
1.5 +2 -1 apache/src/util_script.c
Date: Thu, 29 Feb 1996 18:46:50 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src rfc1413.c rfc1413.h Makefile.tmpl http_config.c
http_core.c http_core.h http_main.c httpd.h mod_log_common.c mod_log_config.c
util_script.c rfc931.c
Status: RO
X-Status:
akosut 96/02/29 18:46:49
Modified: src Makefile.tmpl http_config.c http_core.c
http_core.h http_main.c httpd.h mod_log_common.c
mod_log_config.c util_script.c
Added: src rfc1413.c rfc1413.h
Removed: src rfc931.c
Log:
Make do_rfc1413 a per-directory core configuration variable.
Replace all accesses to the connection.remote_logname
variables to calls to get_remote_logname(). Rewrite rfc931.c as
rfc1413.c to conform to new standard, avoid stdio and avoid syslog.
Submitted by: [EMAIL PROTECTED] (David Robinson)
Obtained from: 112b.ident.patch
Revision Changes Path
1.6 +3 -2 apache/src/Makefile.tmpl
1.4 +1 -6 apache/src/http_config.c
1.4 +24 -3 apache/src/http_core.c
1.4 +2 -0 apache/src/http_core.h
1.7 +1 -11 apache/src/http_main.c
1.6 +7 -7 apache/src/httpd.h
1.5 +5 -4 apache/src/mod_log_common.c
1.5 +1 -1 apache/src/mod_log_config.c
1.6 +3 -1 apache/src/util_script.c
Date: Thu, 29 Feb 1996 18:50:57 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_cgi.c mod_include.c util_script.c
util_script.h
Status: RO
X-Status:
akosut 96/02/29 18:50:56
Modified: src mod_cgi.c mod_include.c util_script.c
util_script.h
Log:
CGI variables are now available to server side include directives
as well as the QUERY_STRING_UNESCAPED variable, as required by
the NCSA server side include documentation.
Submitted by: [EMAIL PROTECTED] (Nathan Schrenk)
Obtained from: 114.ssi_variables.patch
Revision Changes Path
1.3 +0 -49 apache/src/mod_cgi.c
1.4 +6 -0 apache/src/mod_include.c
1.7 +52 -0 apache/src/util_script.c
1.3 +1 -0 apache/src/util_script.h
Date: Thu, 29 Feb 1996 18:52:21 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src http_protocol.c
Status: RO
X-Status:
akosut 96/02/29 18:52:21
Modified: src http_protocol.c
Log:
Only call bflush() after sending the header if we are using
keep-alives, to workround a netscape bug; otherwise it hurts
performance.
Submitted by: [EMAIL PROTECTED] (David Robinson)
Obtained from: 116.keepalive_flush.patch
Revision Changes Path
1.6 +2 -1 apache/src/http_protocol.c
Date: Thu, 29 Feb 1996 18:55:09 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_proxy.c
Status: RO
X-Status:
akosut 96/02/29 18:55:09
Modified: src mod_proxy.c
Log:
There was a missing htons(port) in mod_proxy.c
Submitted by: [EMAIL PROTECTED] (Sameer Parekh)
Obtained from: 117.missing_htons.patch
Revision Changes Path
1.5 +1 -1 apache/src/mod_proxy.c
Date: Thu, 29 Feb 1996 18:57:00 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src util_script.c
Status: RO
X-Status:
akosut 96/02/29 18:57:00
Modified: src util_script.c
Log:
Better diagnostic info to enhance "malformed header from script"
Submitted by: Rob Hartill
Obtained from: 118.malformed.patch
Revision Changes Path
1.8 +8 -2 apache/src/util_script.c
Date: Thu, 29 Feb 1996 18:59:15 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_userdir.c
Status: RO
X-Status:
akosut 96/02/29 18:59:15
Modified: src mod_userdir.c
Log:
Improvements and new features added to the UserDir directive:
Additional forms of specifiying user directories, and the ability to
specify multiple user directories, much like the DirectoryIndex
command.
Submitted by: Alexei Kosut <[EMAIL PROTECTED]>
Obtained from: 56b.alias_userdir.patch
Revision Changes Path
1.3 +80 -26 apache/src/mod_userdir.c
Date: Thu, 29 Feb 1996 19:01:09 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src http_request.c mod_cgi.c
Status: RO
X-Status:
akosut 96/02/29 19:01:08
Modified: src http_request.c mod_cgi.c
Log:
The current internal_redirect code always hard sets the new request
to a GET method. This is not always desireable. This patch causes
iternal_redirect to preserve the original request method except in
the case of a redirect from the CGI module or for error documents.
Submitted by: [EMAIL PROTECTED] (Adam Sussman)
[EMAIL PROTECTED] (Rasmus Lerdorf)
Obtained from: 78b.preserve_redirect_method.patch
Revision Changes Path
1.3 +8 -7 apache/src/http_request.c
1.4 +8 -1 apache/src/mod_cgi.c
Date: Thu, 29 Feb 1996 19:10:52 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_imap.c
Status: RO
X-Status:
akosut 96/02/29 19:10:51
Modified: src mod_imap.c
Log:
Rewrite/reorganization. New handling of default, base and relative URLs.
New Configuration directives. Support for creating non-graphical menu
added. (backwards compatible).
Submitted by: Nathan Kurz, [EMAIL PROTECTED]
Obtained from: httpd/for_Apache_1.1b0/mod_imap.c
Revision Changes Path
1.4 +540 -201 apache/src/mod_imap.c
Date: Thu, 29 Feb 1996 19:16:23 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/src mod_env.c Configuration.tmpl
Status: RO
X-Status:
akosut 96/02/29 19:16:23
Modified: src Configuration.tmpl
Added: src mod_env.c
Log:
This module allows Apache's CGI and SSI environment to inherit
environment variables from the shell which invoked the httpd
process. CERN webservers are able to do this, so this module is
especially useful to webadmins who wish to migrate from CERN to Apache
without rewriting all their scripts
Submitted by: Andrew Wilson <[EMAIL PROTECTED]>
Obtained from: apache/dist/contrib/modules/mod_env.c
Revision Changes Path
1.2 +1 -0 apache/src/Configuration.tmpl
Date: Thu, 29 Feb 1996 20:38:57 -0800
From: Alexei Kosut <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: apache/cgi-src Makefile change-passwd.c imagemap.c jj.c
phf.c post-query.c query.c util.c
Status: RO
X-Status:
akosut 96/02/29 20:38:56
Modified: cgi-src Makefile change-passwd.c imagemap.c jj.c phf.c
post-query.c query.c util.c
Log:
Updated /cgi-src to the latest NCSA version, including the IBM-ERS patch to
close a security hole, as well as other changes to the distribution
since it was last updated (Apache 0.8.5)
Obtained from: NCSA httpd 1.5.1b3
Revision Changes Path
1.2 +34 -11 apache/cgi-src/Makefile
1.2 +26 -7 apache/cgi-src/change-passwd.c
1.2 +61 -18 apache/cgi-src/imagemap.c
1.2 +8 -3 apache/cgi-src/jj.c
1.2 +6 -0 apache/cgi-src/phf.c
1.2 +5 -0 apache/cgi-src/post-query.c
1.2 +5 -0 apache/cgi-src/query.c
1.2 +5 -1 apache/cgi-src/util.c