cvs commit: apache-devsite mmn.txt

1998-05-27 Thread martin
/home/cvs/apache-devsite/mmn.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -u -u -r1.23 -r1.24 --- mmn.txt 1998/05/27 14:05:57 1.23 +++ mmn.txt 1998/05/27 23:07:41 1.24 @@ -60,3 +60,9 @@ 19980527 (1.3b8-dev) - renamed some more functions to ap_ prefix

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1998-05-27 Thread martin
martin 98/05/27 15:56:07 Modified:src CHANGES src/include compat.h src/main http_protocol.c http_request.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c

cvs commit: apache-site/info known_bugs.html

1998-05-27 Thread coar
coar98/05/27 13:58:51 Modified:info known_bugs.html Log: Drag in some pending documentation from the bugdb. Revision ChangesPath 1.8 +6 -0 apache-site/info/known_bugs.html Index: known_bugs.html =

cvs commit: apache-1.3/src/support apxs.pl

1998-05-27 Thread rse
rse 98/05/27 11:25:13 Modified:src/support apxs.pl Log: Fix broken comment of generated Makefile. Revision ChangesPath 1.8 +2 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl === RCS f

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

1998-05-27 Thread martin
martin 98/05/27 08:29:30 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: [SECURITY] A possible buffer overflow in the ftp proxy code was fixed. (Large FTP responses could overflow a buffer) Revision ChangesPath 1.865 +3 -0 apache-1.

cvs commit: apache-1.3 configure

1998-05-27 Thread rse
rse 98/05/27 07:57:38 Modified:src CHANGES .configure Log: Transform the configure message "You need root priviledges for suEXEC" from a fatal error into a (more friendly) warning because the building ("make") of Apache we can allow, of course. Roo

cvs commit: apache-devsite mmn.txt

1998-05-27 Thread rse
(as passed to ap_spawn_child_err_buff) and to ap_call_exec to make children work correctly on Win32. +19980527 (1.3b8-dev) - renamed some more functions to ap_ prefix which were +missed at the big renaming (because they are

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

1998-05-27 Thread rse
0:59 1.86 +++ http_config.h 1998/05/27 14:01:31 1.87 @@ -275,7 +275,7 @@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19980519 +#define MODULE_MAGIC_NUMBER 19980527 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE_

cvs commit: apache-site bugdb.cgi

1998-05-27 Thread brian
brian 98/05/26 20:29:46 Modified:.bugdb.cgi Log: Force "From" field to default to @apache.org for editors without full domain names. Revision ChangesPath 1.30 +5 -0 apache-site/bugdb.cgi Index: bugdb.cgi ===