summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2006-11-02ftp(1) sends EPSV by default, not PASV;Jason McIntyre
2006-11-02Pass full buffer size to fgets.Ray Lai
2006-11-02Add checks for fgets and properly overwrite newline.Ray Lai
2006-09-25You forgot about -DSMALL and broke all the install mediaTheo de Raadt
2006-09-25Support some additional HTTP redirect codes.Jonathan Gray
2006-07-07Remove extraneous code:Ray Lai
2006-06-23free and sl_free already check against NULL, remove a few unneeded ifs.Steven Mestdagh
2006-06-01Remove two unnecessary strlen() calls. Also, check if asprintfRay Lai
2006-05-25No matter how big the buffer size is, always limit to INT_MAX forRay Lai
2006-05-25Don't recalculate string length, just use return value from vasprintf.Ray Lai
2006-05-25Minor type correction.Ray Lai
2006-05-25Better example URL spacing.Ray Lai
2006-05-19be more explicit about HTTPS;Jason McIntyre
2006-05-19Remove ``sanity check'' that is already done in loop.Ray Lai
2006-05-16Remove shadowing variables and properly use /* FALLTHROUGH */Ray Lai
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
2006-04-25two strtol calls that were begging to be converted to strtonumTed Unangst
2006-04-03Ignore http_proxy for file urls; ok millert deraadtUwe Stuehler
2006-03-29fix fetching zero-length files via proxy. while there, also fix progress-meterAlexander von Gernler
2006-02-16delete a few double declarations; ok ottoPeter Valchev
2006-02-01save errno, from Ray Lai in PR 4999.Otto Moerbeek
2006-01-10Prevent close() from clobbering errno. ok otto@ deraadt@Moritz Jodeit
2005-11-13fseeko() and lseek() have different return values. cope with that correctly....Theo de Raadt
2005-10-30restart_point is of type off_t, so use it with fseeko() and cast itNikolay Sturm
2005-10-12Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345.Otto Moerbeek
2005-09-21add ability to disable EPSV/EPRT from command-line.Federico G. Schwindt
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedFederico G. Schwindt
2005-07-18some cleanup and on non-proxy operation switch to HTTP 1.1 since we'veFederico G. Schwindt
2005-07-11remove help if SMALL is defined. idea from NetBSD. should shrink a fewFederico G. Schwindt
2005-07-06oops, $macro was documented, just not where i expected it; reword andJason McIntyre
2005-07-06- now that `macdef' is nicely documented, tell people how to use itJason McIntyre
2005-07-06improve the description of `macdef';Jason McIntyre
2005-04-21avoid infinite recursion on redirects; From NetBSD but limit set to 10.Federico G. Schwindt
2005-04-11knf; cloder okTheo de Raadt
2005-04-05a : in the path is not a port # indicator so don't take ones intoHenning Brauer
2005-01-07oops - 2 more .Dq -> .Sq;Jason McIntyre
2005-01-07- distinguish between client (ftp) and protocol (FTP)Jason McIntyre
2005-01-07`login'(n) -> `log in'(v);Jason McIntyre
2005-01-03use an example of nmap `outpattern' containing spaces that works;Jason McIntyre
2005-01-03a little cleanup in the nmap description;Jason McIntyre
2005-01-03need to escape lines starting w/ `...';Jason McIntyre
2005-01-02remove misleading "client host" string;Jason McIntyre
2004-09-16type corrections and other delintingTheo de Raadt
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-09You can only use strlcpy() on real C strings, which lf->buffer is not.Todd C. Miller
2004-02-28Open a new connection for each URL given on the command line.Kenneth R Westerback
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-11-20build statically, to ease disaster recovery in some situations.Ted Unangst
2003-11-20ftp.1:Jason McIntyre
2003-10-31New libedit api changes.Otto Moerbeek