summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:30:09 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:30:09 +1000
commitf675fc4948b2ec2c9ff86bcdd58e00947f0e319b (patch)
treebabb42f0a29e7b24284a731cb894454d8f80fc97 /ChangeLog
parent7cf17eb78c71ba16ec39bb1a6a8640885071a307 (diff)
- djm@cvs.openbsd.org 2004/06/13 12:53:24
[dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h] [ssh-keyscan.c sshconnect2.c sshd.c] implement diffie-hellman-group14-sha1 kex method (trivial extension to existing diffie-hellman-group1-sha1); ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fb1d4664..1d2563ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,11 @@
15 - pedro@cvs.openbsd.org 2004/06/03 12:22:20 15 - pedro@cvs.openbsd.org 2004/06/03 12:22:20
16 [sftp-client.c sftp.c] 16 [sftp-client.c sftp.c]
17 initialize pointers, ok markus@ 17 initialize pointers, ok markus@
18 - djm@cvs.openbsd.org 2004/06/13 12:53:24
19 [dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h]
20 [ssh-keyscan.c sshconnect2.c sshd.c]
21 implement diffie-hellman-group14-sha1 kex method (trivial extension to
22 existing diffie-hellman-group1-sha1); ok markus@
18 23
1920040603 2420040603
20 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. 25 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
@@ -1199,4 +1204,4 @@
1199 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1204 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1200 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1205 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1201 1206
1202$Id: ChangeLog,v 1.3379 2004/06/15 00:28:56 djm Exp $ 1207$Id: ChangeLog,v 1.3380 2004/06/15 00:30:09 djm Exp $