search for: ssh_bug_serverliessize

Displaying 3 results from an estimated 3 matches for "ssh_bug_serverliessize".

2001 Jul 05
1
Patch to workaround host key size mismatch bug in old SSH sshd
...tch" when communicating with SSH 1.2.23 through 1.2.31. - Dave Dykstra --- compat.h.O Thu Jul 5 10:49:47 2001 +++ compat.h Thu Jul 5 10:50:04 2001 @@ -50,6 +50,7 @@ #define SSH_BUG_HBSERVICE 0x00010000 #define SSH_BUG_OPENFAILURE 0x00020000 #define SSH_BUG_DERIVEKEY 0x00040000 +#define SSH_BUG_SERVERLIESSIZE 0x00080000 void enable_compat13(void); void enable_compat20(void); --- compat.c.O Thu Jul 5 10:49:21 2001 +++ compat.c Thu Jul 5 10:49:27 2001 @@ -105,6 +105,8 @@ { "^1\\.7 SecureFX", SSH_OLD_SESSIONID }, { "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG }, { "^1...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a new release soon. If you have any patches you would like us to consider, please resend them to the list ASAP. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer
2002 Mar 01
6
[Bug 132] connects to 1.2.2? vintage sshd sometimes gets "Server lies" about host key size off by 1 bit
http://bugzilla.mindrot.org/show_bug.cgi?id=132 ------- Additional Comments From dwd at bell-labs.com 2002-03-02 02:29 ------- Created an attachment (id=30) Patch against CVS of March 1, 2003 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.