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
..
cmds.c * migrate the SYST parsing from setpeer() into a separate remotesyst(). 2000-06-15 13:08:23 +00:00
cmdtab.c
complete.c
domacro.c
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_var.h
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
main.c portability fixes for lukemftp: 2000-06-11 02:12:05 +00:00
Makefile
ruserpass.c
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