summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | closely to the documented interface. Inspired-by: similar changes in OpenBSD
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+9
| | | | Submitted by: J. Assange a long time ago.
* Add more (unsigned char) casts to ctype macrosache1997-12-161-4/+4
|
* Sync with NetBSD v1.3.pst1997-12-131-57/+84
| | | | | Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better).
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-251-386/+429
| | | | | | | | | | | | | | | | work of Luke Mewburn. This includes, but is not limited to : - commandline editing and history. - local and remote filename completion. - a new progress display. - the ability to access files using either the ftp or http protocols, and use http proxies for ftp transfers. The FreeeBSD "restricted ports" functionality was preserved. Obtained from: NetBSD
* Meg -> Mbytesdg1997-06-101-1/+1
| | | | | PR: 3829 Submitted by: Josh Gilliam <josh@quick.net>
* 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
| | | | 2. Update quarantine port support to use new kernel mechanism.
* Changed printf for reporting transfer stats from using %.2g to %.2f toscrappy1996-05-261-2/+6
| | | | | | | get rid of "scientific notation" reporting (PR#bin/329) Added a switch so that if bytes/sec > 1Meg/sec, report in Meg/sec instead of Kbytes/sec
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-051-9/+46
| | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Fix checking of directory access for "/foo". The parent directory isbde1995-02-161-2/+2
| | | | "/", not "".
* Add support for passive mode FTP (default off) to base FTP client to supportpst1994-09-151-0/+52
| | | | | users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com>
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1470
OpenPOWER on IntegriCloud