summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2021-10-24Pull up following revision(s) (requested by lukem in ticket #1367):martin
2021-10-24Pull up following revision(s) (requested by lukem in ticket #1366):martin
2021-10-24Pull up following revision(s) (requested by lukem in ticket #1365):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1295):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1294):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1293):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1292):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1291):martin
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1290):martin
2021-01-29Pull up following revision(s) (requested by lukem in ticket #1190):martin
2019-06-22trim down error checking if we are small.christos
2019-06-22make this compile again with -DNO_PROGRESSchristos
2019-04-07redo the connection waiting handling to make it more clear.christos
2019-04-04Make fetch_read() return size_t like fread() does. It is bogus tochristos
2019-02-06Try to avoid a (bogus) fatal warning from clang.martin
2019-02-04- add justquit() that always exits. use it to avoid unreachable code.mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-28PR/53916: Rob Gill: remove redundant assignment to matchlen.christos
2018-03-04Don't use the local username as the default anonftp password.dholland
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