cvs commit: apache/src CHANGES util_script.c

1997-05-08 Thread Roy Fielding
fielding97/05/08 00:32:34 Modified:src CHANGES util_script.c Log: The method for determining PATH_INFO has been restored to the pre-1.2b (and NCSA httpd) implementation wherein it was the extra path info beyond the CGI script filename. The environment variable FILEPATH_INF

cvs commit: apache/src CHANGES util_script.c

1997-04-27 Thread Dean Gaudet
dgaudet 97/04/27 18:41:00 Modified:src CHANGES util_script.c Log: Fix an "endless" loop problem in CGI argv creation. Reviewed by: Dean, Jim Submitted by: Marc Revision ChangesPath 1.257 +5 -0 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES util_script.c

1997-03-02 Thread Randy Terbush
randy 97/03/02 21:01:46 Modified:src CHANGES util_script.c Log: Remove unnecessary call to va_end() in create_argv(). Reviewed by: Chuck Murcko, Dean Gaudet Revision ChangesPath 1.181 +5 -0 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src CHANGES util_script.c

1997-02-10 Thread Roy Fielding
fielding97/02/10 03:47:25 Modified:src CHANGES util_script.c Log: Logging of errors from the call_exec routine simply went nowhere, since the logfile fd has been closed, so now we send them to stderr. Submitted by: Harald T. Alvestrand [closes PR#163] Reviewed by: Roy

cvs commit: apache/src CHANGES util_script.c

1997-02-10 Thread Roy Fielding
fielding97/02/10 03:31:32 Modified:src CHANGES util_script.c Log: Fixed core dump when DocumentRoot is a CGI. [reported by [EMAIL PROTECTED] Submitted by: Ben Laurie Reviewed by: Roy Fielding, Dean Gaudet Revision ChangesPath 1.152 +5 -2 apache/src/C

cvs commit: apache/src CHANGES util_script.c

1996-12-28 Thread Ben Laurie
ben 96/12/28 10:16:11 Modified:src CHANGES util_script.c Log: Make create_argv() safe from overflows. Revision ChangesPath 1.106 +2 -1 apache/src/CHANGES Index: CHANGES === RCS fil

cvs commit: apache/src CHANGES util_script.c

1996-12-15 Thread Alexei Kosut
akosut 96/12/15 14:06:55 Modified:src CHANGES util_script.c Log: Add FILEPATH_INFO env variable, which contains the old-style PATH_INFO. Reviewed by: Ben Laurie, Randy Terbush Revision ChangesPath 1.87 +4 -0 apache/src/CHANGES Index: CHANGES =