cvs commit: apache/src util_script.c

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:33:27 Modified:src util_script.c Log: eliminate unused variable warning Revision ChangesPath 1.69 +2 -0 apache/src/util_script.c Index: util_script.c === RCS file:

cvs commit: apache/src util_script.c

1997-08-04 Thread Alexei Kosut
akosut 97/08/04 14:10:17 Modified:src util_script.c Log: Correctly set PATH_TRANSLATED to a Windows filename when running under Windows. Revision ChangesPath 1.68 +12 -4 apache/src/util_script.c Index: util_script.c ===

cvs commit: apache/src util_script.c

1997-06-16 Thread Dean Gaudet
dgaudet 97/06/16 13:18:32 Modified:src util_script.c Log: use sizeof rather than manifest constants Revision ChangesPath 1.60 +3 -3 apache/src/util_script.c Index: util_script.c === R

cvs commit: apache/src util_script.c

1997-05-11 Thread Roy Fielding
fielding97/05/11 16:13:23 Modified:src util_script.c Log: Just in case, added comments and fixed assumption about the_request in original_uri(). Revision ChangesPath 1.58 +12 -5 apache/src/util_script.c Index: util_script.c

cvs commit: apache/src util_script.c

1997-04-28 Thread Dean Gaudet
dgaudet 97/04/28 21:45:53 Modified:src util_script.c Log: Fix an off-by-1 error. Revision ChangesPath 1.56 +3 -3 apache/src/util_script.c Index: util_script.c === RCS file: /export/ho

cvs commit: apache/src util_script.c

1997-04-27 Thread Roy Fielding
fielding97/04/27 00:14:02 Modified:src util_script.c Log: Avoid doing a get_module_config if none of the RLIMITs are defined, since we don't need it if we are not going to do a setrlimit. Revision ChangesPath 1.53 +5 -0 apache/src/util_script.c Inde

cvs commit: apache/src util_script.c

1997-04-25 Thread Randy Terbush
randy 97/04/25 06:39:35 Modified:src util_script.c Log: Reverse previous changes. Revision ChangesPath 1.51 +8 -11 apache/src/util_script.c Index: util_script.c === RCS file: /export

cvs commit: apache/src util_script.c

1997-04-24 Thread Randy Terbush
randy 97/04/24 22:29:55 Modified:src util_script.c Log: Get this right. Roy pointed out a couple of Bad Things (tm) and it seems this patch even broke the non ~user functionality by not setting the group. Revision ChangesPath 1.50 +12 -9 apache/src/util

cvs commit: apache/src util_script.c

1997-02-10 Thread Roy Fielding
fielding97/02/10 03:18:20 Modified:src util_script.c Log: Remove a pcalloc that's not used in call_exec(). Submitted by: Dean Gaudet Reviewed by: Roy Fielding Revision ChangesPath 1.43 +0 -3 apache/src/util_script.c Index: util_script.c =

cvs commit: apache/src util_script.c

1997-02-06 Thread Roy Fielding
fielding97/02/06 17:27:08 Modified:src util_script.c Log: Minor bug fix. Always remember to clear a timeout that was set within a routine, even when exiting with an error. Revision ChangesPath 1.42 +1 -0 apache/src/util_script.c Index: util_script.

cvs commit: apache/src util_script.c

1997-01-15 Thread Brian Behlendorf
brian 97/01/15 23:57:30 Modified:src util_script.c Log: Reviewed by: Rob Hartill, Jim Jagielski, Jason A. Dour Submitted by: Alexei Kosut Revision ChangesPath 1.40 +5 -1 apache/src/util_script.c Index: util_script.c

cvs commit: apache/src util_script.c

1997-01-13 Thread Randy Terbush
randy 97/01/13 21:57:28 Modified:src util_script.c Log: Clean up some cruft that was left over from a malloc(). Revision ChangesPath 1.39 +1 -2 apache/src/util_script.c Index: util_script.c =

cvs commit: apache/src util_script.c

1997-01-03 Thread Chuck Murcko
chuck 97/01/03 01:30:21 Modified:src util_script.c Log: Fix byte ordering problems for REMOTE_PORT Revision ChangesPath 1.37 +1 -1 apache/src/util_script.c Index: util_script.c ===

cvs commit: apache/src util_script.c

1996-12-26 Thread Randy Terbush
randy 96/12/26 09:36:24 Modified:src util_script.c Log: Attempt to make this more portable. Use _POSIX_ARG_MAX and include limits.h. Revision ChangesPath 1.33 +2 -2 apache/src/util_script.c Index: util_script.c

cvs commit: apache/src util_script.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 11:27:21 Modified:src util_script.c Log: Cleanup for -Wall (Thanks Andrew) Reviewed by: Andrew Wilson Revision ChangesPath 1.32 +1 -1 apache/src/util_script.c Index: util_script.c ==

cvs commit: apache/src util_script.c

1996-11-11 Thread Roy Fielding
fielding96/11/11 22:02:56 Modified:src util_script.c Log: Added REMOTE_PORT to the environment variables set for scripts, with the value being the client's TCP port. This allows CGI scripts to independently check the client's Ident (RFC 1413) without needing IdentityChec

cvs commit: apache/src util_script.c

1996-08-20 Thread Alexei Kosut
akosut 96/08/20 13:18:18 Modified:src util_script.c Log: Fix directory index sizes. Submitted by: Joel Shprentz Revision ChangesPath 1.22 +5 -3 apache/src/util_script.c

cvs commit: apache/src util_script.c

1996-08-08 Thread Alexei Kosut
akosut 96/08/08 10:01:16 Modified:src util_script.c Log: Fix problems with SCRIPT_NAME and PATH_INFO when "special" sorts of URL-to-filename mapping occurs. Reviewed by: Robert S. Thau, Ben Laurie Revision ChangesPath 1.20 +22 -7 apache/src/util_scr

cvs commit: apache/src util_script.c

1996-08-06 Thread Ben Laurie
ben 96/08/06 11:30:40 Modified:src util_script.c Log: Undo accidental change... Revision ChangesPath 1.18 +1 -1 apache/src/util_script.c Index: util_script.c === RCS file: /export

cvs commit: apache/src util_script.c

1996-04-14 Thread Ben Laurie
ben 96/04/14 14:46:14 Modified:src util_script.c Log: Replace a new Location header rather than merging it. Submitted by: Rob Hartill Revision ChangesPath 1.10 +1 -1 apache/src/util_script.c Index: util_script.c ===

cvs commit: apache/src util_script.c

1996-03-06 Thread Ben Laurie
ben 96/03/06 03:06:25 Modified:src util_script.c Log: K is Kelvin, not kilo, that is k. Did I mention that I was a pedant? Revision ChangesPath 1.9 +3 -3 apache/src/util_script.c