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 年之前