dgaudet 97/09/25 20:52:15
Modified:src CHANGES
src/main httpd.h util.c util_script.c
src/modules/standard mod_cgi.c
Log:
Change to CGI permission test to allow User/Group tests to do the
right thing for suexec. [Randy Terbush] PR#918
(I had t
dgaudet 97/09/25 20:26:26
Modified:src CHANGES
src/main http_protocol.c
Log:
send_fb would not detect aborted connections in some situations
Reviewed by: Jim Jagielski, Roy Fielding
Revision ChangesPath
1.450 +4 -1 apachen/src/CHANGES
dgaudet 97/09/25 20:23:04
Modified:src CHANGES
src/modules/standard mod_include.c
Log:
mod_include would use uninitialized data when parsing certain
expressions involving && and ||
PR: 1139
Submitted by: Brian Slesinsky <[EMAIL PROTECTED]>
Rev
dgaudet 97/09/25 20:19:32
Modified:src CHANGES
src/modules/standard mod_imap.c
Log:
mod_imap only handles GET. Decline the rest so that, say, a PUT action
can be used.
Submitted by: Jay Bloodworth <[EMAIL PROTECTED]>
Reviewed by: Brian Behlendorf, Dean
dgaudet 97/09/25 20:11:25
Modified:support Tag: APACHE_1_2_X suexec.c
src Tag: APACHE_1_2_X CHANGES
Log:
suexec.c wouldn't build without -DLOG_EXEC
Submitted by: Jason A. Dour
Reviewed by: Dean Gaudet, Roy Fielding
Revision ChangesPath
No
dgaudet 97/09/25 20:09:43
Modified:src CHANGES
src/support suexec.c
Log:
suexec.c wouldn't build without -DLOG_EXEC
Submitted by: Jason A. Dour
Reviewed by: Dean Gaudet, Randy Terbush, Roy Fielding
Revision ChangesPath
1.447 +2 -0 apac
dgaudet 97/09/25 20:05:27
Modified:src Configure Makefile.tmpl
Log:
If a subdirectory make has an error, abort the parent immediately.
Submitted by: Martin Kraemer
Reviewed by: A cast of dozens
Revision ChangesPath
1.157 +1 -1 apachen/src/Configure
dgaudet 97/09/25 19:59:11
Modified:src CHANGES
src/modules/standard mod_autoindex.c
Log:
1) Entity Names (like ΓΌ) are parsed and counted as having a width
of "one character". Until now, their length was taken in column
counting, resulting in too early
dgaudet 97/09/25 19:56:43
Modified:src CHANGES
src/modules/standard mod_alias.c
Log:
PR#1153: RedirectMatch does not escape its result.
and unrelated to that PR: RedirectMatch does not allow constructs
such as "RedirectMatch /advertiser/(.*) $1".
Reviewe