Gert Driesen 52b97729e2 Reduce default buffer size as workaround for SSH servers issues. 11 rokov pred
..
Channels 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 rokov pred
Common 23a178f7aa Document exceptions for ConnectionInfo constructors. 11 rokov pred
Compression cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
Documentation 6d2604948d Remove documention content and move code examples into test and code comments 12 rokov pred
Messages 71664e2c93 Channel: 11 rokov pred
Netconf 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 rokov pred
Properties e79b567365 Dispose channel on EndExecute. Fixes issue #2295. 11 rokov pred
Security 4dbbf7514f Create output buffer after padding to ensure its length matches the padded length. 11 rokov pred
Sftp 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 rokov pred
AuthenticationMethod.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 rokov pred
AuthenticationResult.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
BaseClient.cs 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 rokov pred
CipherInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
ClientAuthentication.cs 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 rokov pred
CommandAsyncResult.cs 172cf7b09c Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. 11 rokov pred
ConnectionInfo.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 rokov pred
ExpectAction.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
ExpectAsyncResult.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
ForwardedPort.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 rokov pred
ForwardedPortDynamic.NET.cs 8e2ea99dd9 Increase backlog to 5. 11 rokov pred
ForwardedPortDynamic.NET40.cs 45f99561b4 Channel: 11 rokov pred
ForwardedPortDynamic.cs 45f99561b4 Channel: 11 rokov pred
ForwardedPortLocal.NET.cs d80ce73c56 Do not set DontLinger socket option. 11 rokov pred
ForwardedPortLocal.NET40.cs 45f99561b4 Channel: 11 rokov pred
ForwardedPortLocal.cs 45f99561b4 Channel: 11 rokov pred
ForwardedPortRemote.NET.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
ForwardedPortRemote.NET40.cs 45f99561b4 Channel: 11 rokov pred
ForwardedPortRemote.cs 45f99561b4 Channel: 11 rokov pred
HashInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
IAuthenticationMethod.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 rokov pred
IConnectionInfo.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 rokov pred
IForwardedPort.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 rokov pred
IServiceFactory.NET.cs c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
IServiceFactory.cs c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
ISession.cs 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 rokov pred
ISubsystemSession.cs 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 rokov pred
KeyboardInteractiveAuthenticationMethod.NET40.cs 45f99561b4 Channel: 11 rokov pred
KeyboardInteractiveAuthenticationMethod.cs 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 rokov pred
KeyboardInteractiveConnectionInfo.NET40.cs 18b6eafaaa Extract thread related operation to NET40 partial classes 14 rokov pred
KeyboardInteractiveConnectionInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
MessageEventArgs.cs df25d5ace0 Fixed a bunch of comment Warnings. Left Zlib and NetConfClient as is for now. 13 rokov pred
NetConfClient.cs 9da65f35a4 Remove redundant this qualifier. 11 rokov pred
NoneAuthenticationMethod.cs 24fc04934f Fixed reference in XML doc. 11 rokov pred
NoneConnectionInfo.cs e435bd2300 Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server. 14 rokov pred
PasswordAuthenticationMethod.NET40.cs 45f99561b4 Channel: 11 rokov pred
PasswordAuthenticationMethod.cs 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 rokov pred
PasswordConnectionInfo.NET40.cs 18b6eafaaa Extract thread related operation to NET40 partial classes 14 rokov pred
PasswordConnectionInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
PrivateKeyAuthenticationMethod.cs 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 rokov pred
PrivateKeyConnectionInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
PrivateKeyFile.cs 43836a5b50 Added support for ssh.com private keys. 11 rokov pred
ProxyTypes.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
Renci.SshNet.csproj c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
Renci.SshNet.csproj.vspscc 5ede55515a Project reorganization and renaming to Renci.SshNet 14 rokov pred
ScpClient.NET.cs 6e11950d60 Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. 11 rokov pred
ScpClient.cs 6e11950d60 Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. 11 rokov pred
ServiceFactory.NET.cs c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
ServiceFactory.cs c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
Session.NET.cs b40adc2f40 For now, remove SocketRead overload that takes timeout as on .NET do not support this yet. 11 rokov pred
Session.NET40.cs 45f99561b4 Channel: 11 rokov pred
Session.cs 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 rokov pred
SftpClient.NET.cs c4b120e6a3 Fix Silverlight and WP compile. 11 rokov pred
SftpClient.NET40.cs 45f99561b4 Channel: 11 rokov pred
SftpClient.cs 52b97729e2 Reduce default buffer size as workaround for SSH servers issues. 11 rokov pred
Shell.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 rokov pred
Shell.cs 71664e2c93 Channel: 11 rokov pred
ShellStream.NET40.cs 45f99561b4 Channel: 11 rokov pred
ShellStream.cs 71664e2c93 Channel: 11 rokov pred
SshClient.cs 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 rokov pred
SshCommand.NET40.cs 45f99561b4 Channel: 11 rokov pred
SshCommand.cs 71664e2c93 Channel: 11 rokov pred
SubsystemSession.cs 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 rokov pred