Gert Driesen 3a5edc9077 Added missing checks for availability of session. %!s(int64=11) %!d(string=hai) anos
..
Channels 174f388ad2 Improve robustness of client channel by not letting an exception - that occurs while processing events signaled by session - bubble up to the session where this would cause the message loop to interrupt, and hence the SSH client would be disconnected. %!s(int64=11) %!d(string=hai) anos
Common 7ca7bae4e8 Added basic tests for Pipestream. %!s(int64=11) %!d(string=hai) anos
Compression 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
Messages 8934b5d156 Improve internal server window size managment %!s(int64=12) %!d(string=hai) anos
Netconf 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
Security 46d15325e9 Use an int to hold position when iterating of state. Stuck loop on key exchange using arcfour encryption (issue #1922) %!s(int64=11) %!d(string=hai) anos
Sftp 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
AuthenticationMethodTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
BaseClientTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
ChannelAsyncResultTest.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
CipherInfoTest.cs 117e079011 Fix build when targeting .NET Framework 3.5 as Func only supports covariance on .NET Framework 4.0 and higher. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTestBase.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. %!s(int64=11) %!d(string=hai) anos
CommandAsyncResultTest.cs 172cf7b09c Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. %!s(int64=11) %!d(string=hai) anos
ConnectionInfoTest.cs 23a178f7aa Document exceptions for ConnectionInfo constructors. %!s(int64=11) %!d(string=hai) anos
ExpectActionTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
ForwardedPortDynamicTest.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Dispose_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Dispose_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_PortStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_SessionNotConnected.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Start_SessionNull.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Stop_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortDynamicTest_Stop_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest.NET40.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
ForwardedPortLocalTest.cs 23a178f7aa Document exceptions for ConnectionInfo constructors. %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortDisposed.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Dispose_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_PortStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_SessionNotConnected.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Start_SessionNull.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Stop_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortLocalTest_Stop_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemote.NET40.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
ForwardedPortRemoteTest.cs 19802b6553 Add IPAddress as parameter to ForwardedPortRemote %!s(int64=12) %!d(string=hai) anos
ForwardedPortRemoteTest_Dispose_PortDisposed.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Dispose_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_PortStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_SessionNotConnected.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Start_SessionNull.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Started.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Stop_PortDisposed.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortRemoteTest_Stop_PortStopped.cs 45f99561b4 Channel: %!s(int64=11) %!d(string=hai) anos
ForwardedPortTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
KeyboardInteractiveAuthenticationMethodTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
KeyboardInteractiveConnectionInfoTest.cs 6d2604948d Remove documention content and move code examples into test and code comments %!s(int64=12) %!d(string=hai) anos
MessageEventArgsTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
NetConfClientTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
NoneAuthenticationMethodTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
PasswordAuthenticationMethodTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
PasswordConnectionInfoTest.cs 6d2604948d Remove documention content and move code examples into test and code comments %!s(int64=12) %!d(string=hai) anos
PrivateKeyAuthenticationMethodTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
PrivateKeyConnectionInfoTest.cs 6d2604948d Remove documention content and move code examples into test and code comments %!s(int64=12) %!d(string=hai) anos
PrivateKeyFileTest.cs 43836a5b50 Added support for ssh.com private keys. %!s(int64=11) %!d(string=hai) anos
ScpClientTest.NET40.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
ScpClientTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
SessionTest.HttpProxy.cs e76c06251d Fix lots of issues in Silverlight socket methods. %!s(int64=11) %!d(string=hai) anos
SessionTest.cs acaae44836 Fix exception documentation for BaseClient.Connect() and Session.Connect(). %!s(int64=11) %!d(string=hai) anos
SftpClientTest.ChangeDirectory.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.Connect.cs 23a178f7aa Document exceptions for ConnectionInfo constructors. %!s(int64=11) %!d(string=hai) anos
SftpClientTest.CreateDirectory.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.DeleteDirectory.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.DeleteFile.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.Download.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.ListDirectory.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.RenameFile.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.SynchronizeDirectories.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.Upload.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
SftpClientTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
ShellStream.cs 485c36d70c Restracture test case classes %!s(int64=13) %!d(string=hai) anos
ShellStreamTest.cs 542b2f80ba Added SftpClientTest.Connect.cs to test project for .NET 3.5. %!s(int64=11) %!d(string=hai) anos
ShellTestTest.cs 38b016236e Add few examples into code comments %!s(int64=13) %!d(string=hai) anos
SshClientTest.cs 3a5edc9077 Added missing checks for availability of session. %!s(int64=11) %!d(string=hai) anos
SshClientTest_Disconnect_ForwardedPortStarted.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
SshClientTest_Dispose_ForwardedPortStarted.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. %!s(int64=11) %!d(string=hai) anos
SshCommandTest.NET40.cs 6d2604948d Remove documention content and move code examples into test and code comments %!s(int64=12) %!d(string=hai) anos
SshCommandTest.cs e79b567365 Dispose channel on EndExecute. Fixes issue #2295. %!s(int64=11) %!d(string=hai) anos
SshCommandTest_EndExecute.cs e79b567365 Dispose channel on EndExecute. Fixes issue #2295. %!s(int64=11) %!d(string=hai) anos