Gert Driesen c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
..
Channels d9b9e035ca Reintroduce internal Channel.SendEof method. 11 年之前
Common c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Compression 71664e2c93 Channel: 11 年之前
Messages c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Security 4dbbf7514f Create output buffer after padding to ensure its length matches the padded length. 11 年之前
Sftp c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
BaseClientTest_Connected_KeepAlivesNotSentConcurrently.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 年之前
CipherInfoTest.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
ClientAuthenticationTestBase.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.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 年之前
ClientAuthenticationTest_Success_MultiList_PostponePartialAccessAuthenticationMethod.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 年之前
ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
CommandAsyncResultTest.cs 71664e2c93 Channel: 11 年之前
ConnectionInfoTest.cs 23a178f7aa Document exceptions for ConnectionInfo constructors. 11 年之前
ExpectActionTest.cs 71664e2c93 Channel: 11 年之前
ForwardedPortDynamicTest.cs 71664e2c93 Channel: 11 年之前
ForwardedPortDynamicTest_Dispose_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Dispose_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_PortStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_SessionNotConnected.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Start_SessionNull.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Stop_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamicTest_Stop_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest.NET40.cs 71664e2c93 Channel: 11 年之前
ForwardedPortLocalTest.cs 71664e2c93 Channel: 11 年之前
ForwardedPortLocalTest_Dispose_PortDisposed.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
ForwardedPortLocalTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Dispose_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_PortStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_SessionNotConnected.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Start_SessionNull.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Stop_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocalTest_Stop_PortStopped.cs 71664e2c93 Channel: 11 年之前
ForwardedPortRemote.NET40.cs 71664e2c93 Channel: 11 年之前
ForwardedPortRemoteTest.cs 71664e2c93 Channel: 11 年之前
ForwardedPortRemoteTest_Dispose_PortDisposed.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
ForwardedPortRemoteTest_Dispose_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_PortStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_PortStopped.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_SessionNotConnected.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Start_SessionNull.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Started.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
ForwardedPortRemoteTest_Stop_PortDisposed.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Stop_PortNeverStarted.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemoteTest_Stop_PortStopped.cs 45f99561b4 Channel: 11 年之前
KeyboardInteractiveAuthenticationMethodTest.cs 71664e2c93 Channel: 11 年之前
KeyboardInteractiveConnectionInfoTest.cs 71664e2c93 Channel: 11 年之前
MessageEventArgsTest.cs 71664e2c93 Channel: 11 年之前
NetConfClientTest.cs 71664e2c93 Channel: 11 年之前
NetConfClientTest_Dispose_Connected.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 年之前
NetConfClientTest_Dispose_Disconnected.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 年之前
NetConfClientTest_Dispose_Disposed.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 年之前
NetConfClientTest_Finalize_Connected.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 年之前
NoneAuthenticationMethodTest.cs 71664e2c93 Channel: 11 年之前
PasswordAuthenticationMethodTest.cs 71664e2c93 Channel: 11 年之前
PasswordConnectionInfoTest.cs 71664e2c93 Channel: 11 年之前
PrivateKeyAuthenticationMethodTest.cs 71664e2c93 Channel: 11 年之前
PrivateKeyConnectionInfoTest.cs 71664e2c93 Channel: 11 年之前
PrivateKeyFileTest.cs 43836a5b50 Added support for ssh.com private keys. 11 年之前
ScpClientTest.NET40.cs 485c36d70c Restracture test case classes 13 年之前
ScpClientTest.cs 71664e2c93 Channel: 11 年之前
ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs 6e11950d60 Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. 11 年之前
ScpClientTest_Upload_FileInfoAndPath_Success.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
SessionTest.HttpProxy.cs e76c06251d Fix lots of issues in Silverlight socket methods. 11 年之前
SessionTest.cs acaae44836 Fix exception documentation for BaseClient.Connect() and Session.Connect(). 11 年之前
SftpClientTest.ChangeDirectory.cs 485c36d70c Restracture test case classes 13 年之前
SftpClientTest.Connect.cs 71664e2c93 Channel: 11 年之前
SftpClientTest.CreateDirectory.cs 485c36d70c Restracture test case classes 13 年之前
SftpClientTest.DeleteDirectory.cs 485c36d70c Restracture test case classes 13 年之前
SftpClientTest.DeleteFile.cs 485c36d70c Restracture test case classes 13 年之前
SftpClientTest.Download.cs 485c36d70c Restracture test case classes 13 年之前
SftpClientTest.ListDirectory.cs 71664e2c93 Channel: 11 年之前
SftpClientTest.RenameFile.cs 71664e2c93 Channel: 11 年之前
SftpClientTest.SynchronizeDirectories.cs 71664e2c93 Channel: 11 年之前
SftpClientTest.Upload.cs 71664e2c93 Channel: 11 年之前
SftpClientTest.cs 71664e2c93 Channel: 11 年之前
SftpClientTest_Dispose_Connected.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 年之前
SftpClientTest_Dispose_Disconnected.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 年之前
SftpClientTest_Dispose_Disposed.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 年之前
SftpClientTest_Finalize_Connected.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 年之前
ShellStream.cs 485c36d70c Restracture test case classes 13 年之前
ShellStreamTest.cs 542b2f80ba Added SftpClientTest.Connect.cs to test project for .NET 3.5. 11 年之前
ShellTestTest.cs 71664e2c93 Channel: 11 年之前
SshClientTest.cs 3a5edc9077 Added missing checks for availability of session. 11 年之前
SshClientTest_Disconnect_ForwardedPortStarted.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 年之前
SshClientTest_Dispose_Connected.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 年之前
SshClientTest_Dispose_Disconnected.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 年之前
SshClientTest_Dispose_Disposed.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 年之前
SshClientTest_Dispose_ForwardedPortStarted.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
SshCommandTest.NET40.cs 6d2604948d Remove documention content and move code examples into test and code comments 12 年之前
SshCommandTest.cs 71664e2c93 Channel: 11 年之前
SshCommandTest_EndExecute.cs 71664e2c93 Channel: 11 年之前
SubsystemSessionStub.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
SubsystemSession_Connect_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Connect_Disconnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Connect_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Connect_NeverConnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Disconnect_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Disconnect_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Disconnect_NeverConnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Dispose_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Dispose_Disconnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Dispose_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_Dispose_NeverConnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnChannelDataReceived_Connected.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
SubsystemSession_OnChannelDataReceived_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
SubsystemSession_OnChannelException_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnChannelException_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnSessionDisconnected_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnSessionDisconnected_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnSessionErrorOccurred_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_OnSessionErrorOccurred_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_SendData_Connected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_SendData_Disconnected.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_SendData_Disposed.cs 71664e2c93 Channel: 11 年之前
SubsystemSession_SendData_NeverConnected.cs 71664e2c93 Channel: 11 年之前