diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -63,6 +63,10 @@ | |||
63 | - markus@cvs.openbsd.org 2003/02/12 21:39:50 | 63 | - markus@cvs.openbsd.org 2003/02/12 21:39:50 |
64 | [crc32.c crc32.h] | 64 | [crc32.c crc32.h] |
65 | replace crc32.c with a BSD licensed version; noted by David Turner | 65 | replace crc32.c with a BSD licensed version; noted by David Turner |
66 | - markus@cvs.openbsd.org 2003/02/16 17:09:57 | ||
67 | [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c] | ||
68 | split kex into client and server code, no need to link | ||
69 | server code into the client; ok provos@ | ||
66 | 70 | ||
67 | 20030211 | 71 | 20030211 |
68 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com | 72 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com |
@@ -1163,4 +1167,4 @@ | |||
1163 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1167 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1164 | ok provos@ | 1168 | ok provos@ |
1165 | 1169 | ||
1166 | $Id: ChangeLog,v 1.2611 2003/02/24 01:02:12 djm Exp $ | 1170 | $Id: ChangeLog,v 1.2612 2003/02/24 01:03:03 djm Exp $ |