Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2019-11-18 | various knf and whitespace; ok jca | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2018-01-24 | Use closefrom(3) instead of manually closing all file descriptors | Theo Buehler |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-05-25 | Avoid a use-after-free. | Kenneth R Westerback |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2015-10-18 | A whole buncha unsigned char casts for ctype function arguments. | mmcc |
2015-01-30 | remove tenex transfer support. if you still have TOPS20 machines in | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2012-10-15 | Add support for recursive ftp upload. The mput command of the ftp | Alexander Bluhm |
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 |
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus |
2008-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries |
2008-09-08 | - simplify mget(): remove the duplicate code and just use getit(), | 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-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | 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-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2006-11-22 | Mark signal race. | Ray Lai |
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-19 | Remove ``sanity check'' that is already done in loop. | 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 |
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-06-03 | Remove the advertising clause in the UCB license which Berkeley | 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 |
2003-01-03 | be more aware of directory change failures; s@msmith.net | Theo de Raadt |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski |
2001-10-24 | Misplaced space in fprintf "Execute get, put orappend to initiate transfer" | Todd C. Miller |
2001-10-01 | Typo, assign the new restart point to nrestart_point, not restart_point. | Todd C. Miller |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |