NetBSD/usr.bin/ftp
christos 199b39279a Factor out common string processing code eliminating static buffers,
making functions that should be static be static, and cleaning up
const usage. Added a guard against buffer overflow, but the domap function
is a bit too complicated for me to tackle right now. I will leave it
to the author; hi luke!
2005-02-09 23:17:27 +00:00
..
cmds.c Factor out common string processing code eliminating static buffers, 2005-02-09 23:17:27 +00:00
cmdtab.c Fix bug in Christos' recent cleanup which broke the "help" and "rhelp" commands. 2004-07-15 08:50:10 +00:00
complete.c
domacro.c
extern.h Factor out common string processing code eliminating static buffers, 2005-02-09 23:17:27 +00:00
fetch.c Fix ftp url reget when globs are being used. 2005-01-12 22:37:41 +00:00
ftp_var.h Forbid filenames returned from mget that aren't in (or below) the 2005-01-03 09:50:09 +00:00
ftp.1 preempt wizd; crank date 2005-01-15 21:28:16 +00:00
ftp.c If an ftp auto-fetch transfer is interrupted by SIGINT (usually ^C), 2004-07-20 10:40:21 +00:00
main.c Slightly rework SIGINT handling; if we're exiting the auto-fetch stuff 2004-07-21 00:09:14 +00:00
Makefile Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
progressbar.c
progressbar.h
ruserpass.c
util.c Forbid filenames returned from mget that aren't in (or below) the 2005-01-03 09:50:09 +00:00
version.h Fix ftp url reget when globs are being used. 2005-01-12 22:37:41 +00:00