Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Thu Jun 15 13:08:34 UTC 2000

Modified Files:
        basesrc/usr.bin/ftp: cmds.c extern.h fetch.c util.c version.h

Log Message:
* 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...


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.56 -r1.57 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.115 -r1.116 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.95 -r1.96 basesrc/usr.bin/ftp/util.c
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/ftp/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index