summaryrefslogtreecommitdiff
path: root/progressmeter.c
Commit message (Collapse)AuthorAgeFilesLines
* - moritz@cvs.openbsd.org 2005/04/28 10:17:56djm2005-05-261-1/+3
| | | | | [progressmeter.c ssh-keyscan.c] add snprintf checks. ok djm@ markus@
* - deraadt@cvs.openbsd.org 2004/07/11 17:48:47dtucker2004-07-171-9/+9
| | | | | | | | [channels.c cipher.c clientloop.c clientloop.h compat.h moduli.c readconf.c nchan.c pathnames.h progressmeter.c readconf.h servconf.c session.c sftp-client.c sftp.c ssh-agent.1 ssh-keygen.c ssh.c ssh1.h sshd.c ttymodes.h] spaces
* - avsm@cvs.openbsd.org 2004/06/21 17:36:31dtucker2004-06-221-3/+3
| | | | | | | | | | | | | [auth-rsa.c auth2-gss.c auth2-pubkey.c authfile.c canohost.c channels.c cipher.c dns.c kex.c monitor.c monitor_fdpass.c monitor_wrap.c monitor_wrap.h nchan.c packet.c progressmeter.c scp.c sftp-server.c sftp.c ssh-gss.h ssh-keygen.c ssh.c sshconnect.c sshconnect1.c sshlogin.c sshpty.c] make ssh -Wshadow clean, no functional changes markus@ ok There are also some portable-specific -Wshadow warnings to be fixed in monitor.c and montior_wrap.c.
* - deraadt@cvs.openbsd.org 2004/05/11 19:01:43dtucker2004-05-131-2/+2
| | | | | | [auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c] improve some code lint did not like; djm millert ok
* - markus@cvs.openbsd.org 2004/02/05 15:33:33dtucker2004-02-061-2/+2
| | | | | [progressmeter.c] fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
* - markus@cvs.openbsd.org 2003/12/02 12:15:10dtucker2003-12-091-3/+7
| | | | | | | | | [progressmeter.c] improvments from andreas@: * 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
* - (djm) OpenBSD CVS Syncdjm2003-11-211-2/+2
| | | | | | - markus@cvs.openbsd.org 2003/11/20 11:39:28 [progressmeter.c] fix rounding errors; from andreas@
* - markus@cvs.openbsd.org 2003/09/23 20:18:52dtucker2003-10-021-2/+2
| | | | | | [progressmeter.c] don't print trailing \0; bug #709; Robert.Dahlem@siemens.com ok millert/deraadt@
* - markus@cvs.openbsd.org 2003/08/31 12:14:22djm2003-09-021-1/+3
| | | | | [progressmeter.c] do write to buf[-1]
* - markus@cvs.openbsd.org 2003/08/31 10:26:04djm2003-09-021-2/+2
| | | | | | [progressmeter.c] pass file_size + 1 to snprintf: fixes printing of truncated file names; fix based on patch/report from sturm@;
* - (bal) redo how we handle 'mysignal()'. Move it tomouring2003-08-251-2/+2
| | | | | openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to be our 'mysignal' by default. OK djm@
* - markus@cvs.openbsd.org 2003/07/29 18:24:00dtucker2003-08-021-207/+200
| | | | | | | [LICENCE progressmeter.c] replace 4 clause BSD licensed progressmeter code with a replacement from Nils Nordman and myself; ok deraadt@ (copied from OpenBSD an re-applied portable changes)
* - deraadt@cvs.openbsd.org 2003/06/28 16:23:06dtucker2003-07-031-3/+3
| | | | | | | [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c sshd.c] deal with typing of write vs read in atomicio
* - deraadt@cvs.openbsd.org 2003/06/10 22:20:52djm2003-06-111-3/+3
| | | | | [packet.c progressmeter.c] mostly ansi cleanup; pval ok
* - (djm) Always use mysignal() for SIGALRMdjm2003-06-041-2/+3
|
* - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bitmouring2003-04-281-19/+2
| | | | hacked code.
* - millert@cvs.openbsd.org 2003/04/07 21:58:05djm2003-04-091-21/+25
| | | | | | | [progressmeter.c] The UCB copyright here is incorrect. This code did not originate at UCB, it was written by Luke Mewburn. Updated the copyright at the author's request. markus@ OK
* - itojun@cvs.openbsd.org 2003/04/03 07:25:27djm2003-04-091-1/+1
| | | | | | | | [progressmeter.c] $OpenBSD$ - itojun@cvs.openbsd.org 2003/04/03 10:17:35 [progressmeter.c] remove $OpenBSD$, as other *.c does not have it.
* - (djm) OpenBSD CVS Syncdjm2003-03-191-2/+3
| | | | | | - markus@cvs.openbsd.org 2003/03/17 10:38:38 [progressmeter.c] don't print \n if backgrounded; from ho@
* - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeterdjm2003-02-241-0/+7
|
* [progressmeter.c] make compilers without long long happy.tim2003-01-201-0/+17
|
* - markus@cvs.openbsd.org 2003/01/12 16:57:02djm2003-01-141-2/+3
| | | | | [progressmeter.c] allow WARNINGS=yes; ok djm@
* - fgsch@cvs.openbsd.org 2003/01/10 08:19:07djm2003-01-101-0/+256
[scp.c sftp.1 sftp.c sftp-client.c sftp-int.c progressmeter.c] [progressmeter.h] sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.