Patch Uploaded: #15346
ghandi has uploaded a patch.Description:Patch for the Issue #1799 "Wrong parameters to SetSocketOption leads to SocketException under Mono"
View ArticleSource code checked in, #31792
Upgrade solution to VS.NET 2013 Apply patch 15311 - Fixes permission denied on their private key file. Apply patch 15015 - Fixes the scp operations that are based upon streams. Apply patch 15346 -...
View ArticlePatch Uploaded: #15568
dcormier has uploaded a patch.Description:This patch fixes a race condition that may cause an unhandled exception when Session.RaiseError is called from within Session.MessageListener(). This exception...
View ArticlePatch Uploaded: #15836
FrankBakker has uploaded a patch.Description:Fix for HttpProxy that gets in an endless loop
View ArticleSource code checked in, #34458
Fix build when targeting .NET Framework 3.5 as Func only supports covariance on .NET Framework 4.0 and higher.
View ArticleSource code checked in, #34459
Modify Renci.SshNet.WindowsPhone project to target WP 7.1 again instead of 8.0. The upgrade of the solution and project files to VS 2013 caused this regression.
View ArticleSource code checked in, #34461
Remove Test project from solution as its a local project which is only used by Oleg.
View ArticleSource code checked in, #34518
* Allow a private key to be read from a file which is already open, but which allows read access. This allows multiple connections to use the same private key file concurrently. * Added tests for...
View ArticleSource code checked in, #34612
Correct casing of Security/Cryptography/HMAC.cs. Fixes issue #1505.
View ArticleSource code checked in, #34706
Skip headers (and message body if Content-Length headers is set) returned by HTTP proxy. Fail fast when proxy does not return HTTP 200. Added corresponding regression tests. Fixes the following issues:...
View ArticlePatch Declined: #15836
drieseng has declined patch #15836.Comment:I committed another (similar) fix for this issue.
View ArticleSource code checked in, #34717
Sign the assemblies for .NET 3.5, .NET 4.0, Silverlight 4 and Silverlight 5.
View ArticleSource code checked in, #34718
Added build script which by default: * cleans the build output * compiles the solution in Release configuration * creates a NuGet package containing our assembly for all supported target frameworks...
View ArticleSource code checked in, #34719
Use the same assembly name across all supported target frameworks.
View Article