drieseng b5dcca911a Update path to example. 5 năm trước cách đây
..
Abstractions 916c019266 Update EAP implementation to correctly deal with a socket operation that is completed synchronously. 5 năm trước cách đây
Channels 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 năm trước cách đây
Common 1a803b50ee Partially revert changes from #643. 5 năm trước cách đây
Compression 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
Documentation 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
Messages c0da2c14fb Make key exchange more efficient by using byte[] in our internal structures, and convert to BigInteger when necessary. 5 năm trước cách đây
Netconf e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 năm trước cách đây
Properties 5c2e2b4c4a Use SDK-style project where possible (#629) 5 năm trước cách đây
Security 1a803b50ee Partially revert changes from #643. 5 năm trước cách đây
Sftp 7932ba7618 Remove unused imports. 7 năm trước cách đây
AuthenticationMethod.cs 7932ba7618 Remove unused imports. 7 năm trước cách đây
AuthenticationResult.cs 451ffb9825 continued line endings struggle ... 9 năm trước cách đây
BaseClient.cs 5c2e2b4c4a Use SDK-style project where possible (#629) 5 năm trước cách đây
CipherInfo.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. 8 năm trước cách đây
ClientAuthentication.cs 14b654d0ab Introduce a partial success limit. 8 năm trước cách đây
CommandAsyncResult.cs 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
ConnectionInfo.cs 8aad18ff98 Fix typos. 5 năm trước cách đây
ExpectAction.cs f4a634f1d3 Minor (slash)doc improvements. 9 năm trước cách đây
ExpectAsyncResult.cs 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
ForwardedPort.cs 043b78bac9 Simplify names in crefs. 7 năm trước cách đây
ForwardedPortDynamic.NET.cs 21c5c8e0b4 Log warning upon timeout waiting for pending channels to reach zero. 5 năm trước cách đây
ForwardedPortDynamic.cs 5498b8f74a Remove extra exception handling. 9 năm trước cách đây
ForwardedPortLocal.NET.cs 21c5c8e0b4 Log warning upon timeout waiting for pending channels to reach zero. 5 năm trước cách đây
ForwardedPortLocal.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. 8 năm trước cách đây
ForwardedPortRemote.cs 21c5c8e0b4 Log warning upon timeout waiting for pending channels to reach zero. 5 năm trước cách đây
ForwardedPortStatus.cs ba59196821 Minor improvements. 9 năm trước cách đây
HashInfo.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. 8 năm trước cách đây
IAuthenticationMethod.cs 7932ba7618 Remove unused imports. 7 năm trước cách đây
IClientAuthentication.cs 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
IConnectionInfo.cs 3e304ea7e7 * Add TryWait overloads to (I)Session that return the result of the wait instead of throwing an exception. 8 năm trước cách đây
IForwardedPort.cs 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
IRemotePathTransformation.cs 7dde512a9c Add a RemotePathTransformation property to ScpClient that can be used to control if and how a remote path should be transformed before passed on to the scp command. 8 năm trước cách đây
IServiceFactory.NET.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 năm trước cách đây
IServiceFactory.cs c3d43b67ec Pass buffer size to ShellStream ctor. 8 năm trước cách đây
ISession.cs 5941626615 Document TryWait overloads, and WaitResult enumeration. 7 năm trước cách đây
ISubsystemSession.cs 703e24b629 Allow Dispose to interrupt blocking wait. 8 năm trước cách đây
KeyboardInteractiveAuthenticationMethod.cs f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. 9 năm trước cách đây
KeyboardInteractiveConnectionInfo.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. 8 năm trước cách đây
MessageEventArgs.cs f4a634f1d3 Minor (slash)doc improvements. 9 năm trước cách đây
NetConfClient.cs ea5a440131 Fixed few summary comment tags 5 năm trước cách đây
NoneAuthenticationMethod.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. 8 năm trước cách đây
PasswordAuthenticationMethod.cs e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 năm trước cách đây
PasswordConnectionInfo.cs 37bfb7c0c8 Remove usage of Linq. 8 năm trước cách đây
PrivateKeyAuthenticationMethod.cs f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. 9 năm trước cách đây
PrivateKeyConnectionInfo.cs 37bfb7c0c8 Remove usage of Linq. 8 năm trước cách đây
PrivateKeyFile.cs c9f9e3ca35 Support for Ed25519 Host- and Private-Keys 6 năm trước cách đây
ProxyTypes.cs 57a78fc3a4 Make line endings consistent (PR #19) 9 năm trước cách đây
RemotePathDoubleQuoteTransformation.cs 05e82b1813 Added tests for remote path transformations. 8 năm trước cách đây
RemotePathNoneTransformation.cs 05e82b1813 Added tests for remote path transformations. 8 năm trước cách đây
RemotePathShellQuoteTransformation.cs 05e82b1813 Added tests for remote path transformations. 8 năm trước cách đây
RemotePathTransformation.cs 05e82b1813 Added tests for remote path transformations. 8 năm trước cách đây
Renci.SshNet.csproj cdbdefe449 Remove unused FEATURE_SOCKET_SETSOCKETOPTION. 5 năm trước cách đây
ScpClient.NET.cs e9e9b4e463 Update ScpClient to work with revent versions of OpenSSH (#625) 5 năm trước cách đây
ScpClient.cs ea5a440131 Fixed few summary comment tags 5 năm trước cách đây
ServiceFactory.NET.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 năm trước cách đây
ServiceFactory.cs 14b654d0ab Introduce a partial success limit. 8 năm trước cách đây
Session.cs 8fbaa3c5bc Remove stray CWL. 5 năm trước cách đây
SftpClient.cs 031f0a164b Fix name of argument in ArgumentOutOfRangeException thrown in OperationTimeout. 7 năm trước cách đây
Shell.cs 25bb64fde9 Avoid using Result and Wait() on Task<T>. 8 năm trước cách đây
ShellStream.cs 7691cb0b55 Avoid leaking event subscriptions when an exception is thrown during initialization of ShellStream. 8 năm trước cách đây
SshClient.cs b5dcca911a Update path to example. 5 năm trước cách đây
SshCommand.cs 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 năm trước cách đây
SshMessageFactory.cs 465451985a KEX with Elliptic Curves ecdh-sha2-nistp{256,384,521} 6 năm trước cách đây
SubsystemSession.cs 66471e6741 When the request to open a subsystem fails, close the channel session and throw a SshException. 8 năm trước cách đây