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

1997-09-25 Thread Dean Gaudet
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. Reviewed

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

1997-09-25 Thread Dean Gaudet
dgaudet 97/09/25 19:59:11 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: 1) Entity Names (like uuml;) are parsed and counted as having a width of one character. Until now, their length was taken in column counting, resulting in too

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

1997-09-25 Thread Dean Gaudet
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]

cvs commit: apachen/src/main http_protocol.c

1997-09-25 Thread Dean Gaudet
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

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

1997-09-25 Thread Dean Gaudet
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