Commit History

Author SHA1 Message Date
  Gert Driesen e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 years ago
  Gert Driesen 188c313818 When disposing a client, (re)use Disconnect() to signal that we're disconnecting - hereby avoiding exceptions getting thrown for a waithandle timeout (waiting for a SSH response message). Note: may need to revisit this again to only avoid throwing exception waiting for a response on a disconnect or channel close/eof message. 11 years ago
  Gert Driesen 6e11950d60 Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. 11 years ago
  Gert Driesen 3a5edc9077 Added missing checks for availability of session. 11 years ago
  Gert Driesen 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 years ago
  Gert Driesen 0cb4194d50 Remove redundant this qualifier. 11 years ago
  Gert Driesen e79b567365 Dispose channel on EndExecute. Fixes issue #2295. 11 years ago
  Gert Driesen 78f13742b3 Fixed typo in remarks. 11 years ago
  Gert Driesen 34405caa24 BaseClient: 11 years ago
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 years ago
  olegkap_cp 7f52ff7dee Ensure all forwarded ports are removed when client disconects so it could be reused later 12 years ago
  olegkap_cp db38a04f8a Add Encoding property to ConnectionInfo to specify what encoding to use for current session. 12 years ago
  olegkap_cp 95eeb107a0 Remove EnsureConnection and move its funcionality into Session.SendMessage method 12 years ago
  olegkap_cp 6d2604948d Remove documention content and move code examples into test and code comments 12 years ago
  olegkap_cp 358b08905f Fix and add XML comments 12 years ago
  olegkap_cp 38b016236e Add few examples into code comments 13 years ago
  olegkap_cp 2c424f6256 Refactor ShellStream to add BeginExpect 13 years ago
  olegkap_cp a9a006e220 Add ability to specify terminal modes for Shell terminal 13 years ago
  olegkap_cp 83f3f63c21 Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static 13 years ago
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 years ago
  olegkap_cp 08bf294958 Refactor ShellStream 13 years ago
  olegkap_cp 3731cb3445 Intoroduce TerminalModes enum and ability to provide it when creating shell 13 years ago
  olegkap_cp 4cce9425cb Add CreateShellStream method and ShellStream class to work with shells 13 years ago
  olegkap_cp cfa1a7028b Refactor PortForwarding 14 years ago
  olegkap_cp efa9d91f19 Add PipeStreamTest 14 years ago
  olegkap_cp d96c93abb2 Minor fix to ASCIIEncoding 14 years ago
  Kenneth_aa_cp a39dcbf3ae Added some more documentation for methods in SshClient class. 14 years ago
  olegkap_cp 4b1f991c9e Remove ASCIIEncoding class and replace ASCII to UTF-8 14 years ago
  Kenneth_aa_cp 20a22115f2 SshData.cs - Added 2 parameter checks. 14 years ago
  olegkap_cp 7d8c9cf61e Refactor and reorganize cipher code 14 years ago