Age | Commit message (Expand) | Author |
2004-09-16 | type corrections and other delinting | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
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 |
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-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-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
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 |
2000-10-18 | emit more easier-to-understand error message on port name error. from deraadt | Jun-ichiro itojun Hagino |
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-05-03 | if no /etc/services file, use defaults. found by millert, fixed by itojun | Theo de Raadt |
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino |
1998-12-13 | Fall back from passive to active if connect() fails. This can happen if the ... | Todd C. Miller |
1998-09-19 | write() can do short-writes -- deal; based on rahnds@ code | Theo de Raadt |
1998-09-19 | Make -m flag turn on progress meter in all situations | Todd C. Miller |
1998-09-19 | Don't turn of progress meter when output file is stdout. The meter will go t... | Todd C. Miller |
1998-07-07 | fd_set is not a struct | Artur Grabowski |
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller |
1998-05-13 | handle EINTR | Theo de Raadt |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt |
1998-02-10 | Fix buffer overflows in quote1(), clear line buffer | Tobias Weingartner |
1997-12-17 | By default, use passive mode and fall back to active as needed. | Todd C. Miller |
1997-09-05 | getc() -> fgetc() for easy socksification. imp@openbsd.org | Todd C. Miller |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller |
1997-08-06 | proper msgs display w/ -r | Michael Shalayeff |
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-04-23 | allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work | Theo de Raadt |
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller |
1997-03-21 | Add in recent NetBSD changes we didn't already have: | Todd C. Miller |
1997-03-14 | Add missing line, doh! | Todd C. Miller |
1997-03-14 | Correct usage of S_IFREG. | Todd C. Miller |
1997-03-14 | Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter | Todd C. Miller |
1997-02-05 | Include signal.h where reasonable and make signal handlers match | Todd C. Miller |
1997-02-03 | Add back ``-r'' option and fix strncpy() usage and other nits because | Todd C. Miller |
1997-02-03 | Sync with NetBSD | Todd C. Miller |
1997-01-08 | "Too much paranoia" + fake domain in anonftp password as some stupid sites | Niklas Hallqvist |
1996-12-16 | strncat botch | Theo de Raadt |