summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/extern.h
AgeCommit message (Expand)Author
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
2010-06-29fix output handling:Alexander Hall
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
2009-04-26figure out titles automatically by using remote file name. removeMartynas Venckus
2009-04-13add a "-T title" option to ftp; this is is used in progress bar mode toTheo de Raadt
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
2008-06-25- fix -Wall (no behavior change, a || b && c = a || (b && c) anyway)Martynas Venckus
2008-06-16fix transfer interrupting when confirmrest mode is used. changeMartynas Venckus
2007-06-16implement a `keep-alive' option that sends bytes over an inactiveMarc Espie
2007-06-13Enable cookie support. This allows parsing of netscape-like cookie jarsPierre-Yves Ritschard
2007-06-06Remove the .netrc parser when compiling a SMALL binary.Pierre-Yves Ritschard
2005-10-12Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345.Otto Moerbeek
2004-09-16type corrections and other delintingTheo de Raadt
2003-08-11The empty() function basically effects a poll, so replace it withTodd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-08http redirect support; adapted from NetBSD.Federico G. Schwindt
2002-05-30-4 and -6 options; kanai@big.or.jp; itojun okTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
1998-07-07fd_set is not a structArtur Grabowski
1998-02-17Add a new option "-o filename" for autofetch mode. Allows use ofTodd C. Miller
1997-09-04Updtaes from NetBSD (lukem)Todd C. Miller
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
1997-06-10Disable progress meter if started as a bg process. Also don'tTodd 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-04-10Sync 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-05Include signal.h where reasonable and make signal handlers matchTodd C. Miller
1997-02-03Add back ``-r'' option and fix strncpy() usage and other nits becauseTodd C. Miller
1997-02-03Sync with NetBSDTodd C. Miller
1997-01-25split cd() into two pieces, whoever was here last did a bad jobTheo de Raadt
1996-12-17if pathname given is a valid directory, cd to it at remote, alsomichaels
1996-09-03http:// support for the command line fetches; useful for the ports subsystemTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt