Age | Commit message (Expand) | Author |
2018-02-10 | Add TLS session support to ftp(1). | Joel Sing |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-28 | Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp can | Theo de Raadt |
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-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
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 |
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-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-10-27 | Send User-Agent: OpenBSD ftp to WWW servers and proxies. | Heikki Korpela |
2000-06-21 | add epsv4 command, which turns off epsv on ipv4 (off by dfeault) | Jun-ichiro itojun Hagino |
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino |
1997-12-17 | By default, use passive mode and fall back to active as needed. | Todd C. Miller |
1997-10-02 | Add prototype for fclose in socks case so we compile -DSOCKS | imp |
1997-09-22 | socks5 support | Todd C. Miller |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller |
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller |
1997-04-23 | allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work | Theo de Raadt |
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller |
1997-03-21 | Add in recent NetBSD changes we didn't already have: | Todd C. Miller |
1997-03-14 | Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter | Todd C. Miller |
1997-02-18 | add -e command line option to suppress use of editline(3)\ | kstailey |
1997-02-03 | Add back ``-r'' option and fix strncpy() usage and other nits because | Todd C. Miller |
1997-02-03 | Sync with NetBSD | Todd C. Miller |
1996-11-09 | optional size argument to hash command | kstailey |
1996-10-31 | add -r<seconds> option to retry connection. | Michael Shalayeff |
1996-06-26 | rcsid | Theo de Raadt |
1996-06-03 | add support for automatic anonftp fetches of host:path | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |