Age | Commit message (Expand) | Author |
2002-07-04 | document port allocation | Jakob Schlyter |
2002-07-04 | use tcp high portrange for active data connections. ok deraadt@ | Jakob Schlyter |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino |
2002-06-09 | do not present scopeid on wire format, as it is local to node | Jun-ichiro itojun Hagino |
2002-06-04 | We want sync usage() w/ manual since -4/-6 options have been added. | Mike Pechkin |
2002-06-01 | more snprintf | Theo de Raadt |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino |
2002-03-30 | stretch banners | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski |
2001-11-14 | o Don't accept URLs with user:pass@ and an extra unencoded @. | Heikki Korpela |
2001-10-27 | Send User-Agent: OpenBSD ftp to WWW servers and proxies. | Heikki Korpela |
2001-10-24 | Misplaced space in fprintf "Execute get, put orappend to initiate transfer" | Todd C. Miller |
2001-10-04 | More accurate help. | Paul Janzen |
2001-10-03 | o Only send port number in the HTTP request 'Host: ' specification | Heikki Korpela |
2001-10-01 | Typo, assign the new restart point to nrestart_point, not restart_point. | Todd C. Miller |
2001-08-22 | ftp-proxy | Bob Beck |
2001-08-03 | Add back NUL termination of 'word' in complete() that was erroneously | 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 |
2001-06-23 | remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat... | Todd C. Miller |
2001-06-18 | Change default transfer type from ascii to binary; closes PR 1626 | Todd C. Miller |
2001-03-09 | Add a missing newline in debug mode to separate debug output from | Todd C. Miller |
2001-03-09 | Typo in Synopsis; there's a -v option, not -u | Todd C. Miller |
2000-12-24 | Spelling: tripple -> triple | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | emit more easier-to-understand error message on port name error. from deraadt | Jun-ichiro itojun Hagino |
2000-09-07 | bogus comment police | Todd T. Fries |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-07-27 | If the HOME environment variable is not set, do not try to read | Todd C. Miller |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-27 | initialize result. this fixes the recent problem that makes ftp coredump | Federico G. Schwindt |
2000-06-21 | add epsv4 command, which turns off epsv on ipv4 (off by dfeault) | Jun-ichiro itojun Hagino |
2000-06-13 | Make both ls and dir send a LIST command. Perviously, ls would use | Todd C. Miller |
2000-06-11 | do not add empty lines to history; always check the size of the returned | Federico G. Schwindt |
2000-05-25 | do not attach incorrect Host: directive if we are using proxy. | Jun-ichiro itojun Hagino |
2000-05-15 | 0-size files still deserve a progress meter; also, after file is finished | Theo de Raadt |
2000-05-15 | parse RFC2732 ftp URL (ftp://[::1]:21/readme) | Jun-ichiro itojun Hagino |
2000-05-03 | if no /etc/services file, use defaults. found by millert, fixed by itojun | Theo de Raadt |
2000-05-02 | always attach port in numeric, for HTTP Host: header. | Jun-ichiro itojun Hagino |
2000-04-24 | support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html). | Jun-ichiro itojun Hagino |
2000-03-22 | fix overflows, ok aaron@ | Markus Friedl |
2000-03-07 | Various cleanup. | Aaron Campbell |
2000-02-29 | Various cleanup. | Aaron Campbell |
2000-02-01 | Work-around for lame servers that return `19100' for a date. | Marc Espie |
2000-01-09 | Make 'ftp host:/path/to/file' work again. This got broken during IPV6 | Todd C. Miller |