Bugzilla – Attachment 2662 Details for
Bug 2424
Compatibility for iSSH and Ubuntu/Mint Putty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add old PuTTY dev versions to the DH-GEX blacklist.
sshd-putty-dev.patch (text/plain), 696 bytes, created by
Darren Tucker
on 2015-07-10 13:41:57 AEST
(
hide
)
Description:
Add old PuTTY dev versions to the DH-GEX blacklist.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2015-07-10 13:41:57 AEST
Size:
696 bytes
patch
obsolete
>Index: compat.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/compat.c,v >retrieving revision 1.94 >diff -u -p -r1.94 compat.c >--- compat.c 26 May 2015 23:23:40 -0000 1.94 >+++ compat.c 10 Jul 2015 03:34:56 -0000 >@@ -164,7 +164,8 @@ compat_datafellows(const char *version) > "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, > { "*SSH_Version_Mapper*", > SSH_BUG_SCANNER }, >- { "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */ >+ { "PuTTY_Local:*," /* dev versions < Sep 2014 */ >+ "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */ > "PuTTY_Release_0.5*," /* 0.58-0.59 */ > "PuTTY_Release_0.60*," > "PuTTY_Release_0.61*,"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2424
: 2662 |
2663