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