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

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:02:30 Modified:src CHANGES src/main http_main.c src/modules/proxy proxy_ftp.c proxy_http.c proxy_util.c Log: *) Fix intermittent SEGV in ap_proxy_cache_error() in src/modules/proxy_util.c where a NULL filepointer and temporary

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

1999-04-09 Thread martin
martin 99/04/09 06:06:28 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: The ftp proxy used to return only the Content-Type (and Content-Size/Encoding if known) header lines, but not more. I had it return the Date: and Server: header lines as well.

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

1999-04-07 Thread martin
martin 99/04/07 07:31:22 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: proxy ftp: instead of using the hardwired string text/plain as a fallback type for files served by the ftp proxy, use the ap_default_type() function to determine the configured

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

1999-04-07 Thread stoddard
stoddard99/04/07 14:23:06 Modified:src/modules/proxy proxy_ftp.c Log: Fix Win32 compile break. Revision ChangesPath 1.73 +1 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c ===

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

1998-08-28 Thread martin
martin 98/08/28 04:02:20 Modified:src/modules/proxy proxy_ftp.c Log: Delete duplicate length calculation. The result was never used by the caller anyway, so the error never really showed. Revision ChangesPath 1.67 +0 -1

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

1998-08-28 Thread martin
martin 98/08/28 04:27:21 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: Changes in ftp proxy: make URL parsing simpler by using the parsed_uri stuff. + Add display of the current directory in cases where it's different from the supplied path

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

1998-06-13 Thread rse
rse 98/06/13 05:06:02 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: Fix parsing of FTP `SIZE' responses in proxy module: The newline was not truncated which forced following HTTP headers to be data in the HTTP reponse. Although the reponse now

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

1998-06-13 Thread Marc Slemko
On 13 Jun 1998 [EMAIL PROTECTED] wrote: Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.912 retrieving revision 1.913 diff -u -r1.912 -r1.913 --- CHANGES

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

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

1998-05-21 Thread brian
brian 98/05/20 20:37:48 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: PR: 505 Not a generic fix for RFC1123 and 959, but closer than what was there before. Still doesn't read directories from DJB's anonftpd right, but then again neither does

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

1998-03-25 Thread martin
martin 98/03/25 07:09:00 Modified:src/modules/proxy proxy_ftp.c Log: On BS2000, the reuse-addr option is set by default, and cannot be en/disabled Revision ChangesPath 1.54 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

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

1998-03-25 Thread martin
martin 98/03/25 07:23:01 Modified:src/modules/proxy proxy_ftp.c Log: EBCDIC charset conversion for ftp_check_string() added Revision ChangesPath 1.55 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

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

1998-03-20 Thread Ralf S. Engelschall
rse 98/03/20 01:11:15 Modified:.STATUS src CHANGES src/modules/proxy proxy_ftp.c Log: The proxy module now uses the already determined response of the FTP SITE command to provide a Content-Length header for FTP requests.

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

1998-03-20 Thread Ralf S. Engelschall
rse 98/03/20 03:17:14 Modified:src/modules/proxy proxy_ftp.c Log: As per request from Martin we should not create the Content-Length in the situation where one uses the ;type=a feature (forced ASCII mode) because of newline translations. Revision ChangesPath 1.53

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

1998-01-30 Thread martin
martin 98/01/30 01:26:45 Modified:src/modules/proxy proxy_ftp.c Log: Fixed const mismatch warning (Thanks, Dean) Revision ChangesPath 1.48 +5 -4 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c