summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/domacro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* various knf and whitespace; ok jcaderaadt2019-11-181-34/+31
* Revert suni'ls ftp rewrite for now.florian2019-05-161-0/+149
* Move us from old ftp(1) to Sunil's new ftp(1). The necessary modificationskmos2019-05-121-149/+0
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-2/+2
* A whole buncha unsigned char casts for ctype function arguments.mmcc2015-10-181-4/+4
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-1/+2
* remove uploading and macros support from install media; to savemartynas2009-04-271-1/+5
* toast the rcsid strings which just get in the wayderaadt2009-04-271-5/+1
* default file transfer type is binary, not ascii;sobrado2008-08-221-3/+3
* Remove shadowing variables and properly use /* FALLTHROUGH */ray2006-05-161-3/+3
* two strtol calls that were begging to be converted to strtonumtedu2006-04-251-2/+2
* ansi; khalek@linuxgamers.netderaadt2004-07-201-5/+3
* for -DSMALL, do not include rcsid[]sderaadt2003-12-161-8/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* line2 may overrun if line is too long (> 200). be more careful on strcpy.itojun2003-01-221-7/+9
* Updates from NetBSD (lukem) include -Wall cleanup.millert1997-07-251-4/+4
* allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to workderaadt1997-04-231-10/+12
* Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress metermillert1997-03-141-8/+7
* Add back ``-r'' option and fix strncpy() usage and other nits becausemillert1997-02-031-10/+11
* Sync with NetBSDmillert1997-02-031-5/+4
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+154