summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ftp_var.h
AgeCommit message (Expand)Author
2018-02-10Add TLS session support to ftp(1).Joel Sing
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-28Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp canTheo de Raadt
2015-02-09various defines always exist, so delete the ifdef test.Ted Unangst
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-31Update ftp(1) to use libtls instead of libressl.Joel Sing
2014-07-14Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl.Joel Sing
2014-07-11Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using aLawrence Teo
2013-12-24Add support for SSL/TLS server certificate validation, enabled byJeremie Courreges-Anglas
2012-04-30Add a -s flag to ftp(1) to let the user specify the source IP addressChristiano F. Haesbaert
2010-07-02#ifndef SMALL a few more things to save space on the ramdisksTheo de Raadt
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
2009-05-05make it clean removing the ifdef SMALL maze. separate cmds andMartynas Venckus
2009-04-27remove uploading and macros support from install media; to saveMartynas Venckus
2008-07-08- add support for recursive transfers (but not for floppies), e.g.Martynas Venckus
2008-06-25in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mMartynas Venckus
2007-11-26implement -C for continuing ftp, http(s), and file transfersMartynas Venckus
2007-06-13Enable cookie support. This allows parsing of netscape-like cookie jarsPierre-Yves Ritschard
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-27Send User-Agent: OpenBSD ftp to WWW servers and proxies.Heikki Korpela
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
1999-12-08ftp(1) from KAME, should be good for testing.Jun-ichiro itojun Hagino
1997-12-17By default, use passive mode and fall back to active as needed.Todd C. Miller
1997-10-02Add prototype for fclose in socks case so we compile -DSOCKSimp
1997-09-22socks5 supportTodd C. Miller
1997-09-04Updtaes from NetBSD (lukem)Todd C. Miller
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
1997-04-23allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to workTheo de Raadt
1997-04-16Sync with NetBSD (lukem):Todd C. Miller
1997-03-21Add in recent NetBSD changes we didn't already have:Todd C. Miller
1997-03-14Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meterTodd C. Miller
1997-02-18add -e command line option to suppress use of editline(3)\kstailey
1997-02-03Add back ``-r'' option and fix strncpy() usage and other nits becauseTodd C. Miller
1997-02-03Sync with NetBSDTodd C. Miller
1996-11-09optional size argument to hash commandkstailey
1996-10-31add -r<seconds> option to retry connection.Michael Shalayeff
1996-06-26rcsidTheo de Raadt
1996-06-03add support for automatic anonftp fetches of host:pathTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt