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

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.

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]

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

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: