Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SSH.NET

Proide a Secure Shell (SSH) library for .NET, optimized for parallelism
Collective - Host: opensource - https://opencollective.com/sshnet - Code: https://github.com/sshnet

Add LastAccessTimeUtc and LastWriteTimeUtc properties to SftpFile

github.com/sshnet/SSH.NET - a0c40a58427d33587bef1b767b3f74fb7304c06d authored about 13 years ago by olegkap_cp <[email protected]>
Fix international support, now all differnt character sets should work, depends on windows default selection

Add international support test case
Add XML documention to some members of SubsystemSession class

github.com/sshnet/SSH.NET - ef33d78e89229011417d1f78590b7c90eb583af3 authored about 13 years ago by olegkap_cp <[email protected]>
Refactor Dispose to avoid calling any socket related commands from it

github.com/sshnet/SSH.NET - 428b026c486ff79f5a31f45b36623072d3c0f970 authored about 13 years ago by olegkap_cp <[email protected]>
Replace call to WaitOne(TimeSpan) with WaitOne(TimeSpan, Boolean) to make it compartible with .NET 3.5

github.com/sshnet/SSH.NET - dc2d8ec14291fcee2e891b02c87cafcfdd627dbe authored about 13 years ago by olegkap_cp <[email protected]>
Add NetConf support, apply patch 10722

github.com/sshnet/SSH.NET - 23d3eb8ae7bbde432ed2b310ce548b63f651abbe authored about 13 years ago by olegkap_cp <[email protected]>
Changed the tests for Permission Denied to use /root, otherwise it caused Not Found.

github.com/sshnet/SSH.NET - aa10395ebcc2fdff806b828ed6b07358d95a087f authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added basic low-level message logging, for those who has problems this might help interpret what happens.

github.com/sshnet/SSH.NET - 9f22922cd9bf32a1a486204d6d2636bb88ffc9fc authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added some more documentation for methods in SshClient class.

github.com/sshnet/SSH.NET - a39dcbf3ae841dc7d25bfbb8f97d080486f10895 authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fixed Download_Forbidden test to actually download and not upload.

github.com/sshnet/SSH.NET - 4ea8d5c241a55474fad72b42ee8b8abbcb11305d authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fixed a bug that was left after reworking compression. Caused Remote host closed the connection.

github.com/sshnet/SSH.NET - 231081729f36be9b8aec197fb4e4ebfb3fdd78ec authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Add ZlibStream and refactor compression related code for fufutre zlib support.

github.com/sshnet/SSH.NET - 8680a8441603be3930e4d8888ac25f6c2bace61f authored about 13 years ago by olegkap_cp <[email protected]>
Make LastWriteTime and LastAccessTime properties updatable

github.com/sshnet/SSH.NET - 99adc4de8bdccf528fbff382f9559c6392bb610e authored about 13 years ago by olegkap_cp <[email protected]>
Fix regex to allow host to start with number

github.com/sshnet/SSH.NET - 44ace626b32d0b8374a21fb27b6210dc06668174 authored over 13 years ago by olegkap_cp <[email protected]>
Internal changes, replace Dictionary<string,SftpFileAttributes> with KeyValuePair<string,SftpFileAttributes>[].

github.com/sshnet/SSH.NET - 799e6d54b92516b964ffdb36304512c8006d670b authored over 13 years ago by olegkap_cp <[email protected]>
Add additional BeginUploadFile method

github.com/sshnet/SSH.NET - 91245999d91443be145b8b1872e1467d4858459a authored over 13 years ago by olegkap_cp <[email protected]>
Fix encoding support and send command always encoded as UTF-8

github.com/sshnet/SSH.NET - 1c8a03abb134181c756dfc818822c58be0803b72 authored over 13 years ago by olegkap_cp <[email protected]>
Update Silverlight and WindowPhone projects and make it compilable.

Apply new file naming convention for silverlight and windows phone project files

github.com/sshnet/SSH.NET - 234cd1e024196e6d7054a08bbe2813ad1acf093b authored over 13 years ago by olegkap_cp <[email protected]>
Minor code performance improvment, replace Array.Copy with Buffer.BlockCopy

