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