| Commit message (Expand) | Author | Age | Files | Lines |
* | remove tenex transfer support. if you still have TOPS20 machines in |  tedu | 2015-01-30 | 1 | -4/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -6/+6 |
* | Remove unnecessary include: netinet/in_systm.h is not needed by these |  lteo | 2014-10-24 | 1 | -2/+1 |
* | I found a number of interactive events which can cause signals, and go |  deraadt | 2014-08-16 | 1 | -12/+18 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -11/+11 |
* | remove dead stores to error. from Fritjof Bornebusch |  tedu | 2014-04-22 | 1 | -15/+3 |
* | When writing a file, break out when we get a write(2) error, not |  jca | 2013-12-20 | 1 | -2/+4 |
* | protos |  deraadt | 2013-11-13 | 1 | -10/+10 |
* | Add a -s flag to ftp(1) to let the user specify the source IP address |  haesbaert | 2012-04-30 | 1 | -2/+72 |
* | Make second parameter of poll() the correct type. Removes compile warning. |  lum | 2010-09-03 | 1 | -4/+5 |
* | #ifndef SMALL a few more things to save space on the ramdisks |  deraadt | 2010-07-02 | 1 | -1/+3 |
* | make it possible to abort transfers of broken ftp servers. first |  martynas | 2009-06-06 | 1 | -5/+24 |
* | in silent mode, shut up connect to address warning since it spams |  martynas | 2009-04-27 | 1 | -2/+2 |
* | remove uploading and macros support from install media; to save |  martynas | 2009-04-27 | 1 | -1/+3 |
* | toast the rcsid strings which just get in the way |  deraadt | 2009-04-27 | 1 | -5/+1 |
* | figure out titles automatically by using remote file name. remove |  martynas | 2009-04-26 | 1 | -6/+6 |
* | guard NOOP code (that tries to send remaining NOOP string) after |  martynas | 2009-04-25 | 1 | -2/+8 |
* | - add support for recursive transfers (but not for floppies), e.g. |  martynas | 2008-07-08 | 1 | -7/+22 |
* | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm |  martynas | 2008-06-25 | 1 | -3/+3 |
* | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) |  martynas | 2008-06-25 | 1 | -7/+4 |
* | Enclose an informational message in a verbose check. |  pyr | 2008-05-24 | 1 | -3/+4 |
* | Protect errno from being trashed by other functions. |  ray | 2008-04-12 | 1 | -19/+34 |
* | turn on keepalive by default (one byte every 60 seconds) |  espie | 2008-03-10 | 1 | -3/+3 |
* | implement a `keep-alive' option that sends bytes over an inactive |  espie | 2007-06-16 | 1 | -2/+77 |
* | Since our ftp client opportuniticly tries EPSV, then falls back to PASV for |  beck | 2007-03-06 | 1 | -2/+11 |
* | free and sl_free already check against NULL, remove a few unneeded ifs. |  steven | 2006-06-23 | 1 | -4/+3 |
* | Remove shadowing variables and properly use /* FALLTHROUGH */ |  ray | 2006-05-16 | 1 | -8/+8 |
* | https URL support; rototilled by a few people including me; originally |  deraadt | 2006-05-16 | 1 | -2/+6 |
* | two strtol calls that were begging to be converted to strtonum |  tedu | 2006-04-25 | 1 | -2/+2 |
* | delete a few double declarations; ok otto |  pvalchev | 2006-02-16 | 1 | -5/+2 |
* | Prevent close() from clobbering errno. ok otto@ deraadt@ |  moritz | 2006-01-10 | 1 | -2/+4 |
* | fseeko() and lseek() have different return values. cope with that correctly. spotted by dhill@mindcry.org |  deraadt | 2005-11-13 | 1 | -6/+6 |
* | restart_point is of type off_t, so use it with fseeko() and cast it |  sturm | 2005-10-30 | 1 | -5/+5 |
* | type corrections and other delinting |  deraadt | 2004-09-16 | 1 | -16/+26 |
* | ansi; khalek@linuxgamers.net |  deraadt | 2004-07-20 | 1 | -39/+21 |
* | for -DSMALL, do not include rcsid[]s |  deraadt | 2003-12-16 | 1 | -8/+4 |
* | The empty() function basically effects a poll, so replace it with |  millert | 2003-08-11 | 1 | -35/+24 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |
* | string fixes; ok miod henning |  deraadt | 2003-04-05 | 1 | -7/+7 |
* | getnameinfo buffer has to be NI_MAXHOST |  itojun | 2003-03-11 | 1 | -3/+3 |
* | check error on getnameinfo failure. |  itojun | 2003-03-11 | 1 | -7/+10 |
* | use tcp high portrange for active data connections. ok deraadt@ |  jakob | 2002-07-04 | 1 | -2/+16 |
* | strlcpy fix, PR 2727 |  itojun | 2002-06-09 | 1 | -3/+3 |
* | do not present scopeid on wire format, as it is local to node |  itojun | 2002-06-09 | 1 | -10/+14 |
* | more snprintf |  deraadt | 2002-06-01 | 1 | -3/+3 |
* | -4 and -6 options; kanai@big.or.jp; itojun ok |  deraadt | 2002-05-30 | 1 | -3/+3 |
* | avoid buffer overrun on PASV from malicious server. |  itojun | 2002-04-25 | 1 | -5/+6 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -24/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -4/+4 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-26 | 1 | -17/+10 |