Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-07 | Various cleanup. | Aaron Campbell | |
2000-02-29 | Various cleanup. | Aaron Campbell | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen | |
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined. | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-02-09 | correct a default; js3guj@gold.ocn.ne.jp | Theo de Raadt | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-09-19 | Make -m flag turn on progress meter in all situations | Todd C. Miller | |
1998-09-19 | add -m option to turn on progress meter in non-verbose mode | Todd C. Miller | |
1998-06-12 | make -o semantics obvious | David Leonard | |
1998-04-13 | To change output, we use -o. Noted by David Leonard <leonard@csee.uq.edu.au> | Todd C. Miller | |
1998-02-17 | Add a new option "-o filename" for autofetch mode. Allows use of | Todd C. Miller | |
"-" to mean stdout. This replaces the old (unreliable) hueristic of checking if stdout is a tty and if not make the output go to stdout. | |||
1997-12-17 | By default, use passive mode and fall back to active as needed. | Todd C. Miller | |
The user can specify active only with the -A flag, or use the new FTPMODE envariable. | |||
1997-09-04 | mention $TMPDIR in man page | Todd C. Miller | |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller | |
bugs fixed: * don't interpret '-' or '|' when a local filename is determined from the remote name (i.e, in mget, and in get with only one argument). This is implemented using an extra argument to recvrequest(). Fixes a major security hole. * clean up memory leak when using globulize() * clean up a couple of comments * fix wording in TNF copyright features added: * support for TIS fwtk gate-ftp servers: * read defaults from $FTPSERVER && $FTPSERVERPORT * start in gate-ftp mode if invoked as 'gate-ftp' * toggle or set with 'gate [host [port]]' Other changes: * use symbolic flags in access(2) * Use USHRT_MAX, not 0xffff | |||
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller | |
More -W* cleanup and in_port_t usage by me. | |||
1997-04-23 | allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work | Theo de Raadt | |
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller | |
* differentiate between being connected, and being logged in * cleanup some text messages * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy situations; assume proxy supports it for proxy situations. * cd to / before performing any autofetch transfers | |||
1997-04-10 | Sync with NetBSD (lukem) | Todd C. Miller | |
* support $ftp_proxy for ftp:// transfers [bin/3245] * add "more" & "less" as synonyms for "page" * move editline setup code into controlediting(), and call appropriately. only setup setup terminal if going into interactive mode. | |||
1997-03-14 | Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter | Todd C. Miller | |
and setting times. | |||
1997-02-18 | add -e command line option to suppress use of editline(3)\ | kstailey | |
this is useful for Emacs ange-ftp | |||
1997-02-03 | Add back ``-r'' option and fix strncpy() usage and other nits because | Todd C. Miller | |
I'm anal. Closer to KNF now. | |||
1997-02-03 | Sync with NetBSD | Todd C. Miller | |
1996-11-09 | optional size argument to hash command | kstailey | |
1996-10-31 | add -r<seconds> option to retry connection. | Michael Shalayeff | |
dunno how to do optional argument. | |||
1996-09-13 | document our extensions | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |