summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-15 23:03:10 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-15 23:03:10 +0000
commit7d00ba4d7210a0cde5d758049cdca31cb9b28854 (patch)
treecb53220f3d4f973c3f6bf5a60f9981d5d6e72cf0 /ChangeLog
parent7aa1d0008a98850eac43b2692bfc93bb1112c2dc (diff)
- deraadt@cvs.openbsd.org 2000/12/11 10:27:33
[scp.c] when copying 0-sized files, do not re-print ETA time at completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a09e11f5a..b62d32e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 rhosts-rsa is no longer automagically disabled if ssh is not privileged. 24 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
25 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. 25 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
26 these changes should not change the visible default behaviour of the ssh client. 26 these changes should not change the visible default behaviour of the ssh client.
27 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
28 [scp.c]
29 when copying 0-sized files, do not re-print ETA time at completion
27 30
2820001213 3120001213
29 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report 32 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report