Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update sftp client and server to new buffer API. | 2015-01-14 | 1 | -3/+3 | |
| | | | | pretty much just mechanical changes; with & ok markus | ||||
* | store the initial file offset so the progress meter doesn't freak out | 2013-09-19 | 1 | -3/+5 | |
| | | | | when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@ | ||||
* | Add misc.h for monotim prototype. | 2013-06-02 | 1 | -1/+2 | |
| | |||||
* | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like | 2013-06-01 | 1 | -3/+3 | |
| | | | | | keepalives and rekeying will work properly over clock steps. Suggested by markus@, "looks good" djm@. | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+2 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | clean extra spaces | 2006-08-01 | 1 | -2/+2 | |
| | |||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | |
| | |||||
* | move #include <time.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | |
| | |||||
* | ARGSUSED for signal handler | 2006-07-21 | 1 | -1/+2 | |
| | |||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -1/+3 | |
| | |||||
* | move #include <errno.h> out of includes.h; ok markus@ | 2006-07-11 | 1 | -1/+2 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | ARGSUSED for signal handlers | 2006-03-19 | 1 | -0/+1 | |
| | |||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | move #include <signal.h> out of includes.h; ok markus@ | 2006-02-20 | 1 | -1/+3 | |
| | |||||
* | move #include <sys/ioctl.h> out of includes.h; ok markus@ | 2006-02-10 | 1 | -1/+3 | |
| | |||||
* | catch SIGWINCH and resize progress meter accordingly; ok markus dtucker | 2005-06-07 | 1 | -13/+34 | |
| | |||||
* | add snprintf checks. ok djm@ markus@ | 2005-04-28 | 1 | -1/+3 | |
| | |||||
* | spaces | 2004-07-11 | 1 | -9/+9 | |
| | |||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -3/+3 | |
| | | | | markus@ ok | ||||
* | improve some code lint did not like; djm millert ok | 2004-05-11 | 1 | -2/+2 | |
| | |||||
* | fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@ | 2004-02-05 | 1 | -2/+2 | |
| | |||||
* | improvments from andreas@: | 2003-12-02 | 1 | -3/+7 | |
| | | | | | | | * saner speed estimate for transfers that takes less than a second by rounding the time to 1 second. * when the transfer is finished calculate the actual total speed rather than the current speed which is given during the transfer | ||||
* | fix rounding errors; from andreas@ | 2003-11-20 | 1 | -2/+2 | |
| | |||||
* | don't print trailing \0; bug #709; Robert.Dahlem@siemens.com | 2003-09-23 | 1 | -2/+2 | |
| | | | | ok millert/deraadt@ | ||||
* | do write to buf[-1] | 2003-08-31 | 1 | -1/+3 | |
| | |||||
* | pass file_size + 1 to snprintf: fixes printing of truncated | 2003-08-31 | 1 | -2/+2 | |
| | | | | file names; fix based on patch/report from sturm@; | ||||
* | print rate similar old version; round instead truncate; | 2003-07-31 | 1 | -5/+27 | |
| | |||||
* | whitespace | 2003-07-30 | 1 | -4/+3 | |
| | |||||
* | use only 4 digits in format_size | 2003-07-30 | 1 | -6/+4 | |
| | |||||
* | fix length for "- stalled -" | 2003-07-29 | 1 | -2/+2 | |
| | |||||
* | replace 4 clause BSD licensed progressmeter code with a replacement | 2003-07-29 | 1 | -201/+182 | |
| | | | | from Nils Nordman and myself; ok deraadt@ | ||||
* | deal with typing of write vs read in atomicio | 2003-06-28 | 1 | -3/+3 | |
| | |||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -3/+3 | |
| | |||||
* | The UCB copyright here is incorrect. This code did not originate | 2003-04-07 | 1 | -21/+25 | |
| | | | | | at UCB, it was written by Luke Mewburn. Updated the copyright at the author's request. markus@ OK | ||||
* | remove $OpenBSD$, as other *.c does not have it. | 2003-04-03 | 1 | -3/+1 | |
| | |||||
* | $OpenBSD$ | 2003-04-03 | 1 | -1/+3 | |
| | |||||
* | don't print \n if backgrounded; from ho@ | 2003-03-17 | 1 | -2/+3 | |
| | |||||
* | allow WARNINGS=yes; ok djm@ | 2003-01-12 | 1 | -2/+3 | |
| | |||||
* | sftp progress meter support. | 2003-01-10 | 1 | -0/+256 | |
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok. |