cvs commit: apachen/src/main util_script.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:31:47 Modified:src CHANGES src/main util_script.c Log: Let people shoot themselves by passing Authorization to CGIs if they define SECURITY_HOLE_PASS_AUTHORIZATION. PR: 549 Submitted by: Marc Slemko Reviewed by: Dean Gaude

cvs commit: apachen/src/main util_script.c

1998-01-14 Thread dgaudet
dgaudet 98/01/14 13:01:09 Modified:.STATUS src CHANGES src/main util_script.c Log: protect environment variable names from having bad things in them Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.92

cvs commit: apachen/src/main util_script.c

1998-01-10 Thread marc
marc98/01/09 21:43:33 Modified:src/main util_script.c Log: Fix scripts without a '=' in the query string (eg. http://host/cgi-bin/mycgi?foobar) to work. PR: 1591 Reviewed by: Ben Laurie, Jim Jagielski Revision ChangesPath 1.89 +6 -1 apachen/src/mai

cvs commit: apachen/src/main util_script.c

1997-12-26 Thread ben
ben 97/12/26 07:52:38 Modified:src CHANGES src/main util_script.c Log: Check for executables by looking at the header. Submitted by: Jim Patterson <[EMAIL PROTECTED]> Reviewed by: Ben Laurie Revision ChangesPath 1.542 +4 -0 apachen/sr

cvs commit: apachen/src/main util_script.c

1997-12-07 Thread ben
ben 97/12/07 13:49:55 Modified:src CHANGES src/main util_script.c Log: WIN32: Allow spaces to prefix the interpreter in #! lines. PR: 1101 Revision ChangesPath 1.524 +3 -0 apachen/src/CHANGES Index: CHANGES ===

cvs commit: apachen/src/main util_script.c

1997-11-16 Thread ben
ben 97/11/16 07:45:24 Modified:src/main util_script.c Log: Blow away unexplained assert. Revision ChangesPath 1.85 +0 -1 apachen/src/main/util_script.c Index: util_script.c === RCS file

cvs commit: apachen/src/main util_script.c

1997-11-12 Thread ben
ben 97/11/11 16:50:45 Modified:src/main util_script.c Log: Hopefully fix winsock in CGI problems. Submitted by: Frank Faubert <[EMAIL PROTECTED]> Revision ChangesPath 1.83 +12 -1 apachen/src/main/util_script.c Index: util_script.c ===

cvs commit: apachen/src/main util_script.c

1997-10-24 Thread pcs
pcs 97/10/24 08:40:56 Modified:src/main util_script.c Log: Format recent patched code into Apache style Revision ChangesPath 1.82 +6 -5 apachen/src/main/util_script.c Index: util_script.c ===

cvs commit: apachen/src/main util_script.c

1997-10-21 Thread pcs
pcs 97/10/21 06:06:36 Modified:src/main util_script.c Log: Fix problem causing crash when a CGI is accessed with a ?arg wich does not contain a =. PR: 1030 Revision ChangesPath 1.80 +3 -3 apachen/src/main/util_script.c Index: util_script.c ===

cvs commit: apachen/src/main util_script.c

1997-10-15 Thread fielding
fielding97/10/15 16:37:48 Modified:src/main util_script.c Log: Fix warning on Solaris due to snprintf conversion of system-dependent type. Revision ChangesPath 1.78 +6 -4 apachen/src/main/util_script.c Index: util_script.c

cvs commit: apachen/src/main util_script.c

1997-09-13 Thread Rodent of Unusual Size
coar97/09/13 05:15:41 Modified:src/main util_script.c Log: Add in the final missing #include needed to clean up the set_last_modified() rework. Revision ChangesPath 1.72 +1 -0 apachen/src/main/util_script.c Index: util_script.c =