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