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