Gert Driesen 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 年 前
..
Channels 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年 前
Common d68fde30fe Fixed another reference in XML doc. 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 60c46ce3fd Improve doc. 11 年 前
Netconf 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 年 前
Properties e79b567365 Dispose channel on EndExecute. Fixes issue #2295. 11 年 前
Security c7787a5783 Fix some minor warnings, and code formatting. 11 年 前
Sftp 57496a4f3f Remove nullOnError argument for RequestFStat and RequestLStat as it was never used. 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 34405caa24 BaseClient: 11 年 前
CipherInfo.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ClientAuthentication.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年 前
CommandAsyncResult.cs 172cf7b09c Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. 11 年 前
ConnectionInfo.cs 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 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 dc011ae0de Minor correction to docs. 11 年 前
ForwardedPortDynamic.NET.cs 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 年 前
ForwardedPortDynamic.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortDynamic.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortLocal.NET.cs 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 年 前
ForwardedPortLocal.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortLocal.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortRemote.NET.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortRemote.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ForwardedPortRemote.cs 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 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 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 年 前
ISession.cs 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 年 前
KeyboardInteractiveAuthenticationMethod.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 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 34405caa24 BaseClient: 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 cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 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 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年 前
Renci.SshNet.csproj.vspscc 5ede55515a Project reorganization and renaming to Renci.SshNet 14 年 前
ScpClient.NET.cs 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年 前
ScpClient.cs 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 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 cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
Session.cs 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 年 前
SftpClient.NET.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
SftpClient.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
SftpClient.cs af7a3b89f5 Fixed typo in xml doc. 11 年 前
Shell.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
Shell.cs 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年 前
ShellStream.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
ShellStream.cs 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 年 前
SshClient.cs e79b567365 Dispose channel on EndExecute. Fixes issue #2295. 11 年 前
SshCommand.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年 前
SshCommand.cs 38f6ea32e5 Fix unsubscribe from channel events. 11 年 前
SubsystemSession.cs 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年 前