Quantcast
Channel: sshnet Source Code Rss Feed
Browsing all 291 articles
Browse latest View live
↧

Source code checked in, #25006

Update version number

View Article


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 Article


Patch 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 Article

Patch 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 Article

Patch 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 Article


Source code checked in, #28759

Apply 14339 patch

View Article

Patch Applied: #14339

olegkap has applied patch #14339.Comment:Applied in 28759 commit

View Article

Patch 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 Article


Source code checked in, #28760

Apply patches 14800 and 14801

View Article


Patch Applied: #14801

olegkap has applied patch #14801.Comment:Applied in 28760 commit

View Article

Patch Applied: #14800

olegkap has applied patch #14800.Comment:Applied in 28760 commit

View Article

Source code checked in, #28761

Fix "Incorrect check for timeout values" in ShellStream

View Article

Source code checked in, #28762

Fix ConnectHttp method to exit in HttpStatusCode.OK

View Article


Source code checked in, #28763

Fix PKCS7Padding padding

View Article

Source code checked in, #28764

Fix "OverflowException on empty server response" for silverlight

View Article


Patch 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 Article

Source code checked in, #28765

Apply patch 14803

View Article


Patch Applied: #14803

olegkap has applied patch #14803.Comment:Applied in 28765 commit

View Article

Patch 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 Article

Patch 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
Browsing all 291 articles
Browse latest View live