Rob Hague 3e12c96317 Add support for OpenSSH certificates (#1498) преди 1 година
..
Abstractions 3b55ba3a0a Update SonarAnalyzer.CSharp (#1494) преди 1 година
Channels a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
Common 3e12c96317 Add support for OpenSSH certificates (#1498) преди 1 година
Compression a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
Connection aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
Documentation 57a78fc3a4 Make line endings consistent (PR #19) преди 9 години
Messages aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
Netconf 6933e0961c Fix netconf framing protocol (#946) преди 1 година
Properties 323b514be7 Merge nuspec and CommonAssemblyInfo into csproj (#1256) преди 1 година
Security 3e12c96317 Add support for OpenSSH certificates (#1498) преди 1 година
Sftp fbedaabb9c Fix sftp async methods not observing error conditions (#1510) преди 1 година
.editorconfig aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
AuthenticationMethod.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
AuthenticationResult.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
BaseClient.cs 28e674228f fix ConnectAsync not respecting the connection timeout (#1502) преди 1 година
CipherInfo.cs c0a353a4de Cleanup formatting and style and enforce it in CI (#1380) преди 1 година
ClientAuthentication.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ConnectionInfo.cs 3e12c96317 Add support for OpenSSH certificates (#1498) преди 1 година
ExpectAction.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ForwardedPort.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ForwardedPortDynamic.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ForwardedPortLocal.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ForwardedPortRemote.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ForwardedPortStatus.cs c0a353a4de Cleanup formatting and style and enforce it in CI (#1380) преди 1 година
HashInfo.cs 1de33c469e Documentation updates (#1395) преди 1 година
IAuthenticationMethod.cs 7932ba7618 Remove unused imports. преди 7 години
IBaseClient.cs 82246e3cc9 Add interface to SshClient (#1499) преди 1 година
IClientAuthentication.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
IConnectionInfo.cs 7436a38b78 Remove code examples (#1210) преди 1 година
IConnectionInfoInternal.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
IForwardedPort.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
IPrivateKeySource.cs 18e6673031 Improvements after #1177 (#1180) преди 2 години
IRemotePathTransformation.cs 3ecbd1071d Fix some (lots of) issues reported by analyzers. (#1125) преди 2 години
IServiceFactory.cs 9dc7db9de8 Support creating Shell(Stream) without PTY (#1419) преди 1 година
ISession.cs f45af38628 Replace SemaphoreLight with SemaphoreSlim (#1265) преди 1 година
ISftpClient.cs fbedaabb9c Fix sftp async methods not observing error conditions (#1510) преди 1 година
ISshClient.cs 82246e3cc9 Add interface to SshClient (#1499) преди 1 година
ISubsystemSession.cs fbedaabb9c Fix sftp async methods not observing error conditions (#1510) преди 1 година
KeyboardInteractiveAuthenticationMethod.cs a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
KeyboardInteractiveConnectionInfo.cs a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
MessageEventArgs`1.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
NetConfClient.cs 6933e0961c Fix netconf framing protocol (#946) преди 1 година
NoneAuthenticationMethod.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
PasswordAuthenticationMethod.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
PasswordConnectionInfo.cs a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
PrivateKeyAuthenticationMethod.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
PrivateKeyConnectionInfo.cs 548ef23e12 Add support for OpenSSL PKCS#8 private key format (#1496) преди 1 година
PrivateKeyFile.cs 3e12c96317 Add support for OpenSSH certificates (#1498) преди 1 година
ProxyTypes.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
RemotePathDoubleQuoteTransformation.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
RemotePathNoneTransformation.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
RemotePathShellQuoteTransformation.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
RemotePathTransformation.cs 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) преди 2 години
Renci.SshNet.csproj aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ScpClient.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
ServiceFactory.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
Session.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
SftpClient.cs fbedaabb9c Fix sftp async methods not observing error conditions (#1510) преди 1 година
Shell.cs a157dd3b88 Remove unnecessary finalizers (#1209) преди 1 година
ShellStream.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
SshClient.cs 82246e3cc9 Add interface to SshClient (#1499) преди 1 година
SshCommand.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
SshMessageFactory.cs aac10fba3d Miscellaneous cleanup/throw helpers (#1491) преди 1 година
SubsystemSession.cs fbedaabb9c Fix sftp async methods not observing error conditions (#1510) преди 1 година