summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/domacro.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-1/+2
| | | | | | small stuff. make it a fetcher. shrinks quite a bit agreed by millert@, krw@ ok theo, sthen@
* remove uploading and macros support from install media; to savemartynas2009-04-271-1/+5
| | | | | | some space discussed with theo, todd@, millert@ tested and looked over by sthen@
* 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
| | | | | | | | | | | commands which toggle settings can take an explicit on or off argument to force the setting appropiately, show these arguments in usage; synchronize synopsis and usage of commands; spacing; KNF; other minor documentation tweaks. written with help by jmc@ ok jmc@ (documentation), martynas@ (type usage and default file transfer type)
* Remove shadowing variables and properly use /* FALLTHROUGH */ray2006-05-161-3/+3
| | | | | | | | comments. No binary change. Found by lint. OK beck@, deraadt@
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* line2 may overrun if line is too long (> 200). be more careful on strcpy.itojun2003-01-221-7/+9
| | | | | XXX strlen(argv[x]) should be checked before copies. netbsd 1.18 -> 1.19, requested by David Krause
* Updates from NetBSD (lukem) include -Wall cleanup.millert1997-07-251-4/+4
| | | | More -W* cleanup and in_port_t usage by me.
* 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
| | | | and setting times.
* Add back ``-r'' option and fix strncpy() usage and other nits becausemillert1997-02-031-10/+11
| | | | I'm anal. Closer to KNF now.
* Sync with NetBSDmillert1997-02-031-5/+4
|
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+154