Ecosyste.ms: OpenCollective

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

github.com/sshnet/SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
https://github.com/sshnet/SSH.NET

Fix SocketReadLine to be able to read empty line

Add support for HTTP Proxy
Improve support for multiple authencation methods

628ce8bb37929fca59a69f10ea26ed272a9180f6 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix authentication constructors

Provide more ConnectionInfo default constructors.

3f1fef6faa2c4fdd08adcfa7932eab01e9239be8 authored almost 13 years ago by olegkap_cp <[email protected]>
Add support for multiple authentication methods

Minor comment fixes

bc2fb5bedca004b5e12ce15e5b7872d36cafe7ee authored almost 13 years ago by olegkap_cp <[email protected]>
Make placeholders for HTTP proxy support

Fix compilation error for Silverlight and WindowsPhone

62ae94d39aeb514591c23b28a50d7fc7bd551b2a authored almost 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine from previouse checkin

432d64093004a0845e7ad169092a48e265c82f29 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix paddedBlock calculation

8d3ae9cede3dd8946f15aad36ffabcd345456e5d authored almost 13 years ago by olegkap_cp <[email protected]>
Fix Regex for private keys to accept keys with longer lines (for example Amazon services)

d2eeca4d6d51479e3b899e6e88f16868dac19dbc authored almost 13 years ago by olegkap_cp <[email protected]>
Improve ShellStream to behave like a regular Stream

9ea9564e4b86f4091d8be8da9b259bf187b6ab26 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine to read only required information

98c64c4d9a9c25a00acc5b5490b8f53590181a2d authored almost 13 years ago by olegkap_cp <[email protected]>
Refactor ShellStream

Add Expect functionality
For usage examples see: http://sshnet.codeplex.com/discussions/301739

08bf2949586f79432ab9d8c79bfcb999ae56f6ca authored almost 13 years ago by olegkap_cp <[email protected]>
Changed a bunch of things around, seems to function as intended.

Need to (re)add support for enforcing a buffer limit and perahps a line timeout.

6b3e11b24bea36c4bc374b0383aedd525ebf41a5 authored almost 13 years ago by GiantJunkBox_cp <SND\GiantJunkBox_cp>
Fews other Dispose to Clear changes for Mono support

9030a146a335046624f69f864c09a5529d27886d authored almost 13 years ago by olegkap_cp <[email protected]>
Intoroduce TerminalModes enum and ability to provide it when creating shell

Replace Dispose call with Clear to make it compilabel under mono
Add Expect function to ShellStre...

3731cb3445e583d19a06fab71415eb5946893e31 authored almost 13 years ago by olegkap_cp <[email protected]>
Ensure random number generation doesnt go into infinite loop

f27e8e19c7e2b1e316aa90351d8e9aa67a5e38d7 authored almost 13 years ago by olegkap_cp <[email protected]>
Replace Dispose with Clear to make it compilable in Mono

Fix posible memory leak in HMac

9f82f4bb4d6c47da160853288d771f1c32f937ec authored almost 13 years ago by olegkap_cp <[email protected]>
Switch to Subversion

0203a453b0ee41a46a886726afa9b3d4c65fb85a authored almost 13 years ago by olegkap_cp <[email protected]>
Add CreateShellStream method and ShellStream class to work with shells

Make aes256-ctr encryption to be default one

4cce9425cb57ad1963b88042b97cbcd0fe5aca6a authored almost 13 years ago by olegkap_cp <[email protected]>
Fix WindowAdjusment for SCP and SFTP

Fix Key regeneration
Minor comments and other fixes
Add Current* properties to ConnectionInfo ob...

f8faabddda5b04d224837c94f50864d717cbea1b authored almost 13 years ago by olegkap_cp <[email protected]>
Fix null buffers when using proxy to connect

307491da2d61ce3265193f8f4862d362edb06d85 authored almost 13 years ago by olegkap_cp <[email protected]>
Refactor PortForwarding

Fix ChannelDirectTcpip clean up after socket is close by remote host
Add ForwardedPortDynamic to ...

cfa1a7028b3abaebab5ca69c74a168632adcc65f authored almost 13 years ago by olegkap_cp <[email protected]>
Remove quotes when using SCP to download or upload

81b9e21b8f90e12e880dd900786a5f436ba465a7 authored about 13 years ago by olegkap_cp <[email protected]>
Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server.

For silverlight only IP address can be used for server address when using proxy.
Usage example:
...

e435bd2300b04cc5238fe9cda1bb29e849eac623 authored about 13 years ago by olegkap_cp <[email protected]>
Replace some documention source file (not finished yet)

