Age | Commit message (Expand) | Author |
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 |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-31 | Update ftp(1) to use libtls instead of libressl. | Joel Sing |
2014-10-03 | update for new ressl noverify API | Ted Unangst |
2014-10-03 | Update ftp ressl configuration to handle recent changes in the library. | Joel Sing |
2014-07-16 | Clean up the ifdef maze in usage() by reformatting it to have distinct | Lawrence Teo |
2014-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
2014-07-14 | Repair handling of ^C and ^D around command prompts, by inserting | Theo de Raadt |
2014-07-11 | simplify and slightly tweak user agent handling | Alexander Hall |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2014-01-23 | Add -D shorttitle support, so that the progress meter can show some sort | Theo de Raadt |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2012-08-26 | Make a few ftp(1) usage/man page changes related to Basic | Lawrence Teo |
2012-08-14 | Add support for basic HTTP authentication as described on RFC 2617 and | Christiano F. Haesbaert |
2012-05-19 | Reformat usage() to avoid the line wrap, and make it match the way it | Lawrence Teo |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2010-06-29 | fix output handling: | Alexander Hall |
2009-08-09 | document the "file:file" auto-fetching mode. | Igor Sobrado |
2009-06-06 | it fetches multiple urls; so usage was wrong. ok sthen@ | Martynas Venckus |
2009-06-04 | set anonftp a little later; in autofetcher itself. after we | Martynas Venckus |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | Martynas Venckus |
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-27 | embellish usage now that -T has been removed. | Igor Sobrado |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie |
2007-06-13 | - shorten -c's argument name to avoid ugly line split | Jason McIntyre |
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard |
2007-04-07 | use strtonum, from jason dixon | Ted Unangst |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |