Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 265791 Details for
Bug 393791
Can't connect Windows 2008 server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix patch
rdesktop-1.5.0-windows2008-rdp5.patch (text/plain), 1.20 KB, created by
Raina Otoni
on 2007-11-21 08:52:48 UTC
(
hide
)
Description:
fix patch
Filename:
MIME Type:
Creator:
Raina Otoni
Created:
2007-11-21 08:52:48 UTC
Size:
1.20 KB
patch
obsolete
>diff -up rdesktop-1.5.0/secure.c.win2008-rdp5 rdesktop-1.5.0/secure.c >--- rdesktop-1.5.0/secure.c.win2008-rdp5 2007-11-21 17:40:49.000000000 +0900 >+++ rdesktop-1.5.0/secure.c 2007-11-21 17:41:55.000000000 +0900 >@@ -534,7 +534,8 @@ sec_parse_x509_key(X509 * cert) > > Kudos to Richard Levitte for the following (. intiutive .) > lines of code that resets the OID and let's us extract the key. */ >- if (OBJ_obj2nid(cert->cert_info->key->algor->algorithm) == NID_md5WithRSAEncryption) >+ if (OBJ_obj2nid(cert->cert_info->key->algor->algorithm) == NID_md5WithRSAEncryption || >+ OBJ_obj2nid(cert->cert_info->key->algor->algorithm) == NID_shaWithRSAEncryption) > { > DEBUG_RDP5(("Re-setting algorithm type to RSA in server certificate\n")); > ASN1_OBJECT_free(cert->cert_info->key->algor->algorithm); >diff -up rdesktop-1.5.0/rdp.c.win2008-rdp5 rdesktop-1.5.0/rdp.c >--- rdesktop-1.5.0/rdp.c.win2008-rdp5 2006-08-07 20:45:43.000000000 +0900 >+++ rdesktop-1.5.0/rdp.c 2007-11-21 17:37:27.000000000 +0900 >@@ -436,7 +436,7 @@ rdp_send_logon_info(uint32 flags, char * > out_uint32_le(s, 0xffffffc4); > out_uint32_le(s, 0xfffffffe); > out_uint32_le(s, g_rdp5_performanceflags); >- out_uint32(s, 0); >+ out_uint16(s, 0); > > > }
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 393791
: 265791