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