Age | Commit message (Expand) | Author |
2023-12-23 | Relax -C pledge to unbreak shelling out in interactive mode | Klemens Nanni |
2023-12-15 | No interactive shell if -o is given | Klemens Nanni |
2023-12-12 | Make -o less special, drop -o '' support, always use last value | Klemens Nanni |
2023-11-30 | Single file to stdout without "fattr" | Klemens Nanni |
2023-11-30 | Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else' | Klemens Nanni |
2023-11-22 | Piping single file to standard out needs no "proc exec" | Klemens Nanni |
2023-11-22 | Do not drop into "ftp> " shell when piping to stdandard output | Klemens Nanni |
2023-11-09 | -C/resume without "proc exec" | Klemens Nanni |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-02-02 | add -Tu to usage(); | Jason McIntyre |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2020-09-06 | On tls_config_set_protocols() failure, include the output of | Theo Buehler |
2020-09-06 | Use an int for the verification depth and drop a cast. | Theo Buehler |
2020-09-06 | Allow specifying supported TLS protocols in ftp(1) | Theo Buehler |
2020-09-01 | Fix build with -fno-common (default in clang 11) | Jeremie Courreges-Anglas |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2019-10-23 | Add new -N name option, so that calling scripts can change the | Theo de Raadt |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-15 | Display "bytes received" like the csrg ftp used to when the progressbar | Florian Obser |
2019-05-15 | Add the -m flag to the ftp.1 man page. | kmos |
2019-05-14 | -v forces verbose mode even if stdin is not a terminal | Florian Obser |
2019-05-14 | Remove an unused and leftover label. | Sunil Nimmagadda |
2019-05-12 | zap confusing unneeded parameters | Marc Espie |
2019-05-12 | Repair ftp -o - and thus pkg_add: print informational messages on stderr | Jeremie Courreges-Anglas |
2019-05-12 | add rcs ids | Jasper Lievisse Adriaanse |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2018-02-10 | Add TLS session support to ftp(1). | Joel Sing |
2017-01-24 | Add -S noverifytime to ftp to permit an unvalidated TLS connection when | Bob Beck |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | Straggling __dead. Mark usage() as __dead and make gcc happier. | Kenneth R Westerback |
2017-01-03 | Add a "-w connect_timeout" option in support of URL-fetching. This allows | Theo de Raadt |
2016-12-28 | Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp can | Theo de Raadt |
2016-12-22 | add muststaple option so that oscp stapling can be required for sites you | Bob Beck |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of | Ricardo Mestre |
2016-11-06 | Bump ftp(1)'s cipher default from "all" to "legacy" - this really should | Joel Sing |
2016-08-13 | Split out the SSL options handling into a separate function, which makes | Joel Sing |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-05-27 | Per the libtls man page, tls_init() must be called prior to any other | Joel Sing |
2016-05-06 | Remove #ifdef INET6 bits, missed in a commit earlier this week | Jeremie Courreges-Anglas |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-11-04 | Fix inverted pledge requests, from Frederic Nowak | Jeremie Courreges-Anglas |
2015-10-18 | First casualty of making pledge "dns" mandatory for dns users. | Theo de Raadt |
2015-10-16 | Pledge for ftp(1) in non-interactive mode. | Doug Hogan |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-17 | add -M to disable progressmeter. ok dlg halex millert | Ted Unangst |
2015-02-13 | Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc) | Stuart Henderson |
2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | Joel Sing |
2015-02-09 | various defines always exist, so delete the ifdef test. | Ted Unangst |