dgaudet 98/01/19 16:49:39
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES
src/modules/proxy Tag: APACHE_1_2_X proxy_ftp.c
Log:
mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
Also removed the auto-gene
marc98/01/05 13:05:08
Modified:src/modules/proxy Tag: APACHE_1_2_X proxy_ftp.c
Log:
Fix core dump in the ftp proxy when reading incorrectly formatted
directory listings.
Reviewed by: Martin Kraemer, Mark J Cox, Dean Gaudet, Randy Terbush
Revision ChangesPath
N
dgaudet 97/08/01 00:57:48
Modified:src/modules/proxy proxy_ftp.c
Log:
fix a bug in the sockopt stuff just committed
Revision ChangesPath
1.29 +1 -1 apache/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
==
dgaudet 97/07/20 20:37:54
Modified:src CHANGES Configure PORTING conf.h dummy.c
http_main.c
src/modules/proxy proxy_ftp.c
Log:
Linux porting tweaks for glibc based systems. Linux tweaks to find db
libraries. Added NET_SIZE_T for handl
chuck 97/04/21 20:29:38
Modified:src/modules/proxy proxy_ftp.c
Log:
Change login password for anonymous FTP to provide better logging at
FTP server end of connection (server will append proxy's hostname if logging)
Revision ChangesPath
1.21 +1 -1 apache/src
chuck 97/04/13 20:43:34
Modified:src/modules/proxy proxy_ftp.c
Log:
Encode spaces for displayed filenames in directories.
Revision ChangesPath
1.20 +26 -2 apache/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
==
chuck 97/04/13 08:20:31
Modified:src/modules/proxy proxy_ftp.c
Log:
Removed useless check terms, added handling of DOS dir format.
Note that selection of a directory whose name contains spaces is still not
possible. That still needs to be fixed. File selection is OK.
E
chuck 97/04/12 22:00:56
Modified:src/modules/proxy proxy_ftp.c
Log:
Further fine tune for FTP dir display when FTP server fails to format files
of very large size properly.
Revision ChangesPath
1.18 +2 -1 apache/src/modules/proxy/proxy_ftp.c
Index: pro
chuck 97/04/10 22:01:54
Modified:src/modules/proxy proxy_ftp.c
Log:
Improve handling of directories when filenames have spaces in them.
Revision ChangesPath
1.16 +16 -0 apache/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
chuck 97/04/08 18:42:05
Modified:src/modules/proxy proxy_ftp.c proxy_util.c
Log:
Clean up aborts on transmission errors; also fixes some of the
truncated file problems.
Revision ChangesPath
1.14 +8 -5 apache/src/modules/proxy/proxy_ftp.c
Index: proxy_f
chuck 97/02/23 21:37:55
Modified:src/modules/proxy proxy_ftp.c
Log:
Substitute memmove() for bcopy() for ANSI/ISOness
Revision ChangesPath
1.11 +1 -1 apache/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
==
chuck 97/02/19 22:43:57
Modified:src/modules/proxy proxy_ftp.c
Log:
Changed send_dir() to remove user/passwd from displayed URL. Changed login
error messages to be more descriptive. Removed extraneous Explain() calls.
Resolution of PR #123.
Revision ChangesPath
chuck 97/02/19 20:14:45
Modified:src/modules/proxy proxy_ftp.c
Log:
1) remove setting of SO_DEBUG socket option to make Linux users happy.
2) Make ftp_getrc() more lenient about multiline responses (specifically,
230 responses which don't have continuation 230- on each line
chuck 96/12/24 09:23:26
Modified:src/modules/proxy proxy_ftp.c
Log:
Add PASV to FTP proxy. Make default MIME type text/plain, so folks get
their READMEs OK.
Merry Christmas.
Revision ChangesPath
1.4 +146 -48 apache/src/modules/proxy/proxy_ftp.c
Inde
14 matches
Mail list logo