Age | Commit message (Expand) | Author |
2015-10-13 | ctype functions isxdigit() expect an unsigned char value; add missing casts | Philip Guenther |
2015-09-10 | Unbreak ftp(1) after tls_read()/tls_write() change. | Joel Sing |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-09 | Make sure we check TLS_WRITE_AGAIN when calling tls_read() and if | Joel Sing |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-02-27 | Fix URL-encoding of characters with the high order bit set. | Jeremie Courreges-Anglas |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-12 | Fetching port distfiles with the ftp command from githup did not | Alexander Bluhm |
2014-11-25 | set ttyout to line buffered, because the signal handler writes are | Theo de Raadt |
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-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-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-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
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-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-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 |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-11-13 | satisfy gcc in -Whiny mode | 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-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 |
2012-08-18 | Fix http resume without out auth, which I broke on the last commit, | Christiano F. Haesbaert |
2012-08-14 | Add support for basic HTTP authentication as described on RFC 2617 and | Christiano F. Haesbaert |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2012-04-23 | Handle HTTP Content-Length headers with trailing whitespace. ok martynas@ | Stuart Henderson |
2010-08-25 | don't free proxyurl and cookie twice in the location code; with halex@ | Martynas Venckus |
2010-07-23 | Handle redirection to relative url's in the Location: header of http | Alexander Hall |
2010-07-03 | make lint happy | Alexander Hall |
2010-06-29 | fix output handling: | Alexander Hall |
2010-06-03 | HTTP/1.1 requests must send a "Connection: close" header. Fixes the issue where | Alexander Hall |
2010-06-03 | When attempting to resume a download, against an HTTP server that | Peter Hessler |
2009-10-16 | factor psummary code of ftp.c to be generic, for all types of | Martynas Venckus |
2009-08-26 | In "auto-fetch" mode without -o, the filename to save under is derived | Stuart Henderson |
2009-08-06 | encode special or unsafe characters defined by rfc1738. as a result, | Martynas Venckus |
2009-08-03 | tweak error message. url is valid per rfc1738 and can now be | Martynas Venckus |