summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove tenex transfer support. if you still have TOPS20 machines intedu2015-01-307-55/+14
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-169-49/+50
* Fetching port distfiles with the ftp command from githup did notbluhm2015-01-121-9/+25
* set ttyout to line buffered, because the signal handler writes arederaadt2014-11-251-1/+5
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* Update ftp(1) to use libtls instead of libressl.jsing2014-10-314-74/+74
* use ressl constant; from Jan Klemkowtedu2014-10-301-2/+2
* Remove unnecessary include: netinet/in_systm.h is not needed by theselteo2014-10-241-2/+1
* userland reallocarray audit.doug2014-10-082-4/+5
* Amend previous commit to unbreak TLS cert validation when using a proxy.jca2014-10-061-8/+7
* Be sure to only path the remote host to ressl_connect_socket(), without amiod2014-10-041-2/+2
* update for new ressl noverify APItedu2014-10-031-2/+4
* Update ftp ressl configuration to handle recent changes in the library.jsing2014-10-031-7/+10
* you broke the ramdisk builds...deraadt2014-08-251-1/+3
* When using a proxy for an https connection, validate the cert hostnamejca2014-08-251-2/+7
* Fix double free. ok guenther@jca2014-08-211-2/+1
* I found a number of interactive events which can cause signals, and goderaadt2014-08-164-23/+45
* Clean up the ifdef maze in usage() by reformatting it to have distinctlteo2014-07-161-50/+14
* Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl.jsing2014-07-144-315/+74
* Repair handling of ^C and ^D around command prompts, by insertingderaadt2014-07-141-2/+9
* simplify and slightly tweak user agent handlinghalex2014-07-112-20/+7
* Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using alteo2014-07-114-10/+45
* Given an http or https URL with user and password, URL-decode the userguenther2014-07-051-33/+50
* Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc2014-06-251-3/+4
* Use errc/warnc to simplify code.guenther2014-05-203-16/+16
* X509_free() the certificate if the server hostname check fails.jca2014-05-191-1/+2
* Explicitely initialize two static variables introduced in the previousjca2014-05-191-3/+3
* HTTPS connections may see redirects, so initialize libcrypto and libssljca2014-05-191-22/+49
* Kill useless assignement, matchlen is initialized two lines below.jca2014-04-231-2/+1
* remove dead stores to error. from Fritjof Bornebuschtedu2014-04-221-15/+3
* If TLS validation is on, retrieve the server TLS certificate andjca2014-04-091-1/+184
* SNI support. ok guenther@ sthen@jca2014-03-301-1/+14
* Check the return value from SSL_CTX_set_cipher_list(), for consistency.jca2014-03-301-3/+6
* SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), sojca2014-03-301-2/+1
* only signed types work when comparing less than zero.tedu2014-03-021-2/+2
* use a larger read buffer to speed things up, particularly during upgrades.tedu2014-02-261-5/+6
* Unbreak ftp progress meter after the introduction of the '-D' flagdcoppa2014-01-291-2/+2
* tweak previous;jmc2014-01-231-4/+6
* Add -D shorttitle support, so that the progress meter can show some sortderaadt2014-01-234-10/+39
* Add support for SSL/TLS server certificate validation, enabled byjca2013-12-244-7/+148
* When writing a file, break out when we get a write(2) error, notjca2013-12-201-2/+4
* protosderaadt2013-11-132-13/+13
* satisfy gcc in -Whiny modederaadt2013-11-131-2/+2
* simple prototype repairsderaadt2013-11-121-1/+3
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-2/+2
* Remove an obsolete paragraph in the BUGS section about using ftp(1) withlteo2013-04-281-13/+2
* Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case wheresthen2013-04-091-4/+12
* Fixed a memory leak during HTTP header parsing.tobias2013-03-301-1/+2
* Add a STANDARDS section to list RFC's related to the FTP protocollteo2013-02-191-2/+17
* ARPANET -> Internetlteo2013-02-151-6/+5