freebsd_amp_hwpstate/usr.bin/ftp
Jean-Marc Zucconi d90d7b04ab 'remaining' must be declared off_t instead of int to avoid FPE when the size of
the file to transfer is very large (577985293894855484 bytes in the case I
encountered, but this was a buggy ftp server :-))
1998-07-19 00:01:24 +00:00
..
Makefile Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
cmds.c Cleanup code so that long lines to be quoted don't get truncated. 1998-02-14 15:38:29 +00:00
cmdtab.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
complete.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
domacro.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
extern.h Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
fetch.c One more ctype cast 1997-12-16 08:58:15 +00:00
ftp.1 Fix a few minor typos and style nits. 1998-03-01 18:58:03 +00:00
ftp.c Don't assume that hp->h_lenght == 4. Be conservative in its use. 1998-06-09 04:31:02 +00:00
ftp_var.h Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
main.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
pathnames.h Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
ruserpass.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
util.c 'remaining' must be declared off_t instead of int to avoid FPE when the size of 1998-07-19 00:01:24 +00:00