746b4796fa37450f1f0315de7c122740d76321a5 authored about 13 years ago by olegkap_cp <[email protected]>
Refactor SftpMessage to work with WindowsPhone correctly

Clean up unused code

50c8b3c6f227848bbccd4f9d315c8e74319f8814 authored about 13 years ago by olegkap_cp <[email protected]>
Add PipeStreamTest

Add SuppressMessage to some methods
Fix broken Test_Connect_Then_Reconnect test

efa9d91f196dd4d1557e567e11b56e0f50f44509 authored about 13 years ago by olegkap_cp <[email protected]>
Restore logging for Sessions

6c4eda935f6d72cbfcff6964a1754135f10a24ce authored about 13 years ago by olegkap_cp <[email protected]>
Replace reflection operation with static message metadata to work with WindowsPhone.

f5b84e974cfd95c76696ec7554fe4a6b13b495c5 authored about 13 years ago by olegkap_cp <[email protected]>
Minor fix to ASCIIEncoding

Add ScpClient to support SCP feature with limited featres supported in silverlight and WindowsPho...

d96c93abb2f9409281bfb12d2da8622470a4b3e3 authored about 13 years ago by olegkap_cp <[email protected]>
Add ability to examen server public key/fingerprint

96c512fddb159ef2821342c956111a0fac86a984 authored about 13 years ago by olegkap_cp <[email protected]>
Create Random function for BigInteger

Clean up minor TODO items

c301c940ce95efc707f2aace8d05ef56150bbf6e authored about 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine for Silverlight and WindowsPhone version

d1dee73f0ebf848db0b1225ebf37fd0e1db171a6 authored about 13 years ago by olegkap_cp <[email protected]>
Clean up logging and make silverlight and WindowsPhone projects compilable again

751d0fecd49eceab730ded0b25327fdef1bd3250 authored about 13 years ago by olegkap_cp <[email protected]>
Allow cancel long running async executed commands

Add BreakRequestInfo for possible future support

148be6f50e765866510641d99fee80be5a20466b authored about 13 years ago by olegkap_cp <[email protected]>
Add LastAccessTimeUtc and LastWriteTimeUtc properties to SftpFile

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

ef33d78e89229011417d1f78590b7c90eb583af3 authored about 13 years ago by olegkap_cp <[email protected]>
Refactor Dispose to avoid calling any socket related commands from it

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

dc2d8ec14291fcee2e891b02c87cafcfdd627dbe authored about 13 years ago by olegkap_cp <[email protected]>
Add NetConf support, apply patch 10722

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.

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.

9f22922cd9bf32a1a486204d6d2636bb88ffc9fc authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added some more documentation for methods in SshClient class.

a39dcbf3ae841dc7d25bfbb8f97d080486f10895 authored about 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fixed Download_Forbidden test to actually download and not upload.

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.

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.

8680a8441603be3930e4d8888ac25f6c2bace61f authored over 13 years ago by olegkap_cp <[email protected]>
Make LastWriteTime and LastAccessTime properties updatable

99adc4de8bdccf528fbff382f9559c6392bb610e authored over 13 years ago by olegkap_cp <[email protected]>
Fix regex to allow host to start with number

44ace626b32d0b8374a21fb27b6210dc06668174 authored over 13 years ago by olegkap_cp <[email protected]>
Internal changes, replace Dictionary<string,SftpFileAttributes> with KeyValuePair<string,SftpFileAttributes>[].

799e6d54b92516b964ffdb36304512c8006d670b authored over 13 years ago by olegkap_cp <[email protected]>
Add additional BeginUploadFile method

91245999d91443be145b8b1872e1467d4858459a authored over 13 years ago by olegkap_cp <[email protected]>
Fix encoding support and send command always encoded as UTF-8

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

234cd1e024196e6d7054a08bbe2813ad1acf093b authored over 13 years ago by olegkap_cp <[email protected]>
Minor code performance improvment, replace Array.Copy with Buffer.BlockCopy

b52679c0ef2f21a27f03d8015ca6a158147378c9 authored over 13 years ago by olegkap_cp <[email protected]>
Add file overwrite option to UploadFile method

2fc80afd6b1a611165fa72258cd86efe5e934328 authored over 13 years ago by olegkap_cp <[email protected]>
Implement write pipelining

Other minor peromnace improvments

2760c05e217c3fc7274361af39349609d89860b7 authored over 13 years ago by olegkap_cp <[email protected]>
Fix random bytes arrays generation size

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)

