Age | Commit message (Expand) | Author |
2009-11-11 | do not walk off the prefix array, off by one; found by parfait | Theo de Raadt |
2009-05-10 | show which username login failed for; ok martynas | Theo de Raadt |
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 |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2009-04-26 | make two similar text strings identical; improves consistency and shrinks | Stuart Henderson |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus |
2008-08-22 | default 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-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2008-06-16 | - add 'q', which does the same as eof | Martynas Venckus |
2008-06-16 | fix transfer interrupting when confirmrest mode is used. change | Martynas Venckus |
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus |
2008-05-13 | Remove #if 0 code that has been unused for nearly a decade (and | Ray Lai |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-06-06 | Remove the .netrc parser when compiling a SMALL binary. | Pierre-Yves Ritschard |
2006-11-02 | Pass full buffer size to fgets. | Ray Lai |
2006-11-02 | Add checks for fgets and properly overwrite newline. | Ray Lai |
2006-05-16 | Remove shadowing variables and properly use /* FALLTHROUGH */ | Ray Lai |
2006-04-25 | two strtol calls that were begging to be converted to strtonum | Ted Unangst |
2005-10-12 | Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345. | Otto Moerbeek |
2005-04-11 | knf; cloder ok | Theo de Raadt |
2004-09-16 | type corrections and other delinting | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-07 | Some NetBSD changes were committed to this file w/o updating the | Todd C. Miller |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller |
2002-11-08 | http redirect support; adapted from NetBSD. | Federico G. Schwindt |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt |
2002-03-30 | stretch banners | Theo de Raadt |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-06-18 | Change default transfer type from ascii to binary; closes PR 1626 | Todd C. Miller |
2000-05-15 | 0-size files still deserve a progress meter; also, after file is finished | Theo de Raadt |
2000-02-01 | Work-around for lame servers that return `19100' for a date. | Marc Espie |
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino |
1998-09-22 | if winsize.ws_col is 0, assume 80 | Theo de Raadt |
1998-09-19 | make the progress meter run correctly in all cases if in -m mode | Todd C. Miller |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt |
1998-04-26 | recommended fix from tri@iki.fi... | Theo de Raadt |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1997-11-25 | prompting error; pr#352, blair@nac.net | Theo de Raadt |
1997-09-15 | Don't error out if the remote server doesn't support the "MDTM" | Todd C. Miller |