Age | Commit message (Expand) | Author |
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 |
2005-04-05 | a : in the path is not a port # indicator so don't take ones into | Henning Brauer |
2005-01-07 | oops - 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-03 | use an example of nmap `outpattern' containing spaces that works; | Jason McIntyre |
2005-01-03 | a little cleanup in the nmap description; | Jason McIntyre |
2005-01-03 | need to escape lines starting w/ `...'; | Jason McIntyre |
2005-01-02 | remove misleading "client host" string; | Jason McIntyre |
2004-09-16 | type corrections and other delinting | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller |
2004-02-28 | Open a new connection for each URL given on the command line. | Kenneth R Westerback |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-11-20 | build statically, to ease disaster recovery in some situations. | Ted Unangst |
2003-11-20 | ftp.1: | Jason McIntyre |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller |
2003-07-15 | .Ql Fl -> .Sq Fl where literal doesn't make sense; | Jason McIntyre |
2003-07-02 | protos | Theo de Raadt |
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 |
2003-03-31 | ascii -> ASCII | Jason McIntyre |
2003-03-18 | small typos; | Jason McIntyre |
2003-03-11 | getnameinfo buffer has to be NI_MAXHOST | Jun-ichiro itojun Hagino |
2003-03-11 | check error on getnameinfo failure. | Jun-ichiro itojun Hagino |
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller |
2003-01-22 | line2 may overrun if line is too long (> 200). be more careful on strcpy. | Jun-ichiro itojun Hagino |
2003-01-03 | be more aware of directory change failures; s@msmith.net | Theo de Raadt |
2002-12-30 | minor KNF | Theo de Raadt |
2002-12-19 | only do "Trying ..." if verbose | Theo de Raadt |