summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/util.c
AgeCommit message (Expand)Author
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-09remove the safeguard against porting to machines without 8 bit bytes.Ted Unangst
2015-01-30remove tenex transfer support. if you still have TOPS20 machines inTed Unangst
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-16I found a number of interactive events which can cause signals, and goTheo de Raadt
2014-01-29Unbreak ftp progress meter after the introduction of the '-D' flagDavid Coppa
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
2009-11-11do not walk off the prefix array, off by one; found by parfaitTheo de Raadt
2009-05-10show which username login failed for; ok martynasTheo de Raadt
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-27toast the rcsid strings which just get in the wayTheo de Raadt
2009-04-26figure out titles automatically by using remote file name. removeMartynas Venckus
2009-04-26make two similar text strings identical; improves consistency and shrinksStuart Henderson
2009-04-13add a "-T title" option to ftp; this is is used in progress bar mode toTheo de Raadt
2009-01-27on some servers LIST defaults to LIST -a. ignore pseudo-directoriesMartynas Venckus
2008-08-22default 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-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mMartynas Venckus
2008-06-16- add 'q', which does the same as eofMartynas Venckus
2008-06-16fix transfer interrupting when confirmrest mode is used. changeMartynas Venckus
2008-06-15make further prompts work after eof, don't spam with prompts inMartynas Venckus
2008-05-13Remove #if 0 code that has been unused for nearly a decade (andRay Lai
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-06-06Remove the .netrc parser when compiling a SMALL binary.Pierre-Yves Ritschard
2006-11-02Pass full buffer size to fgets.Ray Lai
2006-11-02Add checks for fgets and properly overwrite newline.Ray Lai
2006-05-16Remove shadowing variables and properly use /* FALLTHROUGH */Ray Lai
2006-04-25two strtol calls that were begging to be converted to strtonumTed Unangst
2005-10-12Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345.Otto Moerbeek
2005-04-11knf; cloder okTheo de Raadt
2004-09-16type corrections and other delintingTheo de Raadt
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-10-31New libedit api changes.Otto Moerbeek
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-07Some NetBSD changes were committed to this file w/o updating theTodd C. Miller
2003-04-05string fixes; ok miod henningTheo de Raadt
2003-03-31Treat empty environment variables the same as NULL. henning@ OKTodd C. Miller
2002-11-08http redirect support; adapted from NetBSD.Federico G. Schwindt
2002-07-12malloc/strdup failure not handled; cloder@acm.orgTheo de Raadt
2002-03-30stretch bannersTheo de Raadt
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-18Change default transfer type from ascii to binary; closes PR 1626Todd C. Miller
2000-05-150-size files still deserve a progress meter; also, after file is finishedTheo de Raadt
2000-02-01Work-around for lame servers that return `19100' for a date.Marc Espie