NetBSD/usr.bin/ftp
lukem f7540e6f75 * fix gate mode to login as `user@realhost' rather than using PASSERVE;
the latter only seemed to work for TIS Gauntlet and not TIS fwtk.
  thanks to simonb@netbsd.org for testing this. fixes [bin/5556].
* if EOF (e.g, ^D) is entered at a username/password/account prompt which
  happens to use fgets(), exit the login rather than treating EOF as CR.
* don't use the comma operator where separate statements are valid
* always use snprintf to copy stuff into malloced buffers, just in case
  typos creep in and mean that the buffer ends up being overflowed
1999-06-02 02:03:57 +00:00
..
Makefile revert previous (creation of /usr/bin/pftp link); 1999-04-16 23:01:55 +00:00
cmds.c * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
cmdtab.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
complete.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
domacro.c
extern.h * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
fetch.c * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
ftp.1 * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
ftp.c * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
ftp_var.h * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
main.c * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
pathnames.h
ruserpass.c
util.c * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00