Bill Menees 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
..
Channels 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
Common 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
Compression 959ec3240f Ignore bunch of placeholder tests. 9 years ago
Messages 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
Security 34df3dd725 Support diffie-hellman-group14-sha256 and diffie-hellman-group16-sha512 key exchange methods. 5 years ago
Sftp 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
BaseClientTest_Connect_OnConnectedThrowsException.cs 8141113259 Only keep reference to session if the connection was established successfully. 8 years ago
BaseClientTest_Connected_KeepAliveInterval_NegativeOne.cs 66dcb0bfcb Ensure keep-alive timer is created when KeepAliveInterval is set after the connection has been established. 8 years ago
BaseClientTest_Connected_KeepAliveInterval_NotNegativeOne.cs 66dcb0bfcb Ensure keep-alive timer is created when KeepAliveInterval is set after the connection has been established. 8 years ago
BaseClientTest_Connected_KeepAlivesNotSentConcurrently.cs 66dcb0bfcb Ensure keep-alive timer is created when KeepAliveInterval is set after the connection has been established. 8 years ago
BaseClientTest_Disconnected_KeepAliveInterval_NotNegativeOne.cs 4f5aaec882 Remove unused fields. 7 years ago
BaseClientTest_NotConnected_KeepAliveInterval_NotNegativeOne.cs 66dcb0bfcb Ensure keep-alive timer is created when KeepAliveInterval is set after the connection has been established. 8 years ago
CipherInfoTest.cs 90145be344 Removed some (conditional) debug code. 9 years ago
ClientAuthenticationTest.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTestBase.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTest_Failure_MultiList_AllAllowedAuthenticationsHaveReachedPartialSuccessLimit.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodNotConfigured.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch2.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInSameBranch.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInAlternateBranch.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInSameBranch.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_PostponePartialAccessAuthenticationMethod.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTest_Success_MultiList_SkipFailedAuthenticationMethod.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs c2e1de507d Improve tests for partial success limit. 8 years ago
ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess_PartialSuccessLimitReached.cs c2e1de507d Improve tests for partial success limit. 8 years ago
CommandAsyncResultTest.cs b20790abe3 continued line endings struggle ... 9 years ago
ConnectionInfoTest.cs b20790abe3 continued line endings struggle ... 9 years ago
ConnectionInfoTest_Authenticate_Failure.cs b20790abe3 continued line endings struggle ... 9 years ago
ConnectionInfoTest_Authenticate_Success.cs b20790abe3 continued line endings struggle ... 9 years ago
ExpectActionTest.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Dispose_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Dispose_PortNeverStarted.cs 70787cd96d line endings :( 9 years ago
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Dispose_PortStarted_ChannelNotBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Dispose_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_SessionErrorOccurred_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Start_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Start_PortNeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Start_PortStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Start_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Start_SessionNotConnected.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Start_SessionNull.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Started_SocketSendShutdownImmediately.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Started_SocketVersionNotSupported.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Stop_PortDisposed.cs 5a1e469bb9 No longer throw ObjectDisposedException in Stop() when port is disposed. 9 years ago
ForwardedPortDynamicTest_Stop_PortNeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortDynamicTest_Stop_PortStarted_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Stop_PortStarted_ChannelNotBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortDynamicTest_Stop_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest.cs 5c2e2b4c4a Use SDK-style project where possible (#629) 5 years ago
ForwardedPortLocalTest_Dispose_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Dispose_PortDisposed_NeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Dispose_PortNeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Dispose_PortStarted_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortLocalTest_Dispose_PortStarted_ChannelNotBound.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Dispose_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Start_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Start_PortNeverStarted.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortLocalTest_Start_PortStarted.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortLocalTest_Start_PortStopped.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortLocalTest_Start_SessionNotConnected.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Start_SessionNull.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Stop_PortDisposed.cs 5a1e469bb9 No longer throw ObjectDisposedException in Stop() when port is disposed. 9 years ago
ForwardedPortLocalTest_Stop_PortNeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Stop_PortStarted_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortLocalTest_Stop_PortStarted_ChannelNotBound.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortLocalTest_Stop_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest.cs 5c2e2b4c4a Use SDK-style project where possible (#629) 5 years ago
ForwardedPortRemoteTest_Dispose_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Dispose_PortNeverStarted.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Dispose_PortStarted_ChannelBound.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortRemoteTest_Dispose_PortStopped.cs 5916656d66 Introduce specialized GlobalRequestMessage classes for tcpip-forward and cancel-tcpip-forward. 9 years ago
ForwardedPortRemoteTest_Start_PortDisposed.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Start_PortNeverStarted.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortRemoteTest_Start_PortStarted.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortRemoteTest_Start_PortStopped.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortRemoteTest_Start_SessionNotConnected.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Start_SessionNull.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Started.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
ForwardedPortRemoteTest_Stop_PortDisposed.cs 5a1e469bb9 No longer throw ObjectDisposedException in Stop() when port is disposed. 9 years ago
ForwardedPortRemoteTest_Stop_PortNeverStarted.cs 5916656d66 Introduce specialized GlobalRequestMessage classes for tcpip-forward and cancel-tcpip-forward. 9 years ago
ForwardedPortRemoteTest_Stop_PortStarted_ChannelBound.cs b20790abe3 continued line endings struggle ... 9 years ago
ForwardedPortRemoteTest_Stop_PortStopped.cs b20790abe3 continued line endings struggle ... 9 years ago
KeyboardInteractiveAuthenticationMethodTest.cs b20790abe3 continued line endings struggle ... 9 years ago
KeyboardInteractiveConnectionInfoTest.cs b20790abe3 continued line endings struggle ... 9 years ago
MessageEventArgsTest.cs b20790abe3 continued line endings struggle ... 9 years ago
NetConfClientTest.cs 031f0a164b Fix name of argument in ArgumentOutOfRangeException thrown in OperationTimeout. 7 years ago
NetConfClientTest_Connect_NetConfSessionConnectFailure.cs 660b075c79 Added more tests for issue #338. 7 years ago
NetConfClientTest_Dispose_Connected.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 years ago
NetConfClientTest_Dispose_Disconnected.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 years ago
NetConfClientTest_Dispose_Disposed.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 years ago
NetConfClientTest_Finalize_Connected.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 years ago
NoneAuthenticationMethodTest.cs b20790abe3 continued line endings struggle ... 9 years ago
PasswordAuthenticationMethodTest.cs b20790abe3 continued line endings struggle ... 9 years ago
PasswordConnectionInfoTest.cs b20790abe3 continued line endings struggle ... 9 years ago
PipeStreamTest_Dispose.cs 6cf058a312 Add support for .NET Core 1.0 (.NETStandard 1.3). 9 years ago
PrivateKeyAuthenticationMethodTest.cs 451ffb9825 continued line endings struggle ... 9 years ago
PrivateKeyConnectionInfoTest.cs 451ffb9825 continued line endings struggle ... 9 years ago
PrivateKeyFileTest.cs c9f9e3ca35 Support for Ed25519 Host- and Private-Keys 6 years ago
RemotePathDoubleQuoteTransformationTest.cs f8e1b8029a Added more remote path transformation tests. 8 years ago
RemotePathShellQuoteTransformationTest.cs f8e1b8029a Added more remote path transformation tests. 8 years ago
ScpClientTest.cs 5c2e2b4c4a Use SDK-style project where possible (#629) 5 years ago
ScpClientTestBase.cs e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 years ago
ScpClientTest_Download_PathAndDirectoryInfo_SendExecRequestReturnsFalse.cs e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 years ago
ScpClientTest_Download_PathAndFileInfo_SendExecRequestReturnsFalse.cs e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 years ago
ScpClientTest_Download_PathAndStream_SendExecRequestReturnsFalse.cs e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 years ago
ScpClientTest_Upload_DirectoryInfoAndPath_SendExecRequestReturnsFalse.cs e9e9b4e463 Update ScpClient to work with revent versions of OpenSSH (#625) 5 years ago
ScpClientTest_Upload_FileInfoAndPath_SendExecRequestReturnsFalse.cs e9e9b4e463 Update ScpClient to work with revent versions of OpenSSH (#625) 5 years ago
ScpClientTest_Upload_FileInfoAndPath_Success.cs e9e9b4e463 Update ScpClient to work with revent versions of OpenSSH (#625) 5 years ago
ScpClientTest_Upload_StreamAndPath_SendExecRequestReturnsFalse.cs e9e9b4e463 Update ScpClient to work with revent versions of OpenSSH (#625) 5 years ago
ServiceFactoryTest_CreateClientAuthentication.cs 14b654d0ab Introduce a partial success limit. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_EndLStatThrowsSshException.cs 9e5ed683fe Remove empty line. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsAlmostSixTimesGreaterThanChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsEqualToChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsExactlyFiveTimesGreaterThanChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsLessThanChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsLittleMoreThanFiveTimesGreaterThanChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsMoreThanTenTimesGreaterThanChunkSize.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateSftpFileReader_FileSizeIsZero.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. 8 years ago
ServiceFactoryTest_CreateShellStream_ChannelOpenThrowsException.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
ServiceFactoryTest_CreateShellStream_SendPseudoTerminalRequestReturnsFalse.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
ServiceFactoryTest_CreateShellStream_SendPseudoTerminalRequestThrowsException.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
ServiceFactoryTest_CreateShellStream_SendShellRequestReturnsFalse.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
ServiceFactoryTest_CreateShellStream_SendShellRequestThrowsException.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
ServiceFactoryTest_CreateShellStream_Success.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 years ago
SessionTest.HttpProxy.cs 451ffb9825 continued line endings struggle ... 9 years ago
SessionTest.cs 4906b64e7a Immediately sent identification string when connection is established. 5 years ago
SessionTest_Connected.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_ConnectedBase.cs 14ddfca4e9 Fix test failures 5 years ago
SessionTest_Connected_ConnectionReset.cs c5b487c057 Fix tests. 5 years ago
SessionTest_Connected_Disconnect.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_GlobalRequestMessageAfterAuthenticationRace.cs fb9fe50bc0 Fixed some tests after recent GlobalRequestMessage changes. 9 years ago
SessionTest_Connected_ServerAndClientDisconnectRace.cs f9ad89384f Rename Read(int length) to SocketRead(int length) 9 years ago
SessionTest_Connected_ServerSendsBadPacket.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_ServerSendsDisconnectMessage.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_ServerSendsDisconnectMessageAndShutsDownSocket.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_ServerSendsUnsupportedMessageType.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_ServerShutsDownSendAfterSendingIncompletePacket.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_Connected_ServerShutsDownSocket.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_NotConnected.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 years ago
SessionTest_SocketConnected_BadPacketAndDispose.cs 451ffb9825 continued line endings struggle ... 9 years ago
SftpClientTest.ChangeDirectory.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.Connect.cs 451ffb9825 continued line endings struggle ... 9 years ago
SftpClientTest.CreateDirectory.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.DeleteDirectory.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.DeleteFile.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.Download.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.ListDirectory.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.RenameFile.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.SynchronizeDirectories.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.Upload.cs cbefe876dd Remove duplicate base class. 7 years ago
SftpClientTest.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) 5 years ago
SftpClientTest_Connect_SftpSessionConnectFailure.cs 660b075c79 Added more tests for issue #338. 7 years ago
SftpClientTest_Dispose_Connected.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 years ago
SftpClientTest_Dispose_Disconnected.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 years ago
SftpClientTest_Dispose_Disposed.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 years ago
SftpClientTest_Finalize_Connected.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 years ago
ShellStreamTest.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferEmptyAndWriteLessBytesThanBufferSize.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferEmptyAndWriteMoreBytesThanBufferSize.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferEmptyAndWriteNumberOfBytesEqualToBufferSize.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferEmptyAndWriteZeroBytes.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferFullAndWriteLessBytesThanBufferSize.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferFullAndWriteZeroBytes.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferNotEmptyAndWriteLessBytesThanBufferCanContain.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferNotEmptyAndWriteMoreBytesThanBufferCanContain.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellStreamTest_Write_WriteBufferNotEmptyAndWriteZeroBytes.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
ShellTestTest.cs 451ffb9825 continued line endings struggle ... 9 years ago
SshClientTest.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
SshClientTest_CreateShellStream_TerminalNameAndColumnsAndRowsAndWidthAndHeightAndBufferSizeAndTerminalModes_Connected.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
SshClientTest_CreateShellStream_TerminalNameAndColumnsAndRowsAndWidthAndHeightAndBufferSize_Connected.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 years ago
SshClientTest_Disconnect_ForwardedPortStarted.cs edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 years ago
SshClientTest_Dispose_Connected.cs edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 years ago
SshClientTest_Dispose_Disconnected.cs edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 years ago
SshClientTest_Dispose_Disposed.cs edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 years ago
SshClientTest_Dispose_ForwardedPortStarted.cs edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 years ago
SshCommandTest.cs 5c2e2b4c4a Use SDK-style project where possible (#629) 5 years ago
SshCommandTest_BeginExecute_EndExecuteInvokedOnAsyncResultFromPreviousInvocation.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
SshCommandTest_BeginExecute_EndExecuteNotInvokedOnAsyncResultFromPreviousInvocation.cs a924a3ba03 Always use "tuning" code. 9 years ago
SshCommandTest_Dispose.cs d48bb74aef Refactor to move indication whether EndExecute has been invoked for a given IAsyncResult to the CommandAsyncResult class. 9 years ago
SshCommandTest_EndExecute.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
SshCommandTest_EndExecute_AsyncResultFromOtherInstance.cs d48bb74aef Refactor to move indication whether EndExecute has been invoked for a given IAsyncResult to the CommandAsyncResult class. 9 years ago
SshCommandTest_EndExecute_AsyncResultIsNull.cs d48bb74aef Refactor to move indication whether EndExecute has been invoked for a given IAsyncResult to the CommandAsyncResult class. 9 years ago
SshCommandTest_EndExecute_ChannelOpen.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 years ago
SubsystemSessionStub.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Connect_Connected.cs 8141113259 Only keep reference to session if the connection was established successfully. 8 years ago
SubsystemSession_Connect_Disconnected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Connect_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Connect_NeverConnected.cs 451ffb9825 continued line endings struggle ... 9 years ago
SubsystemSession_Connect_SendSubsystemRequestFails.cs 66471e6741 When the request to open a subsystem fails, close the channel session and throw a SshException. 8 years ago
SubsystemSession_Disconnect_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Disconnect_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Disconnect_NeverConnected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Dispose_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Dispose_Disconnected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Dispose_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_Dispose_NeverConnected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnChannelDataReceived_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnChannelDataReceived_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnChannelDataReceived_OnDataReceived_Exception.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnChannelException_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnChannelException_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnSessionDisconnected_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnSessionDisconnected_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnSessionErrorOccurred_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_OnSessionErrorOccurred_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_SendData_Connected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_SendData_Disconnected.cs 451ffb9825 continued line endings struggle ... 9 years ago
SubsystemSession_SendData_Disposed.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
SubsystemSession_SendData_NeverConnected.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago