| Commit message (Expand) | Author | Age | Files | Lines |
* | remove tenex transfer support. if you still have TOPS20 machines in |  tedu | 2015-01-30 | 7 | -55/+14 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 9 | -49/+50 |
* | Fetching port distfiles with the ftp command from githup did not |  bluhm | 2015-01-12 | 1 | -9/+25 |
* | set ttyout to line buffered, because the signal handler writes are |  deraadt | 2014-11-25 | 1 | -1/+5 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -3/+4 |
* | Update ftp(1) to use libtls instead of libressl. |  jsing | 2014-10-31 | 4 | -74/+74 |
* | use ressl constant; from Jan Klemkow |  tedu | 2014-10-30 | 1 | -2/+2 |
* | Remove unnecessary include: netinet/in_systm.h is not needed by these |  lteo | 2014-10-24 | 1 | -2/+1 |
* | userland reallocarray audit. |  doug | 2014-10-08 | 2 | -4/+5 |
* | Amend previous commit to unbreak TLS cert validation when using a proxy. |  jca | 2014-10-06 | 1 | -8/+7 |
* | Be sure to only path the remote host to ressl_connect_socket(), without a |  miod | 2014-10-04 | 1 | -2/+2 |
* | update for new ressl noverify API |  tedu | 2014-10-03 | 1 | -2/+4 |
* | Update ftp ressl configuration to handle recent changes in the library. |  jsing | 2014-10-03 | 1 | -7/+10 |
* | you broke the ramdisk builds... |  deraadt | 2014-08-25 | 1 | -1/+3 |
* | When using a proxy for an https connection, validate the cert hostname |  jca | 2014-08-25 | 1 | -2/+7 |
* | Fix double free. ok guenther@ |  jca | 2014-08-21 | 1 | -2/+1 |
* | I found a number of interactive events which can cause signals, and go |  deraadt | 2014-08-16 | 4 | -23/+45 |
* | Clean up the ifdef maze in usage() by reformatting it to have distinct |  lteo | 2014-07-16 | 1 | -50/+14 |
* | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. |  jsing | 2014-07-14 | 4 | -315/+74 |
* | Repair handling of ^C and ^D around command prompts, by inserting |  deraadt | 2014-07-14 | 1 | -2/+9 |
* | simplify and slightly tweak user agent handling |  halex | 2014-07-11 | 2 | -20/+7 |
* | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a |  lteo | 2014-07-11 | 4 | -10/+45 |
* | Given an http or https URL with user and password, URL-decode the user |  guenther | 2014-07-05 | 1 | -33/+50 |
* | Alexander Schrijver posted a diff to remove references to the c_rehash script, |  jmc | 2014-06-25 | 1 | -3/+4 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 3 | -16/+16 |
* | X509_free() the certificate if the server hostname check fails. |  jca | 2014-05-19 | 1 | -1/+2 |
* | Explicitely initialize two static variables introduced in the previous |  jca | 2014-05-19 | 1 | -3/+3 |
* | HTTPS connections may see redirects, so initialize libcrypto and libssl |  jca | 2014-05-19 | 1 | -22/+49 |
* | Kill useless assignement, matchlen is initialized two lines below. |  jca | 2014-04-23 | 1 | -2/+1 |
* | remove dead stores to error. from Fritjof Bornebusch |  tedu | 2014-04-22 | 1 | -15/+3 |
* | If TLS validation is on, retrieve the server TLS certificate and |  jca | 2014-04-09 | 1 | -1/+184 |
* | SNI support. ok guenther@ sthen@ |  jca | 2014-03-30 | 1 | -1/+14 |
* | Check the return value from SSL_CTX_set_cipher_list(), for consistency. |  jca | 2014-03-30 | 1 | -3/+6 |
* | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so |  jca | 2014-03-30 | 1 | -2/+1 |
* | only signed types work when comparing less than zero. |  tedu | 2014-03-02 | 1 | -2/+2 |
* | use a larger read buffer to speed things up, particularly during upgrades. |  tedu | 2014-02-26 | 1 | -5/+6 |
* | Unbreak ftp progress meter after the introduction of the '-D' flag |  dcoppa | 2014-01-29 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2014-01-23 | 1 | -4/+6 |
* | Add -D shorttitle support, so that the progress meter can show some sort |  deraadt | 2014-01-23 | 4 | -10/+39 |
* | Add support for SSL/TLS server certificate validation, enabled by |  jca | 2013-12-24 | 4 | -7/+148 |
* | When writing a file, break out when we get a write(2) error, not |  jca | 2013-12-20 | 1 | -2/+4 |
* | protos |  deraadt | 2013-11-13 | 2 | -13/+13 |
* | satisfy gcc in -Whiny mode |  deraadt | 2013-11-13 | 1 | -2/+2 |
* | simple prototype repairs |  deraadt | 2013-11-12 | 1 | -1/+3 |
* | If a constant string needs a name, use a static const array instead of a |  guenther | 2013-10-27 | 1 | -2/+2 |
* | Remove an obsolete paragraph in the BUGS section about using ftp(1) with |  lteo | 2013-04-28 | 1 | -13/+2 |
* | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where |  sthen | 2013-04-09 | 1 | -4/+12 |
* | Fixed a memory leak during HTTP header parsing. |  tobias | 2013-03-30 | 1 | -1/+2 |
* | Add a STANDARDS section to list RFC's related to the FTP protocol |  lteo | 2013-02-19 | 1 | -2/+17 |
* | ARPANET -> Internet |  lteo | 2013-02-15 | 1 | -6/+5 |