summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* optarg and optind are declared in unistd.h.imp2000-09-041-2/+0
* - Reflect `gateport' variable type change.ru2000-06-241-1/+3
* Make sure to use native IPv4 addrerss even if getaddrinfo()ume2000-06-141-0/+35
* Don't pass scope-id to EPRT command.ume2000-05-251-1/+1
* Previous fix was incomplete and has problem in reverse lookup failed dest,shin2000-02-281-3/+2
* Correctly print out "Connected to" hostname.shin2000-02-241-4/+3
* Fix several problems with EPSV (verbosity, one-per-session, missing place)ache2000-02-211-6/+12
* Removed bogus line.shin2000-02-191-1/+0
* Don't try EPSV once it failed.shin2000-02-181-5/+12
* Add -4 and -6 options.shin2000-02-151-1/+1
* Add more dual stack consideration.shin2000-02-121-7/+42
* Fix parsing problems.shin2000-02-121-2/+11
* Fix several bogus bugsshin2000-02-121-0/+1
* 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-271-75/+341
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* - add "-s src_addr" option to allow setting of the source IP address;ru1999-06-251-24/+25
* Better error checking.eivind1998-12-091-3/+4
* fd_set is documented to be a typedef, not a struct. Conform moreimp1998-07-261-7/+7
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+9
* Add more (unsigned char) casts to ctype macrosache1997-12-161-4/+4
* Sync with NetBSD v1.3.pst1997-12-131-57/+84
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-251-386/+429
* Meg -> Mbytesdg1997-06-101-1/+1
* Fix a couple of file-descriptor leaks.phk1996-08-231-0/+3
* 1. Remove SOCKS support (unneded with SOCKS v5 port)pst1996-05-301-49/+20
* Changed printf for reporting transfer stats from using %.2g to %.2f toscrappy1996-05-261-2/+6
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-051-9/+46
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Fix checking of directory access for "/foo". The parent directory isbde1995-02-161-2/+2
* Add support for passive mode FTP (default off) to base FTP client to supportpst1994-09-151-0/+52
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1470
OpenPOWER on IntegriCloud