cvs commit: apache/src http_protocol.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 11:37:20 Modified:src http_protocol.c Log: If there was no default MIME type defined, Apache sent Content-type: without a newline, thus swallowing the next header. Changed to send no Content-type: at all. Revision ChangesPath 1.7 +1 -1

cvs commit: apache/src mod_cookies.c

1996-03-01 Thread Mark Cox
mjc 96/03/01 07:50:31 Modified:src mod_cookies.c Log: (Remember always update before commit, gulp!) get_remote_host had changed from a "char *" to a "const char *" Revision ChangesPath 1.5 +1 -1 apache/src/mod_cookies.c

cvs commit: apache/src mod_cookies.c CHANGES

1996-03-01 Thread Mark Cox
mjc 96/03/01 07:39:57 Modified:src mod_cookies.c CHANGES Log: Major update to the way cookies are handled to allow Apache generated cookies to co-exist peacefully with other cookies on a site. Revision ChangesPath 1.4 +39 -18apache/src/mod_cookies.c

cvs commit: apache/src CHANGES conf.h

1996-03-01 Thread Ben Laurie
ben 96/03/01 07:27:25 Modified:src CHANGES conf.h Log: Added FCNTL_SERIALIZED_ACCEPT and HAVE_MMAP to SCO 5. Revision ChangesPath 1.5 +5 -0 apache/src/CHANGES 1.6 +2 -0 apache/src/conf.h

cvs commit: apache/src conf.h

1996-03-01 Thread Mark Cox
mjc 96/03/01 06:55:04 Modified:src conf.h Log: IRIX requires header strings.h for "rindex" used in mod_cern_meta.c Revision ChangesPath 1.5 +4 -0 apache/src/conf.h

cvs commit: CVSROOT avail

1996-03-01 Thread Ben Laurie
ben 96/03/01 06:37:39 Modified:. avail Log: Added mjc to avail. Submitted by: Ben Revision ChangesPath 1.15 +1 -1 CVSROOT/avail

cvs commit: apache/src CHANGES

1996-03-01 Thread Ben Laurie
ben 96/03/01 06:31:02 Modified:src CHANGES Log: Add previous changes to CHANGES (oops!). Revision ChangesPath 1.4 +6 -0 apache/src/CHANGES

cvs commit: apache/src mod_auth_msql.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 06:20:33 Modified:src mod_auth_msql.c Log: Get rid of another (int)NULL - this time it should be '\0'. Revision ChangesPath 1.3 +1 -1 apache/src/mod_auth_msql.c

cvs commit: apache/src conf.h mod_proxy.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 05:59:30 Modified:src conf.h mod_proxy.c Log: Clean source to -w3 on SCO 5 (optional modules not included yet). Revision ChangesPath 1.4 +7 -0 apache/src/conf.h 1.8 +1 -1 apache/src/mod_proxy.c

cvs commit: apache/src mod_proxy.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 05:28:36 Modified:src mod_proxy.c Log: Correct potential buffer overrun when constructing a temp file name. This fix admittedly may waste a few bytes of pool in exchange for simpler code. Revision ChangesPath 1.7 +5 -2 apache/src/mod_pr

cvs commit: apache/src mod_proxy.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 05:12:34 Modified:src mod_proxy.c Log: (int) NULL is a most disgusting construct, and wrong anyway - to invalidate a file descriptor you should use -1, not 0. Revision ChangesPath 1.6 +1 -1 apache/src/mod_proxy.c