Age | Commit message (Expand) | Author |
2017-01-14 | HTTPS proxy support for ftp-ssl. | Jeremie Courreges-Anglas |
2017-01-11 | Don't attempt to read .netrc when we already force anonymous FTP (-a). | Vadim Zhukov |
2017-01-10 | Pledge more strictly. This is only enabled on the ramdisk version of the | Theo de Raadt |
2017-01-07 | -#endif /* !SMALL */ | Theo Buehler |
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-24 | Correctly handle tls_read()/tls_write(). | Joel Sing |
2016-12-22 | missing full stop; | Jason McIntyre |
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-12-08 | Avoid splitting the "Requesting %s" printf and its trailing newline. | Todd C. Miller |
2016-12-08 | Avoid printf of a NULL pointer as a string in debug mode. | Todd C. Miller |
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-09-27 | Remove empty #ifdef and #ifndef blocks | Frederic Cambus |
2016-08-22 | Replace "union sockunion" with "union sockaddr_union" which is also | Todd C. Miller |
2016-08-20 | Use connect(2) + a connect_wait() function instead of connect_sync(), | Todd C. Miller |
2016-08-18 | Move connect_sync() to util.c and use it when connecting via http | Todd C. Miller |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-08-13 | Split out the SSL options handling into a separate function, which makes | Joel Sing |
2016-08-09 | When connect(2) is interrupted by a signal it continues asynchronously | Todd C. Miller |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
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-25 | Avoid a use-after-free. | Kenneth R Westerback |
2016-05-06 | Remove #ifdef INET6 bits, missed in a commit earlier this week | Jeremie Courreges-Anglas |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-01-28 | Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n"). | martijn |
2016-01-08 | Handle redirects to _relative_ URIs containing '://', e.g. for archive.org. | Stuart Henderson |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-05 | Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, so | Kenneth R Westerback |
2015-12-05 | Send bad whitespace to the attic. | Kenneth R Westerback |
2015-12-05 | Silence gcc whining about using 'serrno' uninitialized by initializing | Kenneth R Westerback |
2015-11-05 | Fix the example "ls . |more"; from Frederic Nowak <fnwk at mailbox dot org>. | Ingo Schwarze |
2015-11-04 | Fix inverted pledge requests, from Frederic Nowak | Jeremie Courreges-Anglas |
2015-10-18 | unrelated commit; not ready yet | Theo de Raadt |
2015-10-18 | First casualty of making pledge "dns" mandatory for dns users. | Theo de Raadt |
2015-10-18 | A whole buncha unsigned char casts for ctype function arguments. | mmcc |
2015-10-16 | Pledge for ftp(1) in non-interactive mode. | Doug Hogan |
2015-10-13 | ctype functions isxdigit() expect an unsigned char value; add missing casts | Philip Guenther |
2015-10-12 | ftp(1) was static for years, as a recovery seatbelt. These days | Theo de Raadt |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-25 | Tweak previous (suggested by and ok jmc@): | Ingo Schwarze |
2015-09-25 | Clean up SYNOPSIS formatting: | Ingo Schwarze |
2015-09-10 | Unbreak ftp(1) after tls_read()/tls_write() change. | Joel Sing |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-09 | Make sure we check TLS_WRITE_AGAIN when calling tls_read() and if | Joel Sing |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-05-20 | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze |