NetBSD/usr.bin/ftp
lukem e3cdb47e47 * implement parseport(), which takes a string and attempts to convert
it to a numeric port number
* use parseport() in parse_url() and hookup()
* don't try and lookup the port number using getaddrinfo(), as it's too hard
  to separate a failed host name lookup from a failed service name lookup.
  this was causing lossage on systems that don't have `http' in services(5)
  (such as solaris), but only crept in when we started using getaddrinfo()
  unconditionally.
2000-08-06 08:51:22 +00:00
..
Makefile add dependency on version.h 1999-12-12 02:14:53 +00:00
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 rename "opts" to "remopts", so people used to "o host" don't get bitten... 2000-07-28 11:45:11 +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 * implement parseport(), which takes a string and attempts to convert 2000-08-06 08:51:22 +00:00
ftp.1 rename "opts" to "remopts", so people used to "o host" don't get bitten... 2000-07-28 11:45:11 +00:00
ftp.c * implement parseport(), which takes a string and attempts to convert 2000-08-06 08:51:22 +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 * implement parseport(), which takes a string and attempts to convert 2000-08-06 08:51:22 +00:00
version.h * implement parseport(), which takes a string and attempts to convert 2000-08-06 08:51:22 +00:00