cvs commit: apachen/src/modules/standard mod_include.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:46:58 Modified:src/modules/standard mod_include.c Log: Fix a potential memory corruption bug -- setting r->subprocess_env = r->main->subprocess_env causes bogus behaviour as soon as any new values are added to r->subprocess_env. The new values cou

cvs commit: apachen/src/modules/standard mod_include.c

1998-01-08 Thread dgaudet
dgaudet 98/01/07 19:16:50 Modified:src/modules/standard mod_include.c Log: switch from safe_copy to ap_cpystrn Revision ChangesPath 1.62 +10 -16apachen/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apachen/src/modules/standard mod_include.c

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:24:13 Modified:src/modules/standard mod_include.c Log: - There were a few strncpy()s that didn't terminate the string... add safe_copy() which does strncpy the way it should be. - switch many MAX_STRING_LENs with sizeof(foo) for the right foo, just in cas

cvs commit: apachen/src/modules/standard mod_include.c

1997-12-22 Thread martin
martin 97/12/22 13:53:18 Modified:.STATUS src/modules/standard mod_include.c Log: A couple of break;s were missing from switch() statements; the result would have been wrong or missing error messages in the case of invalid expressions in SSI files. Revie

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-25 Thread Dean Gaudet
dgaudet 97/09/25 20:23:04 Modified:src CHANGES src/modules/standard mod_include.c Log: mod_include would use uninitialized data when parsing certain expressions involving && and || PR: 1139 Submitted by: Brian Slesinsky <[EMAIL PROTECTED]> Rev

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 10:25:14 Modified:src/modules/standard mod_include.c Log: Correct invalid assumption that REDIRECT covers all possible redirection HTTP status codes. Reviewed by: Roy Fielding Revision ChangesPath 1.54 +3 -1 apachen/src/modul

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 01:39:06 Modified:src/modules/standard mod_include.c Log: Change references to a "200" status to "HTTP_OK", and change the references to HTTP error codes (NOT_FOUND and FORBIDDEN) to use the HTTP_ prefixed ones. Revision ChangesPath

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 01:35:52 Modified:src/modules/standard mod_include.c Log: {Sigh} Indent does some strange things with one-statement ifs when the expression is complex and the statement isn't in {}. Make sure all the one-liners are braced, and wrap some long

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 11:56:13 Modified:src/main http_core.c http_protocol.c http_protocol.h util_script.c src/modules/standard mod_include.c Log: Separate last-modified and etag processing into separate routines, and insert calls in ap

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-05 Thread Marc Slemko
marc97/09/05 16:11:17 Modified:src/modules/standard mod_include.c Log: Change %T to %H:%M:%S because some OSes (eg. NeXT OpenStep) do not support %T. PR: 1047 Revision ChangesPath 1.49 +1 -1 apachen/src/modules/standard/mod_include.c Index: mod_i

cvs commit: apachen/src/modules/standard mod_include.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 18:35:18 Modified:src/modules/standard mod_include.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.48 +184 -133 apachen/src/modules/standard/mod_include.c Index: mod_include.c =