NetBSD/usr.bin/ftp
martin 6804c4d929 Pull up following revision(s) (requested by mlelstv in ticket #555):
usr.bin/ftp/fetch.c: revision 1.237
	usr.bin/ftp/fetch.c: revision 1.238

Fix HTTPS through Proxy.

While a regular HTTP Proxy, requires the absolute URL with protocol
and host part, yyou must only send the relative URL through a
CONNECT tunnel (you are talking to the target server).

Don't finish downloading an empty file with 'already done' before it is
created locally.
2024-01-15 16:12:08 +00:00
..
Makefile use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
cmds.c ftp(1): fix description of "debug" 2021-01-06 09:15:59 +00:00
cmdtab.c Pull up following revision(s) (requested by lukem in ticket #170): 2023-05-16 16:16:00 +00:00
complete.c PR/53916: Rob Gill: remove redundant assignment to matchlen. 2019-01-28 12:04:16 +00:00
domacro.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
extern.h Pull up following revision(s) (requested by lukem in ticket #170): 2023-05-16 16:16:00 +00:00
fetch.c Pull up following revision(s) (requested by mlelstv in ticket #555): 2024-01-15 16:12:08 +00:00
ftp.1 Pull up following revision(s) (requested by lukem in ticket #173): 2023-05-16 16:22:15 +00:00
ftp.c Pull up following revision(s) (requested by lukem in ticket #171): 2023-05-16 16:26:03 +00:00
ftp_var.h usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
main.c Pull up following revision(s) (requested by lukem in ticket #170): 2023-05-16 16:16:00 +00:00
progressbar.c ftp: don't use restartable signals 2021-01-06 04:43:14 +00:00
progressbar.h ftp: don't use restartable signals 2021-01-06 04:43:14 +00:00
ruserpass.c
ssl.c Pull up following revision(s) (requested by lukem in ticket #171): 2023-05-16 16:26:03 +00:00
ssl.h use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
util.c Pull up following revision(s) (requested by lukem in ticket #171): 2023-05-16 16:26:03 +00:00
version.h Pull up following revision(s) (requested by lukem in ticket #171): 2023-05-16 16:26:03 +00:00