cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread martin
martin 98/05/09 16:48:04 Modified:src/main http_main.c Log: Define a "apache private" signal names list if the OS does not have one. Note: Currently, this list is initialized at run-time. Additionally, check valid range of siglist array in sig_coredump() routine. Reviewed b

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 11:49:35 Modified:src/main http_main.c Log: The PID file on Win32 contained the PID of the most recently created child process, not the parent. Revision ChangesPath 1.349 +3 -1 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/modules/example Makefile.tmpl

1998-05-09 Thread rse
rse 98/05/09 11:34:06 Modified:src/modules/proxy Makefile.tmpl src/modules/experimental Makefile.tmpl src/modules/example Makefile.tmpl Log: A few more dependencies with $(OSDIR)... Revision ChangesPath 1.15 +12 -18apache-1.3/src

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-05-09 Thread rse
rse 98/05/09 11:28:41 Modified:src CHANGES Configure Makefile.tmpl src/ap Makefile.tmpl src/main Makefile.tmpl src/modules/example Makefile.tmpl src/modules/experimental Makefile.tmpl src/modules/extra

cvs commit: apache-1.3/src/include conf.h

1998-05-09 Thread brian
brian 98/05/09 10:29:44 Modified:src/include conf.h Log: Added SYS_SIGLIST definition for FreeBSD & BSDI. Revision ChangesPath 1.209 +1 -0 apache-1.3/src/include/conf.h Index: conf.h === R

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:56:27 Modified:src/main http_main.c Log: Fix a warning. Revision ChangesPath 1.348 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:54:40 Modified:src/main http_main.c Log: Report server version correctly on Win32. Revision ChangesPath 1.347 +10 -8 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:49:36 Modified:src CHANGES src/main http_core.c http_main.c Log: Make Win32 work again after DoS changes. Revision ChangesPath 1.840 +3 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 08:26:31 Modified:src/main http_main.c Log: Start cleaning up the Win32 code. This cleans up the code which spawns child processes. The changes are -- remove an unbounded sprintf() -- always check for errors at all stages, and log an error message -- if

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-05-09 Thread ben
ben 98/05/09 08:09:31 Modified:src CHANGES src/os/win32 mod_isapi.c Log: Don't force ISAPI headers to finish with \n. PR: 2060 Submitted by: Jim Patterson <[EMAIL PROTECTED]>, Ben Laurie Revision ChangesPath 1.839 +6 -0 apache-1.3/src/

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-05-09 Thread ben
ben 98/05/09 08:00:50 Modified:src/os/win32 util_win32.c Log: Check for buffer overflows. Revision ChangesPath 1.16 +20 -12apache-1.3/src/os/win32/util_win32.c Index: util_win32.c === RC

cvs commit: apache-1.3/src/main util.c

1998-05-09 Thread jim
jim 98/05/09 07:27:27 Modified:.STATUS src CHANGES src/include httpd.h src/main util.c Log: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Martin Kraemer, Brian Behlendorf Disallow non-/dev/null device files to

cvs commit: apache-1.3/src/include http_config.h

1998-05-09 Thread pcs
pcs 98/05/09 06:27:21 Modified:src/include http_config.h Log: Make the declaration of ap_loaded_modules match it's definition. This is required for compilation on WIN32, where API_VAR_EXPORT modifies the definition. Revision ChangesPath 1.85 +1 -1 apache

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 06:23:58 Modified:src/main http_main.c Log: Win32 does not have kill(). Use raise() instead. Revision ChangesPath 1.344 +4 -0 apache-1.3/src/main/http_main.c Index: http_main.c ==

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-05-09 Thread coar
coar98/05/08 21:42:30 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod core.html src/main http_core.c http_main.c Log: Final touches on removing the AddVersionComponent directive and correcting my BD

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread coar
coar98/05/08 21:36:40 Modified:src/main http_main.c Log: Untangle the last patch.. ap_add_version_component() needs to *prepend* the strings it's fed, not append them. This is because the last thing that calls it before the string is locked is ap_s

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread dgaudet
dgaudet 98/05/08 20:25:44 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: The parent does the child signal reporting now. Adds SYS_SIGLIST. Revision ChangesPath 1.837 +5 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3 STATUS

1998-05-09 Thread brian
brian 98/05/08 19:28:32 Modified:src/modules/standard mod_cgi.c mod_include.c src CHANGES .STATUS Log: This is a fix to make this not a show-stopper anymore. Making a promise and breaking it every now and then is worse than not making t

cvs commit: apache-1.3 STATUS

1998-05-09 Thread jim
jim 98/05/08 18:23:12 Modified:.STATUS Log: Some votes Revision ChangesPath 1.391 +1 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retri

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread jim
jim 98/05/08 18:21:48 Modified:src/main http_main.c Log: Fix the order of how the server_version string is built... All extra components are tacked to the _end_ of the string. The front of the server_version string is always SERVER_BASEVERSION. So if we have "Apache/

cvs commit: apache-1.3 STATUS

1998-05-09 Thread brian
brian 98/05/08 17:17:39 Modified:.STATUS Log: garbage in, garbage out :) removed the whole server string thing, added two items from the list so we don't forget. Revision ChangesPath 1.390 +7 -14 apache-1.3/STATUS Index: STATUS