| Commit message (Expand) | Author | Age | Files | Lines |
* | "ls" is note the same as "nlist", but it is the same as "dir". Correct | ben | 2000-07-12 | 1 | -18/+30 |
* | - Reflect `gateport' variable type change. | ru | 2000-06-24 | 5 | -12/+16 |
* | Get rid of segfault in a `site %s' case. | ru | 2000-06-23 | 1 | -1/+1 |
* | Fix obvious cut-n-paste error. | se | 2000-06-20 | 1 | -1/+1 |
* | Make sure to use native IPv4 addrerss even if getaddrinfo() | ume | 2000-06-14 | 3 | -0/+37 |
* | Mention about -4 and -6 options. | ume | 2000-06-12 | 1 | -1/+9 |
* | Don't pass scope-id to EPRT command. | ume | 2000-05-25 | 1 | -1/+1 |
* | Replace isurl() with isipv6addr(). | ume | 2000-05-22 | 3 | -1/+32 |
* | Remove addition of -g to CFLAGS | cpiazza | 2000-05-16 | 1 | -1/+1 |
* | Fix whitepace in the arguments of two Xr macros. | sheldonh | 2000-03-10 | 1 | -2/+2 |
* | ftp(1)'s default pager is "more", not "less", as documented. | nik | 2000-03-07 | 1 | -1/+1 |
* | Previous fix was incomplete and has problem in reverse lookup failed dest, | shin | 2000-02-28 | 1 | -3/+2 |
* | Correctly print out "Connected to" hostname. | shin | 2000-02-24 | 1 | -4/+3 |
* | Fix several problems with EPSV (verbosity, one-per-session, missing place) | ache | 2000-02-21 | 3 | -6/+14 |
* | Removed bogus line. | shin | 2000-02-19 | 1 | -1/+0 |
* | Don't try EPSV once it failed. | shin | 2000-02-18 | 1 | -5/+12 |
* | Add -4 and -6 options. | shin | 2000-02-15 | 4 | -5/+16 |
* | Add more dual stack consideration. | shin | 2000-02-12 | 4 | -16/+71 |
* | Fix parsing problems. | shin | 2000-02-12 | 2 | -3/+31 |
* | Fix several bogus bugs | shin | 2000-02-12 | 3 | -5/+10 |
* | Let ftp command use only PORT(no EPRT) for IPv4 destination. | shin | 2000-02-09 | 1 | -1/+0 |
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 8 | -182/+463 |
* | Revert the change from memset() to bzero(), since bzero() is simply | sheldonh | 2000-01-20 | 1 | -1/+1 |
* | Correctly parse broken MDTM responses from servers which format | sheldonh | 2000-01-18 | 1 | -16/+36 |
* | Remove all \n from __COPYRIGHT(...) string - assembler can't parse them | ache | 1999-09-12 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 14 | -22/+22 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -3/+4 |
* | Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" rather | des | 1999-07-03 | 2 | -7/+8 |
* | Document that FTP_PASSIVE_MODE should be explicitly | ru | 1999-07-01 | 1 | -2/+4 |
* | retreived -> retrieved | kris | 1999-06-30 | 1 | -3/+3 |
* | - add "-s src_addr" option to allow setting of the source IP address; | ru | 1999-06-25 | 7 | -75/+108 |
* | Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again. | des | 1999-06-07 | 1 | -4/+7 |
* | Better error checking. | eivind | 1998-12-09 | 1 | -3/+4 |
* | fd_set is documented to be a typedef, not a struct. Conform more | imp | 1998-07-26 | 2 | -11/+9 |
* | 'remaining' must be declared off_t instead of int to avoid FPE when the size of | jmz | 1998-07-19 | 1 | -4/+5 |
* | Don't assume that hp->h_lenght == 4. Be conservative in its use. | imp | 1998-06-09 | 1 | -8/+9 |
* | Fix a few minor typos and style nits. | steve | 1998-03-01 | 1 | -7/+7 |
* | Cleanup code so that long lines to be quoted don't get truncated. | steve | 1998-02-14 | 1 | -13/+11 |
* | Don't print garbage when user enters EOF at name prompt. | pst | 1998-02-03 | 1 | -3/+4 |
* | Revert to previous behaviour, only generate NLST for explicit "nlist" | msmith | 1998-01-09 | 1 | -3/+3 |
* | One more ctype cast | ache | 1997-12-16 | 1 | -2/+2 |
* | Add more (unsigned char) casts to ctype macros | ache | 1997-12-16 | 2 | -6/+6 |
* | Add (unsigned char) cast to ctype macro | ache | 1997-12-16 | 1 | -3/+3 |
* | Sync with NetBSD v1.3. | pst | 1997-12-13 | 14 | -303/+613 |
* | Mention pftp as an alternative command to enable passive mode. | roberto | 1997-12-08 | 1 | -2/+10 |
* | Style fix. | guido | 1997-11-19 | 1 | -5/+7 |
* | Make sure you do not get unexpected surprises whena remote file starts with '|'. | guido | 1997-11-17 | 1 | -2/+13 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -1/+2 |
* | - Changed default PAGER from 'less' to 'more', since we don't have less | nate | 1997-09-05 | 1 | -2/+2 |
* | Replace hand-made tolower conversions with real tolower from ctype | ache | 1997-06-27 | 1 | -8/+6 |