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-22 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

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. Submitted

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-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

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

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

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

1998-05-20 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:

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

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

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

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

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

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-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