83884c34aaaa12cbdfdcac7fa9abd16d5226ce34 authored over 13 years ago by olegkap_cp <[email protected]>
Add missing Resources file from the test project

4c1b9660f1decea339d0157bac2151930a055a0f authored over 13 years ago by olegkap_cp <[email protected]>
Fix RsaCipher block type condition

213ac99613f57f248ba3845accf5311ec41df9f4 authored over 13 years ago by olegkap_cp <[email protected]>
Rename Size int Length to look more like FileInfo

98033220e8cca213f640bef5f28e183a5d1e1c4c authored over 13 years ago by olegkap_cp <[email protected]>
Fix RSA cipher and add support for different key sizes.

ba3efa90f74ca5168e125cc325e1b3e2e8225fd5 authored over 13 years ago by olegkap_cp <[email protected]>
Make NextRequestId property thread safe.

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

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

da854b711a485e4f952d7b64227612f1d85989f4 authored over 13 years ago by olegkap_cp <[email protected]>
Add BigInteger.BitLength property

Use BitLength property to calculate random value

5aa082d32d9a20acb3047b56d4b84657081b436b authored over 13 years ago by olegkap_cp <[email protected]>
Add project for future .NET 3.5 support

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...

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...

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,...

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

097246c153d4ebb90598370bf7659fa905ac91d6 authored over 13 years ago by olegkap_cp <[email protected]>
Add few cipher and private key tests

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

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...

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

6f20f21d11a4e7c1336445fd28da832db7c04d16 authored over 13 years ago by olegkap_cp <[email protected]>
Fix RequestRead operation

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...

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...

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...

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...

033218647f8884a3189ff7bcc8df9d3bfbb44962 authored over 13 years ago by olegkap_cp <[email protected]>
Add and fix comments

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

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

40b36edaf1eb8146fb6b78af63a0a1fe68f798a9 authored over 13 years ago by olegkap_cp <[email protected]>
Fix Aes -ctr algorithms

Move hmac-md5 hashing algorithm into library

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

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

445d995f446ca7c6914bb3cab94a859070a1a868 authored over 13 years ago by olegkap_cp <[email protected]>
Minor changes for future silverlight support

1217c5505e8a6fff2eda1fcfdd4e62c7f5823159 authored over 13 years ago by olegkap_cp <[email protected]>
Fix some issues raised in #752 Issue

a5c68f73c5c09faba87e95e2c438291c8d5b33f2 authored over 13 years ago by olegkap_cp <[email protected]>
Undo panic.

3d0738c8c86418ce654b21f511a484655a32f755 authored over 13 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Firealarm

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

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

972b1eae2125c71a78ff7166ee6383c77d801186 authored over 13 years ago by olegkap_cp <[email protected]>
Replace System.Numerics.BigInteger type with internally implemented Renci.SshNet.Common.BigInteger

64114075582f6bfedb3575b5c4261e89146b0333 authored over 13 years ago by olegkap_cp <[email protected]>
Adding and linking project for Silverlight and WindowsPhone development

2d988eff58021cd4e21b3e8ef1a636628ccba3ec authored over 13 years ago by olegkap_cp <[email protected]>
Replace ErrorEventArgs with ExceptionEventArgs

fd22cf21a2f6dfdd1b88f5d6eadc0c85c28f36f3 authored over 13 years ago by olegkap_cp <[email protected]>
Remove Messages folder from previouse check-in

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...

e67cc54cd2ee52524538d7e91f7a11829ed7f4b9 authored over 13 years ago by olegkap_cp <[email protected]>
Fix Buffer.BlockCopy error in SftpFileStream.Write method

be896dc88a7f4837c3907cd18c5cbf38d9bbfe4a authored over 13 years ago by olegkap_cp <[email protected]>
Fix FileMode.Create behaviour for SftpFileStream class

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...

b248dcc75f221b6d18e78812b2986154c676bf5a authored over 13 years ago by olegkap_cp <[email protected]>
Fix ChangeDirectory method

Fix GetCanonicalPath method
Add tests for ChangeDirectory

3e770696ae82cea289eb9ceea21ecda1c6fe9a7d authored over 13 years ago by olegkap_cp <[email protected]>
Remove call to Stop method to prevent dead lock in local port forwarding

6411f723cabe58c6d9cdeceedb21f36c712fd0fa authored over 13 years ago by olegkap_cp <[email protected]>
Add support for validation of IPv6 addresses

be0dbf600e109e47291b216dd89157a77b1238de authored over 13 years ago by olegkap_cp <[email protected]>