summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix several bogus bugsshin2000-02-123-5/+10
* Let ftp command use only PORT(no EPRT) for IPv4 destination.shin2000-02-091-1/+0
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-278-182/+463
* Revert the change from memset() to bzero(), since bzero() is simplysheldonh2000-01-201-1/+1
* Correctly parse broken MDTM responses from servers which formatsheldonh2000-01-181-16/+36
* Remove all \n from __COPYRIGHT(...) string - assembler can't parse themache1999-09-121-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2814-22/+22
* Clean up some ambiguous nested if/elses.billf1999-07-041-3/+4
* Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" ratherdes1999-07-032-7/+8
* Document that FTP_PASSIVE_MODE should be explicitlyru1999-07-011-2/+4
* retreived -> retrievedkris1999-06-301-3/+3
* - add "-s src_addr" option to allow setting of the source IP address;ru1999-06-257-75/+108
* Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.des1999-06-071-4/+7
* Better error checking.eivind1998-12-091-3/+4
* fd_set is documented to be a typedef, not a struct. Conform moreimp1998-07-262-11/+9
* 'remaining' must be declared off_t instead of int to avoid FPE when the size ofjmz1998-07-191-4/+5
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+9
* Fix a few minor typos and style nits.steve1998-03-011-7/+7
* Cleanup code so that long lines to be quoted don't get truncated.steve1998-02-141-13/+11
* Don't print garbage when user enters EOF at name prompt.pst1998-02-031-3/+4
* Revert to previous behaviour, only generate NLST for explicit "nlist"msmith1998-01-091-3/+3
* One more ctype castache1997-12-161-2/+2
* Add more (unsigned char) casts to ctype macrosache1997-12-162-6/+6
* Add (unsigned char) cast to ctype macroache1997-12-161-3/+3
* Sync with NetBSD v1.3.pst1997-12-1314-303/+613
* Mention pftp as an alternative command to enable passive mode.roberto1997-12-081-2/+10
* Style fix.guido1997-11-191-5/+7
* Make sure you do not get unexpected surprises whena remote file starts with '|'.guido1997-11-171-2/+13
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-1/+2
* - Changed default PAGER from 'less' to 'more', since we don't have lessnate1997-09-051-2/+2
* Replace hand-made tolower conversions with real tolower from ctypeache1997-06-271-8/+6
* Protect isspace by isascii to not count high spacesache1997-06-272-6/+6
* Activate collate to sort local files properly for completionache1997-06-272-6/+6
* Localize it (ctype)ache1997-06-276-27/+30
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-2514-1398/+3555
* Meg -> Mbytesdg1997-06-101-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Buffer overflow from Keith Bostic.imp1997-03-241-1/+1
* Fix problem in ftp and case mapping mode where the converted string wasn'timp1996-12-171-0/+1
* Apply a long-forgotten change to make FTP_PASSIVE_MODE just thatjkh1996-11-021-1/+1
* Make "ftp" a synonym for "open"phk1996-09-191-0/+1
* Fix a couple of file-descriptor leaks.phk1996-08-231-0/+3
* 1. Remove SOCKS support (unneded with SOCKS v5 port)pst1996-05-303-61/+20
* Changed printf for reporting transfer stats from using %.2g to %.2f toscrappy1996-05-261-2/+6
* Add support for sockspst1996-04-232-0/+11
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-058-10/+84
* Remove trailing whitespace.rgrimes1995-05-304-20/+20
* Use port 21 as default if getservbyname fails to find it for us. This letphk1995-04-201-2/+6
* Fix checking of directory access for "/foo". The parent directory isbde1995-02-162-2/+4
OpenPOWER on IntegriCloud