summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-04Don't longjmp(..., 0)Artur Grabowski
2001-11-14o Don't accept URLs with user:pass@ and an extra unencoded @.Heikki Korpela
2001-10-27Send User-Agent: OpenBSD ftp to WWW servers and proxies.Heikki Korpela
2001-10-24Misplaced space in fprintf "Execute get, put orappend to initiate transfer"Todd C. Miller
2001-10-04More accurate help.Paul Janzen
2001-10-03o Only send port number in the HTTP request 'Host: ' specificationHeikki Korpela
2001-10-01Typo, assign the new restart point to nrestart_point, not restart_point.Todd C. Miller
2001-08-22ftp-proxyBob Beck
2001-08-03Add back NUL termination of 'word' in complete() that was erroneouslyTodd C. Miller
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-23remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat...Todd C. Miller
2001-06-18Change default transfer type from ascii to binary; closes PR 1626Todd C. Miller
2001-03-09Add a missing newline in debug mode to separate debug output fromTodd C. Miller
2001-03-09Typo in Synopsis; there's a -v option, not -uTodd C. Miller
2000-12-24Spelling: tripple -> tripleAaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18emit more easier-to-understand error message on port name error. from deraadtJun-ichiro itojun Hagino
2000-09-07bogus comment policeTodd T. Fries
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-07-27If the HOME environment variable is not set, do not try to readTodd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-27initialize result. this fixes the recent problem that makes ftp coredumpFederico G. Schwindt
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
2000-06-13Make both ls and dir send a LIST command. Perviously, ls would useTodd C. Miller
2000-06-11do not add empty lines to history; always check the size of the returnedFederico G. Schwindt
2000-05-25do not attach incorrect Host: directive if we are using proxy.Jun-ichiro itojun Hagino
2000-05-150-size files still deserve a progress meter; also, after file is finishedTheo de Raadt
2000-05-15parse RFC2732 ftp URL (ftp://[::1]:21/readme)Jun-ichiro itojun Hagino
2000-05-03if no /etc/services file, use defaults. found by millert, fixed by itojunTheo de Raadt
2000-05-02always attach port in numeric, for HTTP Host: header.Jun-ichiro itojun Hagino
2000-04-24support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html).Jun-ichiro itojun Hagino
2000-03-22fix overflows, ok aaron@Markus Friedl
2000-03-07Various cleanup.Aaron Campbell
2000-02-29Various cleanup.Aaron Campbell
2000-02-01Work-around for lame servers that return `19100' for a date.Marc Espie
2000-01-09Make 'ftp host:/path/to/file' work again. This got broken during IPV6Todd C. Miller
2000-01-04fix file:// URL support; broken by KAME supportTheo de Raadt
1999-12-08ftp(1) from KAME, should be good for testing.Jun-ichiro itojun Hagino
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-29retreived -> retrievedAaron Campbell
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
1999-06-05- remove trailing white spaceAaron Campbell
1999-02-09correct a default; js3guj@gold.ocn.ne.jpTheo de Raadt
1999-02-09if we read less than Content-Length, whine and errorTheo de Raadt
1998-12-24retreived -> retrievedAaron Campbell
1998-12-16more .Nm fixesAaron Campbell
1998-12-13Fall back from passive to active if connect() fails. This can happen if the ...Todd C. Miller