Age | Commit message (Expand) | Author |
2014-10-31 | Update ftp(1) to use libtls instead of libressl. | Joel Sing |
2014-10-30 | use ressl constant; from Jan Klemkow | Ted Unangst |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-06 | Amend previous commit to unbreak TLS cert validation when using a proxy. | Jeremie Courreges-Anglas |
2014-10-04 | Be sure to only path the remote host to ressl_connect_socket(), without a | Miod Vallat |
2014-10-03 | update for new ressl noverify API | Ted Unangst |
2014-10-03 | Update ftp ressl configuration to handle recent changes in the library. | Joel Sing |
2014-08-25 | you broke the ramdisk builds... | Theo de Raadt |
2014-08-25 | When using a proxy for an https connection, validate the cert hostname | Jeremie Courreges-Anglas |
2014-08-21 | Fix double free. ok guenther@ | Jeremie Courreges-Anglas |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-07-16 | Clean up the ifdef maze in usage() by reformatting it to have distinct | Lawrence Teo |
2014-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
2014-07-14 | Repair handling of ^C and ^D around command prompts, by inserting | Theo de Raadt |
2014-07-11 | simplify and slightly tweak user agent handling | Alexander Hall |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2014-07-05 | Given an http or https URL with user and password, URL-decode the user | Philip Guenther |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-19 | X509_free() the certificate if the server hostname check fails. | Jeremie Courreges-Anglas |
2014-05-19 | Explicitely initialize two static variables introduced in the previous | Jeremie Courreges-Anglas |
2014-05-19 | HTTPS connections may see redirects, so initialize libcrypto and libssl | Jeremie Courreges-Anglas |
2014-04-23 | Kill useless assignement, matchlen is initialized two lines below. | Jeremie Courreges-Anglas |
2014-04-22 | remove dead stores to error. from Fritjof Bornebusch | Ted Unangst |
2014-04-09 | If TLS validation is on, retrieve the server TLS certificate and | Jeremie Courreges-Anglas |
2014-03-30 | SNI support. ok guenther@ sthen@ | Jeremie Courreges-Anglas |
2014-03-30 | Check the return value from SSL_CTX_set_cipher_list(), for consistency. | Jeremie Courreges-Anglas |
2014-03-30 | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so | Jeremie Courreges-Anglas |
2014-03-02 | only signed types work when comparing less than zero. | Ted Unangst |
2014-02-26 | use a larger read buffer to speed things up, particularly during upgrades. | Ted Unangst |
2014-01-29 | Unbreak ftp progress meter after the introduction of the '-D' flag | David Coppa |
2014-01-23 | tweak previous; | Jason McIntyre |
2014-01-23 | Add -D shorttitle support, so that the progress meter can show some sort | Theo de Raadt |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-12-20 | When writing a file, break out when we get a write(2) error, not | Jeremie Courreges-Anglas |
2013-11-13 | protos | Theo de Raadt |
2013-11-13 | satisfy gcc in -Whiny mode | Theo de Raadt |
2013-11-12 | simple prototype repairs | Theo de Raadt |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-04-28 | Remove an obsolete paragraph in the BUGS section about using ftp(1) with | Lawrence Teo |
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson |
2013-03-30 | Fixed a memory leak during HTTP header parsing. | Tobias Stoeckmann |
2013-02-19 | Add a STANDARDS section to list RFC's related to the FTP protocol | Lawrence Teo |
2013-02-15 | ARPANET -> Internet | Lawrence Teo |
2013-01-06 | Remove empty[]. Unused after rev. 1.26. | Martynas Venckus |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-15 | Add support for recursive ftp upload. The mput command of the ftp | Alexander Bluhm |
2012-08-26 | Make a few ftp(1) usage/man page changes related to Basic | Lawrence Teo |
2012-08-18 | Fix http resume without out auth, which I broke on the last commit, | Christiano F. Haesbaert |