cvs commit: apache/src mod_include.c

1998-01-05 Thread marc
marc98/01/05 12:51:43 Modified:src Tag: APACHE_1_2_X mod_include.c Log: SECURITY: General mod_include cleanup, including fixing several possible buffer overflows and a possible infinite loop. This cleanup was done against 1.3 code and then backported to 1.2. Dean s

cvs commit: apache/src mod_include.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:13:13 Modified:src mod_include.c Log: Replace struct pool with just pool. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +2 -2 apache/src/mod_include.c Index: mod_include.c =

cvs commit: apache/src mod_include.c

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 16:08:20 Modified:src mod_include.c Log: Added string relational operators (<, >, <=, >=). Also a significant amount of cleanup to bring this closer to the style guide. PR: 41 Submitted by: Bruno Wolff III <[EMAIL PROTECT

cvs commit: apache/src mod_include.c

1997-07-12 Thread Marc Slemko
marc97/07/12 12:46:55 Modified:src mod_include.c Log: Fixup of mod_include logging. Fixes an entirely incorrect message for an execution failure, adds quotes around the item in the message that is the problem, and fixes the number of slots in the string agree with th

cvs commit: apache/src mod_include.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:38:03 Modified:src mod_include.c Log: Fix VC++ warnings. Revision ChangesPath 1.38 +5 -3 apache/src/mod_include.c Index: mod_include.c === RCS file: /export/home/c

cvs commit: apache/src mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:50:16 Modified:src Tag: APACHE_1_2_X mod_include.c Log: PR#742: mod_include was not properly changing directory Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath No revision No r

cvs commit: apache/src mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:49:39 Modified:src mod_include.c Log: PR#742: mod_include was not properly changing directory Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath 1.36 +2 -0 apache/src/mod_include.c Index: mod_include.c =

cvs commit: apache/src mod_include.c

1997-06-04 Thread Rodent of Unusual Size
coar97/06/04 17:57:46 Modified:src mod_include.c Log: Add in bits necessary to use -DUSE_PERL_SSI with an sfio enabled Perl. Reviewed by: Jim Jagielski, Rob Hartill Submitted by: Doug MacEachern Revision ChangesPath 1.33 +6 -0 apa

cvs commit: apache/src mod_include.c

1997-02-19 Thread Jim Jagielski
jim 97/02/19 16:58:53 Modified:src mod_include.c Log: Remove getwd()... take one Revision ChangesPath 1.25 +1 -2 apache/src/mod_include.c Index: mod_include.c === RCS file: /expor

cvs commit: apache/src mod_include.c

1997-02-17 Thread Marc Slemko
marc97/02/17 02:56:20 Modified:src mod_include.c Log: Modify SSI parsing to treat everything after a '{' up to the '}' as part of the variable name. Submitted by: Ben Laurie Reviewed by: Roy Fielding, Dean Gaudet, Marc Slemko Revision ChangesPath 1.23

cvs commit: apache/src mod_include.c

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 20:54:24 Modified:src mod_include.c Log: Reviewed by: lotsa folks... Obtained from: Howard Fear, Alexei Kosut 1) The patch that I submitted a couple of days ago which recieved one +1 and fizzled. Fixes an ommision that caused include variables

cvs commit: apache/src mod_include.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 17:15:06 Modified:src mod_include.c Log: Add XSSI functionality. Submitted by: Howard Fear Reviewed by: Alexei Kosut, Rob Hartill, Randy Terbush Revision ChangesPath 1.13 +936 -78 apache/src/mod_include.c Index: mod_include.c ==

cvs commit: apache/src mod_include.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:43:24 Modified:src mod_include.c Log: Fix problem where closing an invalid file descriptor causes core a coredump. Reported on Linux. Reviewed by: Randy Terbush, Howard Fear Submitted by: Howard Fear Revision ChangesPath 1.11 +1 -1

cvs commit: apache/src mod_include.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 14:15:35 Modified:src mod_include.c Log: Submitted by: Randy Terbush and Howard Fear Fergot to put in the -Wall patch - chuck Revision ChangesPath 1.9 +1 -1 apache/src/mod_include.c Index: mod_include.c ==

cvs commit: apache/src mod_include.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 13:54:18 Modified:src mod_include.c Log: Reviewed by: The Group Submitted by: Howard Fear <[EMAIL PROTECTED]> I've finally tracked down the persistant core dumps we were experiencing on Linux. Attached is a patch for 1.0.5. I'll do one for 1.1 later

cvs commit: apache/src mod_include.c

1996-03-19 Thread Alexei Kosut
akosut 96/03/19 18:55:19 Modified:src mod_include.c Log: Made it so XBITHACK behavior only occurs for files of type text/html, as any other file type doesn't really make sense. Revision ChangesPath 1.5 +1 -1 apache/src/mod_include.c Index: mod_inc