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 年之前