NetBSD/usr.bin/ftp
lukem 6d532c26d3 fetch_url() fixes:
- just display the hostname:port of the proxy url, rather than the full url.
  this prevents someone `shoulder surfing' a proxy username/password
  in $http_proxy. [suggested by perry]
- compact verbose notes for http fetchs; now displays
    (via host:port, with authorization, with proxy authorization)
  with each component being optional.
(and a couple introduced with the ipv6 mods...)
- don't override host with the canonical name; this prevented fetches from
  http/1.1 virtual hosts from working if the virtual host was a CNAME.
  [noted by bernd]
- call freeaddrinfo() if res was built with getaddrinfo()
1999-08-22 12:49:00 +00:00
..
Makefile add dual-stack (IPv4/v6) support. hope I broke no other part... 1999-07-02 08:07:40 +00:00
cmds.c add epsv4 command, which enable/disable the use of EPSV/EPRT. 1999-07-11 20:37:39 +00:00
cmdtab.c add epsv4 command, which enable/disable the use of EPSV/EPRT. 1999-07-11 20:37:39 +00:00
complete.c don't do unnecessary const castaways 1999-07-10 19:40:36 +00:00
domacro.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00
fetch.c fetch_url() fixes: 1999-08-22 12:49:00 +00:00
ftp.1 * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00
ftp.c cleanup EPSV return code checking part. 1999-07-20 17:52:03 +00:00
ftp_var.h add epsv4 command, which enable/disable the use of EPSV/EPRT. 1999-07-11 20:37:39 +00:00
main.c * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c include <signal.h> explicitly! we use sig_t extern.h, and we cannot 1999-06-24 14:54:28 +00:00
util.c * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00