Age | Commit message (Expand) | Author |
2022-11-09 | Before printing the redirect URI pass it through stravis since it is | Claudio Jeker |
2022-11-09 | Strip spaces at end of header lines and in chunked encoding headers. | Claudio Jeker |
2022-09-19 | Remove now-unused connect_wait() function. | Todd C. Miller |
2022-09-15 | Use non-blocking connect() with ppoll() and timeout instead of alarm(). | Todd C. Miller |
2022-09-08 | Adjust HTTP header parsing to follow RFC more closely. | Claudio Jeker |
2022-03-27 | ftp.1: remove a sentence fragment left over from a previous edit | Christian Weisgerber |
2021-11-10 | Revert previous | Klemens Nanni |
2021-11-09 | Print actually requested URLs | Klemens Nanni |
2021-11-06 | Stop URL encoding the tilde character | Klemens Nanni |
2021-08-31 | Spacing. OK tb@ | Claudio Jeker |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-03-29 | in unsafe_char(), handle %NN with array-index inspection rather than weird | Theo de Raadt |
2021-03-13 | only try to set timestamps on files; avoids error with ftp -o /dev/null | Stuart Henderson |
2021-02-25 | ftp: prevent double free() in error path | Christian Weisgerber |
2021-02-16 | make use of getline(3) in ftp(1) | Christian Weisgerber |
2021-02-02 | add -Tu to usage(); | Jason McIntyre |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2021-01-27 | update comment, SMALL was split into SMALL and NOSSL | Stuart Henderson |
2021-01-01 | Handle Permanent Redirect (RFC 7538) | Christopher Zimmermann |
2020-10-18 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2020-09-06 | On tls_config_set_protocols() failure, include the output of | Theo Buehler |
2020-09-06 | Wording tweak from jsing | Theo Buehler |
2020-09-06 | Use an int for the verification depth and drop a cast. | Theo Buehler |
2020-09-06 | Document -S protocols in ftp(1) | 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-07-06 | in 2014 I added this annotation: /* XXX floating point printf in signal handl... | Theo de Raadt |
2020-07-04 | Avoid malloc(3) calls in signal handler | kn |
2020-07-04 | Fix a double free in error paths | Jeremie Courreges-Anglas |
2020-06-20 | Avoid one uninitialized warning in file_get() | Jeremie Courreges-Anglas |
2020-02-22 | Avoid duplication in the code that sends headers | Jeremie Courreges-Anglas |
2020-02-22 | Respect userinfo even when built with NOSSL (floppy ramdisks) | Jeremie Courreges-Anglas |
2020-02-20 | Backout revision 1.190 partially. That part was an unintended change which | YASUOKA Masahiko |
2020-02-19 | Fix http (not https) auth combined with proxy auth. | Jeremie Courreges-Anglas |
2020-02-19 | Don't put the userinfo in request URI. This also makes accessing a | YASUOKA Masahiko |
2020-02-13 | Two longjmp(3) vs volatile fixes and improvements | Jeremie Courreges-Anglas |
2020-02-13 | Fixes and tweaks for read/write loop in url_get() | Jeremie Courreges-Anglas |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2020-01-21 | Fix tls_handshake() usage which was added without checking return values | Bob Beck |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2020-01-15 | Move local file handling out of url_get() | Jeremie Courreges-Anglas |
2019-12-19 | Prevent redirections to file: URLs | Jeremie Courreges-Anglas |
2019-12-09 | Reinstate ftp_printf to log sent HTTP headers | Jeremie Courreges-Anglas |
2019-12-09 | With NOSSL let url_get() print a nice error message for https urls | Jeremie Courreges-Anglas |
2019-12-08 | For chunked transfers always restore the SIGINFO handler (not just on error) | Jeremie Courreges-Anglas |
2019-12-05 | Fix #ifndef NOSSL vs SMALL inconsistencies | Jeremie Courreges-Anglas |
2019-12-02 | Tweak inaccurate comment | Jeremie Courreges-Anglas |
2019-11-18 | various knf and whitespace; ok jca | Theo de Raadt |
2019-11-14 | HTTP/1.1 for ftp(1) | Jeremie Courreges-Anglas |
2019-11-04 | Apply more 'static' to help the compiler | Jeremie Courreges-Anglas |