summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2021-10-09ftp: fix -? more portablylukem
2021-09-10usr.bin: remove unnecessary lint comment CONSTCONDrillig
2021-08-27ftp: fix undefined behavior when parsing FEATrillig
2021-08-26update ftp version to 20210826lukem
2021-08-26ftp: remove unnecessary variable assignmentslukem
2021-08-26ftp: validate address from PASV and LPSV responselukem
2021-08-01fix typos in word "otherwise".andvar
2021-07-06Use raw write(2) instead of fwrite(3) to avoid stream corruption becausechristos
2021-06-03use fetch_*() for I/O with SMALLPROG / !WITH_SSL buildslukem
2021-06-03set SO_KEEPALIVE on control connectionlukem
2021-04-25ftp(1): consistently use FTP for protocol use.lukem
2021-04-25ftp(1): consistent Ic (not Nm) for commandslukem
2021-04-25better XXX comment for buggy ftp serverlukem
2021-01-31ftp(1): more $https_proxy documentationlukem
2021-01-06ftp(1): fix description of "debug"lukem
2021-01-06ftp: don't use restartable signalslukem
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-07-18ftp: add -? for help. improve synopsislukem
2020-07-15Try to improve markup for better PostScript output.uwe
2020-07-15Do not use "[...]", just "..." is enough.uwe
2020-07-15Remove now-extraneous Op since we already have Oo and Oc to enclosepgoyette
2020-07-15ftp.1: don't wrap "[[user@]host [port]]"lukem
2020-07-13ftp(1): consistency tweakslukem
2020-07-11ftp.c: improve signal handler restorationlukem
2020-07-11fetch_url: improve signal handler restorationlukem
2020-06-08ftp: exit if lostpeer invoked by a signallukem
2020-02-26update ftp version to 20190622lukem
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