Commit History

Author SHA1 Message Date
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 years ago
  olegkap_cp 8ac242d197 Add ServerVersion and ClientVersion to the ConnectionInfo 13 years ago
  olegkap_cp 08aaf634c3 Add KeyLength property to HostKeyEventArgs 13 years ago
  olegkap_cp 628ce8bb37 Fix SocketReadLine to be able to read empty line 13 years ago
  olegkap_cp bc2fb5bedc Add support for multiple authentication methods 13 years ago
  olegkap_cp 62ae94d39a Make placeholders for HTTP proxy support 13 years ago
  olegkap_cp 9030a146a3 Fews other Dispose to Clear changes for Mono support 13 years ago
  olegkap_cp 9f82f4bb4d Replace Dispose with Clear to make it compilable in Mono 13 years ago
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 years ago
  olegkap_cp 307491da2d Fix null buffers when using proxy to connect 13 years ago
  olegkap_cp e435bd2300 Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server. 14 years ago
  olegkap_cp efa9d91f19 Add PipeStreamTest 14 years ago
  olegkap_cp f5b84e974c Replace reflection operation with static message metadata to work with WindowsPhone. 14 years ago
  olegkap_cp 96c512fddb Add ability to examen server public key/fingerprint 14 years ago
  olegkap_cp 751d0fecd4 Clean up logging and make silverlight and WindowsPhone projects compilable again 14 years ago
  olegkap_cp 428b026c48 Refactor Dispose to avoid calling any socket related commands from it 14 years ago
  Kenneth_aa_cp 9f22922cd9 Added basic low-level message logging, for those who has problems this might help interpret what happens. 14 years ago
  olegkap_cp b52679c0ef Minor code performance improvment, replace Array.Copy with Buffer.BlockCopy 14 years ago
  olegkap_cp 83884c34aa Refactor and remove usage of Network stream to make it compartible with Silverlight 14 years ago
  olegkap_cp 4b1f991c9e Remove ASCIIEncoding class and replace ASCII to UTF-8 14 years ago
  olegkap_cp da854b711a Apply 10278 patch and make some minor corrections 14 years ago
  olegkap_cp 70105742d3 Add project for future .NET 3.5 support 14 years ago
  olegkap_cp b20150456e Refactor and reorganize cipher encryption (more need to be done) 14 years ago
  olegkap_cp 40b36edaf1 Add SHA1 algorithm 14 years ago
  olegkap_cp 7d8c9cf61e Refactor and reorganize cipher code 14 years ago
  olegkap_cp 445d995f44 Add ASCIIEncoding to be used internally and also by Silverlight implementations 14 years ago
  olegkap_cp 18b6eafaaa Extract thread related operation to NET40 partial classes 14 years ago
  olegkap_cp fd22cf21a2 Replace ErrorEventArgs with ExceptionEventArgs 14 years ago
  olegkap_cp 61a8edead9 Fix possible nullable path (breaking change from previouse checking) 14 years ago
  olegkap_cp 2f42d5a31e Complete previouse renaming checking 14 years ago