Source code checked in, #35478
Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. Removed command argument from CommandAsyncResult as its never used.
View ArticleSource code checked in, #35691
Added support for ssh.com private keys. Fixes issue #1987.
View ArticleSource code checked in, #35724
Use SSH_FXP_LSTAT to determine whether a given file or directory exists. Fixes issues #1952, #1696 and #1574.
View ArticleSource code checked in, #35725
Document SftpPathNotFoundException for Delete overloads. Fixed a few minor typo's.
View ArticleSource code checked in, #35726
Remove nullOnError argument for RequestFStat and RequestLStat as it was never used.
View ArticlePatch Uploaded: #16324
da_rinkes has uploaded a patch.Description:Adjust group exchange to be compliant to RFC 4419.Which says: Servers and clients SHOULD support groups with a modulus length of k bits, where 1024 <= k...
View ArticleSource code checked in, #35773
Support an acceptable group of up to 8192 bits for SHA-1 and SHA-256 Diffie-Hellman Group and Key Exchange (issue #1973 and #1777), and refactor corresponding classes to avoid code duplication.
View ArticleSource code checked in, #35775
Avoid initializing HostKeyEventArgs when there are no event handlers registered.
View ArticleSource code checked in, #35920
Minor correction to docs. Improved exception messages. Avoid race condition when raising events.
View ArticlePatch Uploaded: #16641
xin_scott has uploaded a patch.Description:When the case in the Program.cs, Encrypt method will throw a exception.I have fix the issue successfully:)
View ArticlePatch Uploaded: #16712
CharlesFelish has uploaded a patch.Description:Here's the patch for ConnectionInfo.cs as I suggested in Issue 2399. I haven't ever submitted a patch before, so I apologize if this isn't in the right...
View ArticleSource code checked in, #40538
Avoid code duplication. Use Session.SilverlightShared from Silverlight (v4) project.
View Article