NetBSD/usr.bin/ftp
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
cmds.c
cmdtab.c Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
complete.c
domacro.c
extern.h Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
fetch.c Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
ftp.1 ftp(1): better mark up for url vs cd example 2023-02-25 17:37:09 +00:00
ftp.c add timeout for ssl connect 2023-05-05 15:46:06 +00:00
ftp_var.h usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
main.c Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
progressbar.c
progressbar.h
ruserpass.c
ssl.c Ignore EOF from remote. 2023-05-16 18:52:09 +00:00
ssl.h use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
util.c add timeout for ssl connect 2023-05-05 15:46:06 +00:00
version.h ftp 20230516 for openssl 3.0 compat SSL_OP_IGNORE_UNEXPECTED_EOF 2023-05-16 22:00:23 +00:00