NetBSD/usr.bin/ftp
lukem 040253276f * migrate the SYST parsing from setpeer() into a separate remotesyst().
call remotesyst() only when login has been successful
  some servers don't let you run SYST until you've successfully logged in.
* in fetch_ftp(), always call setpeer() with autologin disabled, and use
  the following ftp_login() to DTRT.
  this prevents ftp from trying to login a second time if the first autologin
  fails when connecting to a remote site anonymously using autofetch.
* reset unix_proxy and unix_server in cleanuppeer()
* missed a function conversion in the KNF sweep...
2000-06-15 13:08:23 +00:00
..
Makefile add dependency on version.h 1999-12-12 02:14:53 +00:00
cmds.c * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00
cmdtab.c * Add support for `fget localfile', which reads a list of filenames to 2000-05-01 09:44:53 +00:00
complete.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
domacro.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
extern.h * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00
fetch.c * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00
ftp.1 - fix ai_unmapped() to be a no-op in the !def INET6 case 2000-06-05 09:22:52 +00:00
ftp.c from itojun: better fix for previous (doesn't need in_addr_t or u_int32_t) 2000-06-11 15:15:52 +00:00
ftp_var.h convert to ANSI KNF 2000-05-01 10:35:16 +00:00
main.c portability fixes for lukemftp: 2000-06-11 02:12:05 +00:00
ruserpass.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
util.c * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00
version.h * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00