Age | Commit message (Expand) | Author |
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt |
2009-06-06 | make it possible to abort transfers of broken ftp servers. first | Martynas Venckus |
2009-04-27 | in silent mode, shut up connect to address warning since it spams | Martynas Venckus |
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2009-04-25 | guard NOOP code (that tries to send remaining NOOP string) after | Martynas Venckus |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2008-06-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | Martynas Venckus |
2008-05-24 | Enclose an informational message in a verbose check. | Pierre-Yves Ritschard |
2008-04-12 | Protect errno from being trashed by other functions. | Ray Lai |
2008-03-10 | turn on keepalive by default (one byte every 60 seconds) | Marc Espie |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie |
2007-03-06 | Since our ftp client opportuniticly tries EPSV, then falls back to PASV for | Bob Beck |
2006-06-23 | free and sl_free already check against NULL, remove a few unneeded ifs. | Steven Mestdagh |
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-02-16 | delete a few double declarations; ok otto | Peter Valchev |
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 |
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 |