Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-09-19 | Remove now-unused connect_wait() function. | Todd C. Miller |
2022-09-15 | Use non-blocking connect() with ppoll() and timeout instead of alarm(). | Todd C. Miller |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2020-10-18 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2020-07-06 | in 2014 I added this annotation: /* XXX floating point printf in signal handl... | Theo de Raadt |
2019-11-18 | various knf and whitespace; ok jca | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
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 |
2017-12-23 | Use the monotonic clock for logging progress in cdio(1) and ftp(1). | cheloha |
2017-09-05 | Avoid a possible leak in progressmeter | Jeremie Courreges-Anglas |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | #ifndef SMALL around a couple of non-SMALL labels. | Kenneth R Westerback |
2017-01-11 | Don't attempt to read .netrc when we already force anonymous FTP (-a). | Vadim Zhukov |
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-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-10-18 | unrelated commit; not ready yet | Theo de Raadt |
2015-10-18 | First casualty of making pledge "dns" mandatory for dns users. | Theo de Raadt |
2015-10-18 | A whole buncha unsigned char casts for ctype function arguments. | mmcc |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-02-09 | remove the safeguard against porting to machines without 8 bit bytes. | 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-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-01-29 | Unbreak ftp progress meter after the introduction of the '-D' flag | David Coppa |
2014-01-23 | Add -D shorttitle support, so that the progress meter can show some sort | Theo de Raadt |
2009-11-11 | do not walk off the prefix array, off by one; found by parfait | Theo de Raadt |
2009-05-10 | show which username login failed for; ok martynas | Theo de Raadt |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | 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-26 | make two similar text strings identical; improves consistency and shrinks | Stuart Henderson |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2008-06-16 | - add 'q', which does the same as eof | Martynas Venckus |
2008-06-16 | fix transfer interrupting when confirmrest mode is used. change | Martynas Venckus |
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus |