summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-15 23:31:01 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-15 23:31:01 +0000
commit6b875869654af5b5f83f9e360a4d91010b624728 (patch)
treeeea2082a8def6a7fddee7dd21c76dde573d6165d /ChangeLog
parent48d0d257220f4ef1ce9c916d76ae56860b7dddda (diff)
- provos@cvs.openbsd.org 2000/12/15 10:30:15
[kex.c kex.h sshconnect2.c sshd.c] compute diffie-hellman in parallel between server and client. okay markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b62d32e47..f38eb90bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
27 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33 27 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
28 [scp.c] 28 [scp.c]
29 when copying 0-sized files, do not re-print ETA time at completion 29 when copying 0-sized files, do not re-print ETA time at completion
30 - provos@cvs.openbsd.org 2000/12/15 10:30:15
31 [kex.c kex.h sshconnect2.c sshd.c]
32 compute diffie-hellman in parallel between server and client. okay markus@
30 33
3120001213 3420001213
32 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report 35 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report