summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:53:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:53:08 +0000
commit40b950356303d5293f1f684d2748be18291541af (patch)
tree6504c4e365f0d8fb4955737e436ce022b9000f46 /ChangeLog
parent1d568f9fce07fd6ea1f6d9f84cd204a17264e28e (diff)
- markus@cvs.openbsd.org 2002/12/13 15:20:52
[scp.c] 1) include stalling time in total time 2) truncate filenames to 45 instead of 20 characters 3) print rate instead of progress bar, no more stars 4) scale output to tty width based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 335614598..971aa9c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,17 +20,17 @@
20 [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c 20 [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
21 sshconnect.c] 21 sshconnect.c]
22 KNF 22 KNF
23 - markus@cvs.openbsd.org 2002/11/21 23:04:33 23 - markus@cvs.openbsd.org 2002/11/21 23:04:33
24 [ssh.c] 24 [ssh.c]
25 debug->debug2 25 debug->debug2
26 - stevesk@cvs.openbsd.org 2002/11/24 21:46:24 26 - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
27 [ssh-keysign.8] 27 [ssh-keysign.8]
28 typo: "the the" 28 typo: "the the"
29 - wcobb@cvs.openbsd.org 2002/11/26 00:45:03 29 - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
30 [scp.c ssh-keygen.c] 30 [scp.c ssh-keygen.c]
31 Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. 31 Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
32 ok markus@ 32 ok markus@
33 - stevesk@cvs.openbsd.org 2002/11/26 02:35:30 33 - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
34 [ssh-keygen.1] 34 [ssh-keygen.1]
35 remove outdated statement; ok markus@ deraadt@ 35 remove outdated statement; ok markus@ deraadt@
36 - stevesk@cvs.openbsd.org 2002/11/26 02:38:54 36 - stevesk@cvs.openbsd.org 2002/11/26 02:38:54
@@ -48,7 +48,7 @@
48 [scp.c] 48 [scp.c]
49 use roundup() similar to rcp/util.c and avoid problems with strange 49 use roundup() similar to rcp/util.c and avoid problems with strange
50 filesystem block sizes, noted by tjr@freebsd.org; ok djm@ 50 filesystem block sizes, noted by tjr@freebsd.org; ok djm@
51 - djm@cvs.openbsd.org 2002/12/06 05:20:02 51 - djm@cvs.openbsd.org 2002/12/06 05:20:02
52 [sftp.1] 52 [sftp.1]
53 Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ 53 Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
54 - millert@cvs.openbsd.org 2002/12/09 16:50:30 54 - millert@cvs.openbsd.org 2002/12/09 16:50:30
@@ -68,6 +68,13 @@
68 - markus@cvs.openbsd.org 2002/12/13 10:03:15 68 - markus@cvs.openbsd.org 2002/12/13 10:03:15
69 [channels.c misc.c sshconnect2.c] 69 [channels.c misc.c sshconnect2.c]
70 cleanup debug messages, more useful information for the client user. 70 cleanup debug messages, more useful information for the client user.
71 - markus@cvs.openbsd.org 2002/12/13 15:20:52
72 [scp.c]
73 1) include stalling time in total time
74 2) truncate filenames to 45 instead of 20 characters
75 3) print rate instead of progress bar, no more stars
76 4) scale output to tty width
77 based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
71 78
7220021205 7920021205
73 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 80 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@@ -903,4 +910,4 @@
903 save auth method before monitor_reset_key_state(); bugzilla bug #284; 910 save auth method before monitor_reset_key_state(); bugzilla bug #284;
904 ok provos@ 911 ok provos@
905 912
906$Id: ChangeLog,v 1.2534 2002/12/23 02:44:36 mouring Exp $ 913$Id: ChangeLog,v 1.2535 2002/12/23 02:53:08 mouring Exp $