cvs commit: apache-1.3/src/modules/standard mod_include.c

1999-12-11 Thread bjh
bjh 99/12/10 16:36:20 Modified:src/modules/standard mod_include.c Log: Clean up an unused variable warning. Revision ChangesPath 1.120 +1 -1 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apache-1.3/src/modules/standard mod_include.c

1999-05-21 Thread jim
jim 99/05/21 16:58:01 Modified:src Configure src/helpers TestCompile src/modules/standard mod_include.c Log: The final phases of the great 'quad' update. ap_snprintf() can now handle quads, assuming the compiler knows about them, and we now

cvs commit: apache-1.3/src/modules/standard mod_include.c mod_autoindex.c

1999-05-13 Thread dgaudet
dgaudet 99/05/13 12:00:48 Modified:src/modules/standard mod_include.c mod_autoindex.c Log: Back out the "evil hack" portion of Raymond's patch. In addition to being an evil hack, it causes memory corruption. You cannot destroy a #included subrequest of mod_include... look for a

cvs commit: apache-1.3/src/modules/standard mod_include.c

1999-05-05 Thread dgaudet
dgaudet 99/05/05 10:46:08 Modified:src CHANGES src/modules/standard mod_include.c Log: mod_include's fsize/flastmod should allow only relative paths, just like "include file". This bug was introduced during the 1.98 -> 1.99 rev of mod_include. Submitte

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-11-30 Thread dougm
dougm 98/11/30 14:26:49 Modified:src CHANGES src/modules/standard mod_include.c Log: mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC rather than OPT_INCLUDES Submitted by: Rainer Schoepf <[EMAIL PROTECTED]> Reviewed by: Doug MacEachern

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-11-09 Thread marc
marc98/11/08 23:03:20 Modified:src CHANGES src/modules/standard mod_include.c Log: Add more extensive checks to mod_include to avoid infinite recursive includes. The logic used is commented in the source. It should be complete for the current Apache

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-09-24 Thread dougm
dougm 98/09/24 07:06:42 Modified:src CHANGES src/modules/standard mod_include.c Log: The Perl %ENV hash will now be setup by default when using the mod_include `perl' command Revision ChangesPath 1.1076+3 -0 apache-1.3/src/CHANGES Ind

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-09-07 Thread marc
marc98/09/06 20:42:04 Modified:src/modules/standard mod_include.c Log: Fix double dbg definition if DEBUG_INCLUDE_CMD is set under OS2. PR: 2917 Submitted by: Brian Carr <[EMAIL PROTECTED]> Revision ChangesPath 1.104 +5 -5 apache-1.3/src/modules/stan

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:33:58 Modified:src CHANGES src/modules/standard mod_include.c Log: use sub_req_lookup_file for fsize and flastmod. PR: 2355 Submitted by: Manoj Kasichainula <[EMAIL PROTECTED]> Reviewed by: Brian, Dean Revision Changes

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-07-01 Thread dougm
dougm 98/06/30 18:37:31 Modified:.STATUS src CHANGES src/include hsregex.h src/modules/standard mod_include.c Log: add support for #perl arg interpolation in mod_include Submitted by: Doug MacEachern Reviewed by: Dean G

cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c

1998-05-29 Thread rse
rse 98/05/29 01:18:53 Modified:src/main http_main.c src/modules/standard mod_include.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c Log: It's incorrect to use trailing newline characters in the string to ap_log_error() bec

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:54:08 Modified:src CHANGES src/modules/standard mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.862 +4 -0 apache-

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-05-20 Thread ben
ben 98/05/20 12:41:12 Modified:src/modules/standard mod_include.c Log: Re-enable include_cmd for Win32. Revision ChangesPath 1.91 +0 -2 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c

Re: cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c

1998-05-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > +cls->agent_fd = ap_piped_log_write_fd(pl); Not so sure about this ... surely it can't be an fd if it works for Win32? Cheers, Ben. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689|ht

cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c

1998-05-19 Thread brian
brian 98/05/19 16:48:37 Modified:src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c Log: Added some error warnings back. Revision ChangesPath 1.90 +2 -0 apache-1.3/src/modules/standard/mod_include.c Index: mod_inc

cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c

1998-05-19 Thread brian
brian 98/05/19 15:49:05 Modified:.STATUS src CHANGES src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c Log: Two things: replaced the use of spawn_child with ap_spawn_child_err_buf

cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c mod_rewrite.c mod_rewrite.h

1998-05-19 Thread brian
brian 98/05/19 12:19:06 Modified:src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c mod_rewrite.c mod_rewrite.h Log: Cleanups for changes to ap_spawn_child call. Removed an inadvertant space in mo

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-05-18 Thread ben
ben 98/05/18 13:41:33 Modified:src/include alloc.h buff.h src/main alloc.c http_log.c src/modules/standard mod_include.c Log: Fix spawning stuff for Unix. Revision ChangesPath 1.58 +7 -4 apache-1.3/src/include/alloc.h Index

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-05-02 Thread ben
ben 98/05/02 12:06:05 Modified:src/modules/standard mod_include.c Log: Add Windows protection to .. stuff. PR: 1203 Revision ChangesPath 1.84 +4 -0 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c ==

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-04-20 Thread martin
martin 98/04/20 08:28:37 Modified:src/modules/standard mod_include.c Log: Fix EBCDIC conversion flag for subrequests (#include virtual=) Revision ChangesPath 1.83 +0 -3 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c ==

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-04-12 Thread marc
marc98/04/11 22:50:37 Modified:src/modules/standard mod_include.c Log: Skip the nested include kludge of the subreq doesn't exist because it wasn't permitted. This avoids dereferencing a null pointer. PR: 2037 Revision ChangesPath 1.82 +2 -1 apache-1

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-03-18 Thread dougm
dougm 98/03/17 20:11:21 Modified:src/modules/standard mod_include.c Log: #undef VOIDUSED to avoid ugly redefined warning when USE_PERL_SSI is defined Submitted by: Doug MacEachern Revision ChangesPath 1.77 +1 -0 apache-1.3/src/modules/standard/mod_include.

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:42:46 Modified:src/modules/standard mod_include.c Log: Oh this is a nice one. I hope to followup to new-httpd about this one eventually. signals are a mess. It's bogus for mod_include to be doing a hard_timeout() and then running subrequests and all that ot

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:26:23 Modified:src CHANGES src/modules/standard mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.649 +0 -3 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:46:00 Modified:src CHANGES src/modules/standard mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.648 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/standard mod_include.c

1998-02-03 Thread dgaudet
dgaudet 98/02/03 01:30:49 Modified:src/modules/standard mod_include.c Log: Here is a more faithful fix for the mod_include/table_xxxn API problem. We preserve all the original functionality at the expense of some extra memory because we don't clean up subrequests. Plus a bug