cvs commit: apache-1.3/src/modules/standard mod_digest.c

1998-08-09 Thread marc
marc98/08/09 14:03:25 Modified:src/modules/standard mod_digest.c Log: Wrap line properly for 80 cols. Revision ChangesPath 1.39 +2 -1 apache-1.3/src/modules/standard/mod_digest.c Index: mod_digest.c

cvs commit: apache-1.3/src/modules/proxy proxy_http.c proxy_util.c

1998-08-09 Thread dgaudet
dgaudet 98/08/09 10:39:36 Modified:src/modules/proxy proxy_http.c proxy_util.c Log: more comments Revision ChangesPath 1.56 +2 -0 apache-1.3/src/modules/proxy/proxy_http.c Index: proxy_http.c ===

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 10:36:30 Modified:src/include alloc.h src/main http_protocol.c util_script.c src/modules/proxy proxy_http.c proxy_util.c src/modules/standard mod_cern_meta.c mod_include.c Log: Just some comments. Including a proposed ap_

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:57:29 Modified:src/include httpd.h src/main http_protocol.c Log: Include everything in the limits, rather than having to remember to add 2 to some of them... which leads to off-by-1 errors like one I just committed. (I don't understand what the

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:52:32 Modified:src CHANGES src/main http_protocol.c Log: - fix ben's fix to roy's patch (sizeof(l) and sizeof(field) are meaningless) - put my qsort fix to get_mime_headers into the repository so I don't have to worry about someone else scr

cvs commit: apache-1.3/src/modules/proxy ApacheModuleProxy.mak

1998-08-09 Thread ben
ben 98/08/09 07:33:13 Modified:src ApacheCore.mak src/include http_protocol.h http_request.h src/main http_protocol.c http_request.c src/modules/proxy ApacheModuleProxy.mak Log: Make mod_proxy compile on Win32. Revision Chan

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

1998-08-09 Thread ben
ben 98/08/09 05:36:33 Modified:src/main http_protocol.c Log: Exchange completely non-standard C that doesn't work for most C compilers for somewhat non-standard call (alloca) that probably does. Revision ChangesPath 1.231 +2 -2 apache-1.3/src/main/http_prot

cvs commit: apache-1.3/src/modules/standard mod_digest.c

1998-08-09 Thread ben
ben 98/08/09 05:34:18 Modified:src/modules/standard mod_digest.c Log: Improve logging. Revision ChangesPath 1.38 +4 -3 apache-1.3/src/modules/standard/mod_digest.c Index: mod_digest.c ===

cvs commit: apache-1.3/src/main http_config.c http_protocol.c

1998-08-09 Thread fielding
fielding98/08/08 23:37:19 Modified:src CHANGES src/include http_config.h httpd.h src/main http_config.c http_protocol.c Log: Added default limits for various aspects of reading a client request to avoid some simple denial of service attacks, inc