github.com/sshnet/SSH.NET - b52679c0ef2f21a27f03d8015ca6a158147378c9 authored over 13 years ago by olegkap_cp <[email protected]>
Add file overwrite option to UploadFile method

github.com/sshnet/SSH.NET - 2fc80afd6b1a611165fa72258cd86efe5e934328 authored over 13 years ago by olegkap_cp <[email protected]>
Implement write pipelining

Other minor peromnace improvments

github.com/sshnet/SSH.NET - 2760c05e217c3fc7274361af39349609d89860b7 authored over 13 years ago by olegkap_cp <[email protected]>
Fix random bytes arrays generation size

github.com/sshnet/SSH.NET - b0458769dfe12bd32411f68b3a03bfb8c7e73de2 authored over 13 years ago by olegkap_cp <[email protected]>
Refactor and remove usage of Network stream to make it compartible with Silverlight

Make silverlight project compilable (still cannot connect, signature fails)

github.com/sshnet/SSH.NET - 83884c34aaaa12cbdfdcac7fa9abd16d5226ce34 authored over 13 years ago by olegkap_cp <[email protected]>
Add missing Resources file from the test project

github.com/sshnet/SSH.NET - 4c1b9660f1decea339d0157bac2151930a055a0f authored over 13 years ago by olegkap_cp <[email protected]>
Fix RsaCipher block type condition

github.com/sshnet/SSH.NET - 213ac99613f57f248ba3845accf5311ec41df9f4 authored over 13 years ago by olegkap_cp <[email protected]>
Rename Size int Length to look more like FileInfo

github.com/sshnet/SSH.NET - 98033220e8cca213f640bef5f28e183a5d1e1c4c authored over 13 years ago by olegkap_cp <[email protected]>
Fix RSA cipher and add support for different key sizes.

github.com/sshnet/SSH.NET - ba3efa90f74ca5168e125cc325e1b3e2e8225fd5 authored over 13 years ago by olegkap_cp <[email protected]>
Make NextRequestId property thread safe.

github.com/sshnet/SSH.NET - 7f0c5d23991e563c2308f45cd9294fc8d6a4f9bc authored over 13 years ago by olegkap_cp <[email protected]>
Remove ASCIIEncoding class and replace ASCII to UTF-8

Refresh Silverlight and WindowsPhone projects

github.com/sshnet/SSH.NET - 4b1f991c9e2410a2a98312fa52e439d556a24dcb authored over 13 years ago by olegkap_cp <[email protected]>
Apply 10278 patch and make some minor corrections

Fix Renci.SshNet.NET35 project and make it compilable
Add Tests for .NET 3.5

github.com/sshnet/SSH.NET - da854b711a485e4f952d7b64227612f1d85989f4 authored over 13 years ago by olegkap_cp <[email protected]>
Add BigInteger.BitLength property

Use BitLength property to calculate random value

github.com/sshnet/SSH.NET - 5aa082d32d9a20acb3047b56d4b84657081b436b authored over 13 years ago by olegkap_cp <[email protected]>
Add project for future .NET 3.5 support

github.com/sshnet/SSH.NET - 70105742d3f74da7fd5e4afe553844d4cf8bcd0d authored over 13 years ago by olegkap_cp <[email protected]>
Remove deleted files from the source

Fix SftpFile.MoveTo method to rename file
Correct SshData class ReadString and ReadBinaryString m...

github.com/sshnet/SSH.NET - 5cfea7f750b672f49906c77bc68d9eacfc523180 authored over 13 years ago by olegkap_cp <[email protected]>
SshData.cs - Added 2 parameter checks.

SshClient.cs - Added 1 parameter check.

In SymetricCipher, added check for constructor parameter...

github.com/sshnet/SSH.NET - 20a22115f288a30d0ea0f5bb6d9cab6b11ba696d authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
SshData.cs - Added 4 exception documentation, added 3 parameter checks, fixed typo in exception message for ReadString/ReadBinaryString. Also note that any call to SshData.Write(IEnumerable<byte>) will throw if passed null, List<byte>.AddRange does that for us.

