Age | Commit message (Expand) | Author |
2019-11-18 | various knf and whitespace; ok jca | Theo de Raadt |
2019-10-15 | When setting the modification time on the retrieved file, use utimensat() | Philip Guenther |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-13 | ephermal -> ephemeral | Theo Buehler |
2019-05-12 | add rcs ids | Jasper Lievisse Adriaanse |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2016-08-22 | Replace "union sockunion" with "union sockaddr_union" which is also | Todd C. Miller |
2016-08-20 | Use connect(2) + a connect_wait() function instead of connect_sync(), | Todd C. Miller |
2016-08-18 | Move connect_sync() to util.c and use it when connecting via http | Todd C. Miller |
2016-08-09 | When connect(2) is interrupted by a signal it continues asynchronously | Todd C. Miller |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-12-05 | Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, so | Kenneth R Westerback |
2015-12-05 | Send bad whitespace to the attic. | Kenneth R Westerback |
2015-12-05 | Silence gcc whining about using 'serrno' uninitialized by initializing | Kenneth R Westerback |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-02-09 | various defines always exist, so delete the ifdef test. | Ted Unangst |
2015-01-30 | remove tenex transfer support. if you still have TOPS20 machines in | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-04-22 | remove dead stores to error. from Fritjof Bornebusch | Ted Unangst |
2013-12-20 | When writing a file, break out when we get a write(2) error, not | Jeremie Courreges-Anglas |
2013-11-13 | protos | Theo de Raadt |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum |
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 |