NetBSD/usr.bin/ftp
lukem 6c997b7af6 revert snprintf() -> sprintf(). the original idea was that sprintf() would be
more portable, except that certain systems have char *sprintf() instead of
int sprintf(). (we'll provide snprintf() on those)
1999-09-28 09:12:06 +00:00
..
Makefile * replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN; 1999-09-26 02:00:12 +00:00
cmds.c * add new commands: 1999-09-28 06:47:38 +00:00
cmdtab.c * add new commands: 1999-09-28 06:47:38 +00:00
complete.c * add new commands: 1999-09-28 06:47:38 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h * add new commands: 1999-09-28 06:47:38 +00:00
fetch.c remove debugging cruft 1999-09-28 07:51:05 +00:00
ftp.1 * add new commands: 1999-09-28 06:47:38 +00:00
ftp.c remove debugging cruft 1999-09-28 07:51:05 +00:00
ftp_var.h * add support for `xferbuf', which sets both `sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
main.c * add new commands: 1999-09-28 06:47:38 +00:00
pathnames.h
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c revert snprintf() -> sprintf(). the original idea was that sprintf() would be 1999-09-28 09:12:06 +00:00