NetBSD/usr.bin/ftp
elad fb85339a04 PR/34540: b1ff at fr33 dot b33r dot net: bogus free() in ftp(1)
Applied patch, thanks!
2006-09-22 22:29:25 +00:00
..
Makefile Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. 2005-06-29 02:31:19 +00:00
cmds.c rename debug to ftp_debug. grr libssh. 2006-01-31 20:05:35 +00:00
cmdtab.c rename debug to ftp_debug. grr libssh. 2006-01-31 20:05:35 +00:00
complete.c Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask. 2006-01-31 20:01:23 +00:00
domacro.c Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. 2005-06-29 02:31:19 +00:00
extern.h Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask. 2006-01-31 20:01:23 +00:00
fetch.c PR/34540: b1ff at fr33 dot b33r dot net: bogus free() in ftp(1) 2006-09-22 22:29:25 +00:00
ftp.1 rename debug to ftp_debug. grr libssh. 2006-01-31 20:05:35 +00:00
ftp.c quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
ftp_var.h rename debug to ftp_debug. grr libssh. 2006-01-31 20:05:35 +00:00
main.c rename debug to ftp_debug. grr libssh. 2006-01-31 20:05:35 +00:00
progressbar.c Coverity CID 1447: Avoid buffer overflow. 2006-05-01 23:02:03 +00:00
progressbar.h White space nit 2005-02-10 16:00:38 +00:00
ruserpass.c Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask. 2006-01-31 20:01:23 +00:00
util.c Coverity CID 3610: derefencing NULL pointer. 2006-05-23 23:59:48 +00:00
version.h If a file upload (via -u) fails, return an non-zero exit value based on the 2006-07-26 14:28:11 +00:00