NetBSD/usr.bin/ftp
lukem 0aa81b3ec3 explicitly use SOCK_STREAM with socket() instead of res->ai_socktype,
because it appears that linux with glibc doesn't set the latter
correctly after one of getaddrinfo() or getnameinfo().
2000-09-28 12:29:23 +00:00
..
Makefile
cmds.c - rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned) 2000-08-01 22:47:25 +00:00
cmdtab.c since everything else here uses ANSI C, we might as well replace __STRING() 2000-09-14 13:48:33 +00:00
complete.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
domacro.c convert to new knf 2000-07-18 06:45:03 +00:00
extern.h * implement parseport(), which takes a string and attempts to convert 2000-08-06 08:51:22 +00:00
fetch.c explicitly use SOCK_STREAM with socket() instead of res->ai_socktype, 2000-09-28 12:29:23 +00:00
ftp.1 clarify that $ftp_proxy only works for full URLs and can't be used for 2000-09-28 12:26:19 +00:00
ftp.c explicitly use SOCK_STREAM with socket() instead of res->ai_socktype, 2000-09-28 12:29:23 +00:00
ftp_var.h - rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned) 2000-08-01 22:47:25 +00:00
main.c add support for FEAT and OPTS commands with `features' and `opts'. 2000-07-18 07:16:52 +00:00
ruserpass.c convert to new knf 2000-07-18 06:45:03 +00:00
util.c always include <netdb.h>, not just when INET6 is defined. 2000-09-08 11:54:53 +00:00
version.h explicitly use SOCK_STREAM with socket() instead of res->ai_socktype, 2000-09-28 12:29:23 +00:00