aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-8/+9
* Fix a few minor typos and style nits.Steve Price1998-03-011-7/+7
* Cleanup code so that long lines to be quoted don't get truncated.Steve Price1998-02-141-13/+11
* Don't print garbage when user enters EOF at name prompt.Paul Traina1998-02-031-3/+4
* Revert to previous behaviour, only generate NLST for explicit "nlist"Mike Smith1998-01-091-3/+3
* One more ctype castAndrey A. Chernov1997-12-161-2/+2
* Add more (unsigned char) casts to ctype macrosAndrey A. Chernov1997-12-162-6/+6
* Add (unsigned char) cast to ctype macroAndrey A. Chernov1997-12-161-3/+3
* Sync with NetBSD v1.3.Paul Traina1997-12-1314-303/+613
* Mention pftp as an alternative command to enable passive mode.Ollivier Robert1997-12-081-2/+10
* Style fix.Guido van Rooij1997-11-191-5/+7
* Make sure you do not get unexpected surprises whena remote file starts with '|'.Guido van Rooij1997-11-171-2/+13
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-1/+2
* - Changed default PAGER from 'less' to 'more', since we don't have lessNate Williams1997-09-051-2/+2
* Replace hand-made tolower conversions with real tolower from ctypeAndrey A. Chernov1997-06-271-8/+6
* Protect isspace by isascii to not count high spacesAndrey A. Chernov1997-06-272-6/+6
* Activate collate to sort local files properly for completionAndrey A. Chernov1997-06-272-6/+6
* Localize it (ctype)Andrey A. Chernov1997-06-276-27/+30
* Import substantial improvements to ftp(1) from NetBSD, largely theMike Smith1997-06-2514-1398/+3555
* Meg -> MbytesDavid Greenman1997-06-101-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Buffer overflow from Keith Bostic.Warner Losh1997-03-241-1/+1
* Fix problem in ftp and case mapping mode where the converted string wasn'tWarner Losh1996-12-171-0/+1
* Apply a long-forgotten change to make FTP_PASSIVE_MODE just thatJordan K. Hubbard1996-11-021-1/+1
* Make "ftp" a synonym for "open"Poul-Henning Kamp1996-09-191-0/+1
* Fix a couple of file-descriptor leaks.Poul-Henning Kamp1996-08-231-0/+3
* 1. Remove SOCKS support (unneded with SOCKS v5 port)Paul Traina1996-05-303-61/+20
* Changed printf for reporting transfer stats from using %.2g to %.2f toMarc G. Fournier1996-05-261-2/+6
* Add support for socksPaul Traina1996-04-232-0/+11
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
* Use data ports in the range 40000..44999 by default to enhance FTP usabilityPaul Traina1995-08-058-10/+84
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-20/+20
* Use port 21 as default if getservbyname fails to find it for us. This letPoul-Henning Kamp1995-04-201-2/+6
* Fix checking of directory access for "/foo". The parent directory isBruce Evans1995-02-162-2/+4
* Add -p flag and pftp alias for passive ftpPaul Traina1994-09-293-3/+18
* Declare fuction setpassive in file cmds.c void and update correspondingSteven Wallace1994-09-182-1/+2
* Kludge to workaround ftp coredumping when password is specified beforeDavid Greenman1994-09-181-1/+1
* Add support for passive mode FTP (default off) to base FTP client to supportPaul Traina1994-09-156-0/+68
* Fixed stupid bug which prevented any command line options from beingDavid Greenman1994-08-311-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2711-0/+6263