Age | Commit message (Expand) | Author |
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-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 | accept empty password, since that's exactly what rfc1738 tells us | Martynas Venckus |
2008-06-15 | in debug mode (-d), hide password in the same way as command() does; | Martynas Venckus |
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus |
2008-05-24 | Enclose an informational message in a verbose check. | Pierre-Yves Ritschard |
2008-05-13 | Remove #if 0 code that has been unused for nearly a decade (and | Ray Lai |
2008-04-12 | Protect errno from being trashed by other functions. | Ray Lai |
2008-03-10 | turn on keepalive by default (one byte every 60 seconds) | Marc Espie |
2008-03-09 | tweak previous; | Jason McIntyre |
2008-03-08 | Document that -k 0 does not do anything, instead of sending bytes every | Marc Espie |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-28 | expand the description of -C; from martynas and myself | Jason McIntyre |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-11-05 | agressively -> aggressively; | Jason McIntyre |
2007-10-08 | Simplify the code that strips out \r by using strcspn. | Pierre-Yves Ritschard |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-06-20 | Add missing return value checks for strdup() andd fgetc(). | Moritz Jodeit |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie |
2007-06-13 | - shorten -c's argument name to avoid ugly line split | Jason McIntyre |
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard |
2007-06-06 | Remove the .netrc parser when compiling a SMALL binary. | Pierre-Yves Ritschard |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-17 | Support proxies which require a password just like ftp servers accept passwords | Dale Rahn |
2007-04-07 | use strtonum, from jason dixon | Ted Unangst |
2007-03-24 | Use MAXPATHLEN for buffer, which is only used for path construction | Moritz Jodeit |
2007-03-22 | Remove wrong length check, which ignored the '/' character | Moritz Jodeit |
2007-03-22 | Fix buffer overflow when parsing the .netrc file. | Moritz Jodeit |
2007-03-06 | Since our ftp client opportuniticly tries EPSV, then falls back to PASV for | Bob Beck |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-03 | Plug memory leak. | Ray Lai |
2006-11-22 | Mark signal race. | Ray Lai |
2006-11-02 | ftp(1) sends EPSV by default, not PASV; | Jason McIntyre |
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-09-25 | You forgot about -DSMALL and broke all the install media | Theo de Raadt |
2006-09-25 | Support some additional HTTP redirect codes. | Jonathan Gray |
2006-07-07 | Remove extraneous code: | Ray Lai |
2006-06-23 | free and sl_free already check against NULL, remove a few unneeded ifs. | Steven Mestdagh |
2006-06-01 | Remove two unnecessary strlen() calls. Also, check if asprintf | Ray Lai |
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai |
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai |
2006-05-25 | Minor type correction. | Ray Lai |