summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2018-02-11more volatile to appease gcc.christos
2018-02-06explicitly include <string.h> since OpenSSL-1.1 does not do it for us.christos
2017-11-25Make outfile always allocated, free it to set it to NULL, and don't move itchristos
2017-11-20Issue PWD commands to the server only when we actuallykre
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-21Remove MKCRYPTO option.riastradh
2017-02-15ftp(1): split the auth processing function.nonaka
2017-01-31Use the first name we requested the http/https URL for, not any name we endedchristos
2016-12-15handle proxy authentication correctly.nonaka
2016-10-17PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.christos
2016-10-04When using data outside the signed char range, it is better tojoerg
2016-08-03Do globbing for FTP URLs of the form ftp://... toomaya
2016-04-04PR/51043: Yorick Hardy: ftp(1) should use the port number for CONNECTchristos
2016-03-18sprinkle more volatile (distribution build with gcc-5.3)christos
2016-02-27CID 1354295: Array overrun.christos
2016-02-06use sizeof() and array notation.christos
2016-02-05Initialize the token match pointer.nonaka
2016-01-05Fix downloads of local files using file:// URLswiz
2015-12-17mark function as only needed with ssl.christos
2015-12-17Split the position/size parsing into a separate function.christos
2015-12-17Simplify and factor out connect messagechristos
2015-12-17- Fix to connect https via proxy.nonaka
2015-12-16make DPRINTF/DWARN always statements.christos
2015-12-16PR/50438: NONAKA Kimihiro: ftp(1): CONNECT method supportchristos
2015-12-16more refactoring:christos
2015-12-16Fix compile failure without WITH_SSL.nonaka
2015-12-15Factor the proxy handling code out.christos
2015-12-15Separate no_proxy handling.christos
2015-12-15Try to factor out some code, this is completely out of control.christos
2015-12-13(Hopefully) fix build without IPv6 supporttron
2015-12-11Use the proper format "[IPv6 address]:port" when reporting connectiontron
2015-09-16Workaround const issues of SSL_set_tlsext_host_name.joerg
2015-09-12servername cannot be NULL here.wiz
2015-09-12Bump version for SNI support.wiz
2015-09-12Add Server Name Indication (SNI) support for https.wiz
2015-04-23Add -x xferbufsize to set xferbuf size.lukem
2015-01-12Increase the buffer limit; otherwise files in:christos
2014-10-31Version 20141026lukem
2014-10-26don't pay attention to special characters if they don't come from the commandchristos
2014-01-07Annotate functions using format strings.joerg
2013-11-07more volatile for m68kchristos
2013-11-03let progressmeter deal with the timeout once we've started transferring.christos
2013-11-02PR/34796: Hauke Fath: ftp does not timeout on http fetches.christos
2013-05-05Version 20130220: restart fix, SYST response parsing improvementlukem
2013-02-23fix restart from anon ymouschristos
2013-02-19When using the response to SYST to decide whether to default to 'binary'dsl
2013-02-06merry belated x-mas.christos
2012-12-24backwards compatible with netbsd-6.christos
2012-12-22compile without SSLchristos
2012-12-22document https support, mentioning certificates are not validated, and obeychristos