summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add -D shorttitle support, so that the progress meter can show some sortderaadt2014-01-231-1/+2
* fix output handling:halex2010-06-291-1/+2
* shuffle some things around to deal with incomplete typesjsg2010-04-301-2/+1
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-114/+25
* remove uploading and macros support from install media; to savemartynas2009-04-271-1/+15
* figure out titles automatically by using remote file name. removemartynas2009-04-261-3/+2
* add a "-T title" option to ftp; this is is used in progress bar mode toderaadt2009-04-131-1/+2
* - add support for recursive transfers (but not for floppies), e.g.martynas2008-07-081-2/+8
* in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mmartynas2008-06-251-2/+2
* - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway)martynas2008-06-251-1/+3
* fix transfer interrupting when confirmrest mode is used. changemartynas2008-06-161-2/+2
* implement a `keep-alive' option that sends bytes over an inactiveespie2007-06-161-1/+2
* Enable cookie support. This allows parsing of netscape-like cookie jarspyr2007-06-131-1/+3
* Remove the .netrc parser when compiling a SMALL binary.pyr2007-06-061-2/+5
* Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345.otto2005-10-121-1/+2
* type corrections and other delintingderaadt2004-09-161-2/+2
* The empty() function basically effects a poll, so replace it withmillert2003-08-111-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* http redirect support; adapted from NetBSD.fgsch2002-11-081-2/+2
* -4 and -6 options; kanai@big.or.jp; itojun okderaadt2002-05-301-1/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-123/+123
* add epsv4 command, which turns off epsv on ipv4 (off by dfeault)itojun2000-06-211-1/+2
* ftp(1) from KAME, should be good for testing.itojun1999-12-081-2/+32
* fd_set is not a structart1998-07-071-3/+3
* Add a new option "-o filename" for autofetch mode. Allows use ofmillert1998-02-171-2/+2
* Updtaes from NetBSD (lukem)millert1997-09-041-3/+4
* Updates from NetBSD (lukem) include -Wall cleanup.millert1997-07-251-5/+4
* Disable progress meter if started as a bg process. Also don'tmillert1997-06-101-1/+2
* allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to workderaadt1997-04-231-2/+2
* Sync with NetBSD (lukem):millert1997-04-161-3/+3
* Sync with NetBSD (lukem)millert1997-04-101-2/+3
* Add in recent NetBSD changes we didn't already have:millert1997-03-211-4/+4
* Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress metermillert1997-03-141-6/+7
* Include signal.h where reasonable and make signal handlers matchmillert1997-02-051-12/+12
* Add back ``-r'' option and fix strncpy() usage and other nits becausemillert1997-02-031-0/+1
* Sync with NetBSDmillert1997-02-031-24/+42
* split cd() into two pieces, whoever was here last did a bad jobderaadt1997-01-251-2/+3
* if pathname given is a valid directory, cd to it at remote, alsomichaels1996-12-171-2/+2
* http:// support for the command line fetches; useful for the ports subsystemderaadt1996-09-031-1/+2
* rcsidderaadt1996-06-261-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+155