Age | Commit message (Expand) | Author |
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 |
2006-05-25 | Better example URL spacing. | Ray Lai |
2006-05-19 | be more explicit about HTTPS; | Jason McIntyre |
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-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2006-04-25 | two strtol calls that were begging to be converted to strtonum | Ted Unangst |
2006-04-03 | Ignore http_proxy for file urls; ok millert deraadt | Uwe Stuehler |
2006-03-29 | fix fetching zero-length files via proxy. while there, also fix progress-meter | Alexander von Gernler |
2006-02-16 | delete a few double declarations; ok otto | Peter Valchev |
2006-02-01 | save errno, from Ray Lai in PR 4999. | Otto Moerbeek |
2006-01-10 | Prevent close() from clobbering errno. ok otto@ deraadt@ | Moritz Jodeit |
2005-11-13 | fseeko() and lseek() have different return values. cope with that correctly.... | Theo de Raadt |
2005-10-30 | restart_point is of type off_t, so use it with fseeko() and cast it | Nikolay Sturm |
2005-10-12 | Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345. | Otto Moerbeek |
2005-09-21 | add ability to disable EPSV/EPRT from command-line. | Federico G. Schwindt |
2005-08-05 | when i did the cleanup and switched to http 1.1, i forgot to add chunked | Federico G. Schwindt |
2005-07-18 | some cleanup and on non-proxy operation switch to HTTP 1.1 since we've | Federico G. Schwindt |
2005-07-11 | remove help if SMALL is defined. idea from NetBSD. should shrink a few | Federico G. Schwindt |
2005-07-06 | oops, $macro was documented, just not where i expected it; reword and | Jason McIntyre |
2005-07-06 | - now that `macdef' is nicely documented, tell people how to use it | Jason McIntyre |
2005-07-06 | improve the description of `macdef'; | Jason McIntyre |
2005-04-21 | avoid infinite recursion on redirects; From NetBSD but limit set to 10. | Federico G. Schwindt |
2005-04-11 | knf; cloder ok | Theo de Raadt |