SubsystemSession.cs - Added 1 exception documentation and parameter check on Constructor(Session,...

github.com/sshnet/SSH.NET - d8ee7d17d2dd8070ebd0cd98576cb4490ff840f9 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Split SftpSession class into 2 to allow future extensability of other sub systems

github.com/sshnet/SSH.NET - 097246c153d4ebb90598370bf7659fa905ac91d6 authored over 13 years ago by olegkap_cp <[email protected]>
Add few cipher and private key tests

github.com/sshnet/SSH.NET - ae4531654269311afa465dd70f665d95de7b1109 authored over 13 years ago by olegkap_cp <[email protected]>
Fix CA2214 and some other CA complaints

Fix some comments
Fix DownloadFile hang error introduced in previouse check in

github.com/sshnet/SSH.NET - dbd5f07d208b5775dca1d4b86d877e53d18aa560 authored over 13 years ago by olegkap_cp <[email protected]>
Code Cleanup

Some TODO items
Replace IEnumerable<byte> with byte[] to reduce calling .ToArray() function
Fix L...

github.com/sshnet/SSH.NET - 34a5cba2654639b0dff9877d247f5c390ca0cbe9 authored over 13 years ago by olegkap_cp <[email protected]>
Improve DER object serialization and add ObjectIdentifier class to identify algorithm being used during DER serialziation

github.com/sshnet/SSH.NET - 6f20f21d11a4e7c1336445fd28da832db7c04d16 authored over 13 years ago by olegkap_cp <[email protected]>
Fix RequestRead operation

github.com/sshnet/SSH.NET - 67538291a5066a45d98757f3c71fdc34dc438f2d authored over 13 years ago by olegkap_cp <[email protected]>
Add RsaKey and DsaKey classes

Add HostAlgorithm class for host key authentication and possible for certificate authentication i...

github.com/sshnet/SSH.NET - 745bc9e2bcf7a282d126e18677021899738e47dc authored over 13 years ago by olegkap_cp <[email protected]>
ConnectionInfo.cs - Added 1 exception documentation.

PrivateKeyFile.cs - Added 4 exception documentation, and added parameter checks for null to Decry...

github.com/sshnet/SSH.NET - eb8a5086ad5266e8c80878aa90d96423145c50bb authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Refactor and reorganize cipher encryption (more need to be done)

Add padding for private key DES-EDE3-CBC, DES-EDE3-CFB and others encryption/decryption
Add inter...

github.com/sshnet/SSH.NET - b20150456ec9643e7eeb4a1f824959e3be576bb7 authored over 13 years ago by olegkap_cp <[email protected]>
Add KeepAliveRequestInfo class

Add EndOfWriteRequestInfo class
Refactor channel request messages to allow custom channel reuqest...

github.com/sshnet/SSH.NET - 033218647f8884a3189ff7bcc8df9d3bfbb44962 authored over 13 years ago by olegkap_cp <[email protected]>
Add and fix comments

github.com/sshnet/SSH.NET - e369b0f53e361c283770f1c5ea800d6081914585 authored over 13 years ago by olegkap_cp <[email protected]>
Add SHA256Hash algorithm

Exclude RSA Private Key from Silverlight version
Minor silverlight related fixes

github.com/sshnet/SSH.NET - 5e2112e62bae27ee7b7ad5093087a92687d40418 authored over 13 years ago by olegkap_cp <[email protected]>
Add SHA1 algorithm

Add RSA Private key algorithm
Adding some Silverlight specific #if...#endif

github.com/sshnet/SSH.NET - 40b36edaf1eb8146fb6b78af63a0a1fe68f798a9 authored over 13 years ago by olegkap_cp <[email protected]>
Fix Aes -ctr algorithms

Move hmac-md5 hashing algorithm into library

github.com/sshnet/SSH.NET - e3d3796d33537e50efe2446bb8630b95a975a3bf authored over 13 years ago by olegkap_cp <[email protected]>
Refactor and reorganize cipher code

Fix TripleDES cipher
Fix and add missing comments
Mark assembly as not CLR

github.com/sshnet/SSH.NET - 7d8c9cf61e370a095edd66cc80a4cbe71c4253c0 authored over 13 years ago by olegkap_cp <[email protected]>
Add ASCIIEncoding to be used internally and also by Silverlight implementations

Misc logic sepeartion to prepare for Silverlight

github.com/sshnet/SSH.NET - 445d995f446ca7c6914bb3cab94a859070a1a868 authored over 13 years ago by olegkap_cp <[email protected]>
Minor changes for future silverlight support

github.com/sshnet/SSH.NET - 1217c5505e8a6fff2eda1fcfdd4e62c7f5823159 authored over 13 years ago by olegkap_cp <[email protected]>
Fix some issues raised in #752 Issue

github.com/sshnet/SSH.NET - a5c68f73c5c09faba87e95e2c438291c8d5b33f2 authored over 13 years ago by olegkap_cp <[email protected]>
Undo panic.

github.com/sshnet/SSH.NET - 3d0738c8c86418ce654b21f511a484655a32f755 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Firealarm

github.com/sshnet/SSH.NET - 0a1aa984ecadc9755ff28f85f848bd81da0decd0 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Extract thread related operation to NET40 partial classes

Replace SemaphoreSlim with custom SemaphoreLight class

github.com/sshnet/SSH.NET - 18b6eafaaa4a6b115b69ad1e40e0daf1d91be8b4 authored over 13 years ago by olegkap_cp <[email protected]>
Split exception file into two partial files so it could be reused by other implementations

github.com/sshnet/SSH.NET - 972b1eae2125c71a78ff7166ee6383c77d801186 authored over 13 years ago by olegkap_cp <[email protected]>
Replace System.Numerics.BigInteger type with internally implemented Renci.SshNet.Common.BigInteger

github.com/sshnet/SSH.NET - 64114075582f6bfedb3575b5c4261e89146b0333 authored over 13 years ago by olegkap_cp <[email protected]>
Adding and linking project for Silverlight and WindowsPhone development

github.com/sshnet/SSH.NET - 2d988eff58021cd4e21b3e8ef1a636628ccba3ec authored over 13 years ago by olegkap_cp <[email protected]>
Replace ErrorEventArgs with ExceptionEventArgs

github.com/sshnet/SSH.NET - fd22cf21a2f6dfdd1b88f5d6eadc0c85c28f36f3 authored over 13 years ago by olegkap_cp <[email protected]>
Remove Messages folder from previouse check-in

github.com/sshnet/SSH.NET - db11576c82622a22ad2a6111605a6e9abc95c8be authored over 13 years ago by olegkap_cp <[email protected]>
Refactor SFTP messages to request/response

Add new Exists method to verify if file of directory exists
Change Get method to throw an excepti...

github.com/sshnet/SSH.NET - e67cc54cd2ee52524538d7e91f7a11829ed7f4b9 authored over 13 years ago by olegkap_cp <[email protected]>
Fix Buffer.BlockCopy error in SftpFileStream.Write method

github.com/sshnet/SSH.NET - be896dc88a7f4837c3907cd18c5cbf38d9bbfe4a authored over 13 years ago by olegkap_cp <[email protected]>
Fix FileMode.Create behaviour for SftpFileStream class

github.com/sshnet/SSH.NET - ef83707843f583fb14862c5fe5657a7d4a0c518f authored over 13 years ago by olegkap_cp <[email protected]>
Rename SshFileNotFoundException to SftpPathNotFoundException to include file and direcotry errors and to be more SFTP specific.

Rename SshPermissionDeniedException to SftpPermissionDeniedException to specify SFTP specific exc...

github.com/sshnet/SSH.NET - b248dcc75f221b6d18e78812b2986154c676bf5a authored over 13 years ago by olegkap_cp <[email protected]>
Fix ChangeDirectory method

Fix GetCanonicalPath method
Add tests for ChangeDirectory

github.com/sshnet/SSH.NET - 3e770696ae82cea289eb9ceea21ecda1c6fe9a7d authored over 13 years ago by olegkap_cp <[email protected]>
Remove call to Stop method to prevent dead lock in local port forwarding

github.com/sshnet/SSH.NET - 6411f723cabe58c6d9cdeceedb21f36c712fd0fa authored over 13 years ago by olegkap_cp <[email protected]>
Add support for validation of IPv6 addresses

github.com/sshnet/SSH.NET - be0dbf600e109e47291b216dd89157a77b1238de authored over 13 years ago by olegkap_cp <[email protected]>
Refactor SftpFileAttributes class to be public

Add SetAttributes and GetAttributes methods

github.com/sshnet/SSH.NET - 2bea9352eb3ba3e034b14beefbd41a146fb6295a authored over 13 years ago by olegkap_cp <[email protected]>
Add SftpFileStream class

Add Sftp file methods to SftpClient class, similar to File class methods

github.com/sshnet/SSH.NET - 4d79078a709fff43e29a05e8a39e4044e4888348 authored over 13 years ago by olegkap_cp <[email protected]>
Added test for #713.

Added test Test_PortForwarding_Local_Stop_Hangs_On_Wait.

github.com/sshnet/SSH.NET - 3156167c0d375c3a552468a6aeb75334378db8a0 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fix async SFTP operations and ensure that only valid asyncResult objct can be used with End* operation

github.com/sshnet/SSH.NET - a1b3ce729bda0d13d4bf618779007e1a897571c3 authored over 13 years ago by olegkap_cp <[email protected]>
Add new method to Extensions class for test purposes

Add argument checking based on test
Correct some tests and add few more

github.com/sshnet/SSH.NET - e9167373f7265638cfa1469868c72581ca6ee0be authored over 13 years ago by olegkap_cp <[email protected]>
Fixed some tests to prevent certain tests to be run as root, for idiot-proofing and to prevent a test to succeed where it should fail.

github.com/sshnet/SSH.NET - 8e7e93fc7e1ab7f5546b92b56e7db4c163fd21ed authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added tests for PortForwardEventArgs.

Added Test_PortForwardEventArgs_Host_Null
Added Test_PortForwardEventArgs_Host_Empty
Added Test_P...

github.com/sshnet/SSH.NET - 27a87a8c29edeb6bd95e8267094f1bbfb508268d authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added tests related to port forwarding, local and remote for null/string.Empty and invalid port numbers.

Added Test_AddForwardedPort_Local_Hosts_Are_Null.
Added Test_AddForwardedPort_Local_Hosts_Are_Emp...

github.com/sshnet/SSH.NET - b44c1679fc505635432bf6a592df111a6af6bf52 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added test Test_Get_File_Null - passing null to Get.

github.com/sshnet/SSH.NET - 33eb7c557e3337f97ec5a4e40d72cf1672a7deae authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Updated vsmdi file, forgot to include in previous commit.

github.com/sshnet/SSH.NET - 07f033a647e1b0fcb889c7db2f5dabf54216e323 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added SftpClient tests: ListDirectory with null, CreateDirectory with null, ChangeDirectory with null, DeleteDirectory with null, DeleteFile with null, RenameFile with null, BeginUploadFile with null, BeginDownloadFile with null. Methods:

Added Test_Sftp_ListDirectory_Null
Added Test_Sftp_CreateDirectory_Null
Added Test_Sftp_ChangeDir...

github.com/sshnet/SSH.NET - 406da9744194638e57ebe9ce13f726e77a1106f3 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added tests for ConnectionInfo, passing whitespace (space) as argument for the constructor on host, username and password.

Updated WorkItem attribute on test Test_Execute_Command_Same_Object_Different_Commands.

github.com/sshnet/SSH.NET - 936c296b822a8ab23968ffa6b40fe1b8f0eb9127 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added WorkItem property on some test relating to Issue #703

Added Visual Studio Test Meta Data File, to organize tests abit. (Not completed)

github.com/sshnet/SSH.NET - a9d1ba340c5ce1ffc0e99dc98ccf2cb12e8702cd authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added test that delegates passed to BeginUploadFile, BeginDownloadFile and BeginListDirectory are actually called.

github.com/sshnet/SSH.NET - 9e54548963e7b2d6bafd58c2280fabf377574cec authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Ensure that command EndExecute called only once

Call callback before End* command for SFTP operations

github.com/sshnet/SSH.NET - 79095fa477e0451f584bf284d8cbf840bc4184c6 authored over 13 years ago by olegkap_cp <[email protected]>
Flush StreamWriter for Shell shortcut operation

github.com/sshnet/SSH.NET - 699163773bca5ddaa7d4a94d1cfd1b8de85f67cd authored over 13 years ago by olegkap_cp <[email protected]>
Fix shell stream output.

Fix NullRefernce exception when shell finishes

github.com/sshnet/SSH.NET - da67b51a481d7b379162faff11b4eb0644e534f1 authored over 13 years ago by olegkap_cp <[email protected]>
Fix possible nullable path (breaking change from previouse checking)

Fix disconnect logic to avoid ObjectDisposed exception

github.com/sshnet/SSH.NET - 61a8edead99fe2e9c4ceca1b95028e01a20b9d33 authored over 13 years ago by olegkap_cp <[email protected]>
Complete previouse renaming checking

Minor fixes that was recenty broken earlier
Apply some FxCop recomendation

github.com/sshnet/SSH.NET - 2f42d5a31e6146438bdd50bbb9be31e1ab6b9f96 authored over 13 years ago by olegkap_cp <[email protected]>
Project reorganization and renaming to Renci.SshNet

github.com/sshnet/SSH.NET - 5ede55515a9bba42255ba5e2182f926c23e55c52 authored over 13 years ago by olegkap_cp <[email protected]>
Some cosmetic changes

Fixes suggested in issue #703
Add tests for implemented issues

github.com/sshnet/SSH.NET - 0854d152db9cbb510cb9e514fdbde8051d5fdb90 authored over 13 years ago by olegkap_cp <[email protected]>
Add new default when creating shell and another shortcut

github.com/sshnet/SSH.NET - 223b1fd90931066c1e559eb0d1627ac42bcdc42d authored over 13 years ago by olegkap_cp <[email protected]>
Fix SftpSession.Dispose method

github.com/sshnet/SSH.NET - cbeebdff0003d3ad65e955fcfed6500777e20276 authored over 13 years ago by olegkap_cp <[email protected]>
Restore timeout for any operation that waits for server response

github.com/sshnet/SSH.NET - 53661ef8472b5b215b60f95811b5bffa3ff4200c authored over 13 years ago by olegkap_cp <[email protected]>
Additional fix to Shell stopping

github.com/sshnet/SSH.NET - 2348be8875e12e4e966209c9358653d6673be7d7 authored over 13 years ago by olegkap_cp <[email protected]>
Throw an exception if authentication method is not supported by the server

github.com/sshnet/SSH.NET - 20b164cf32e21123a4dcb9bd9b0b7ef6af1e9f25 authored over 13 years ago by olegkap_cp <[email protected]>
Add PipeStream class to handle command output

Improve Shell input and output streams

github.com/sshnet/SSH.NET - 10f2ff2624ae81d84658f52f28b32ef59e695cbb authored over 13 years ago by olegkap_cp <[email protected]>
Add Get function to get reference to SftpFile instnace that represents remote file or directory

github.com/sshnet/SSH.NET - 20fb009c843a76370b2b58793eba0308b704f76b authored over 13 years ago by olegkap_cp <[email protected]>
Fix Shell from hung when Stop is called

github.com/sshnet/SSH.NET - 99bddc38e742476b8fbf982408c725b5e97a6a6b authored over 13 years ago by olegkap_cp <[email protected]>
Handle SSH_MSG_USERAUTH_BANNER prior establishing secure connection

github.com/sshnet/SSH.NET - 30624c5366ffbb342f219a9fa985ffc0bc72c48e authored over 13 years ago by olegkap_cp <[email protected]>
Ensure that socket is disposed by only one thread.

github.com/sshnet/SSH.NET - 3712b270803a1fbe8e938084827e5e094516f9da authored over 13 years ago by olegkap_cp <[email protected]>
Fix disposing of Socket object

github.com/sshnet/SSH.NET - 382f9c8c26671410c2f155abfd9f8849b01bcd1a authored over 13 years ago by olegkap_cp <[email protected]>
Adding support for more cryptographic algortihms : blowfish-cbc, cast128-cbc, aes128-ctr, aes192-ctr, aes256-ctr

Prepare classes for future implementation of other algorithms

github.com/sshnet/SSH.NET - c2e85068089fa3f2c4907a5e300e22a619c8e68f authored over 13 years ago by olegkap_cp <[email protected]>