NetBSD/usr.bin/ftp
lukem cb8c56db8a if getsockopt() returns a buffer size of <= 0, set them to 8192.
this works around a problem in certain OS from Sun with a version < 5.6...
1999-09-24 06:14:40 +00:00
..
cmds.c * finish replacing snprintf() with sprintf(), for portability reasons. 1999-09-24 00:48:24 +00:00
cmdtab.c * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
complete.c in complete(), only copy the word if there is one. 1999-09-24 05:35:09 +00:00
domacro.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
fetch.c * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
ftp_var.h * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
ftp.1 * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
ftp.c * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
main.c if getsockopt() returns a buffer size of <= 0, set them to 8192. 1999-09-24 06:14:40 +00:00
Makefile add dual-stack (IPv4/v6) support. hope I broke no other part... 1999-07-02 08:07:40 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c replace snprintf() with strlcpy(), strlcat(), or direct assignment 1999-09-22 03:01:53 +00:00
util.c * finish replacing snprintf() with sprintf(), for portability reasons. 1999-09-24 00:48:24 +00:00