Patch Uploaded: #14339
pmilin has uploaded a patch.Description:I was looking at the code for the local port forward and see that a TCPListener is being used with the address and port that is passed in. If the TCPListener is...
View ArticlePatch Uploaded: #14626
boric has uploaded a patch.Description:Fixes bug where Session.Connect() throws an exception when it doesn't receive the SSH version number in the server reply. Instead, it recognizes the end of the...
View ArticlePatch Uploaded: #14800
MrJul has uploaded a patch.Description:Changed ForwardedPortLocal to avoid NullReferenceException encountered while using the library: - InternalStop correctly unregister the event handlers from the...
View ArticlePatch Uploaded: #14801
MrJul has uploaded a patch.Description:Changed ChannelDirectTcpip to avoid NullReferenceException encountered in real usage : - _channelEof is checked for null before being set (avoids race conditions)
View ArticlePatch Declined: #14626
olegkap has declined patch #14626.Comment:Unfortunately I have to decline it.RFC 959 is specification for FTP and not for SSH protocol.SSH protocol always requires for version string to be provided.See...
View ArticleSource code checked in, #28764
Fix "OverflowException on empty server response" for silverlight
View ArticlePatch Uploaded: #14803
MrJul has uploaded a patch.Description:Another NullReferenceException fix when an object is already disposed and a session error occurs at the same time (race condition). Maybe _isDisposed should be...
View ArticlePatch Uploaded: #15015
davidwyles has uploaded a patch.Description:Fixes the scp operations that are based upon streams. The changes are similar to the changes made to the scp directory/file operations (from...
View ArticlePatch Uploaded: #15311
StrAbZ has uploaded a patch.Description:I experienced some trouble/crash with people having the Write permission denied on their private key file. So I made a modification to open the file with the...
View Article