
Adds support for OpenSSH's fsync extension to ensure that modified file data has been written to disk.
Features
- All: Added password-hiding in Verbose logging mode.
- All: Added experimental support for Mono on Windows.
- File Server: Added support for 'fsync@openssh.com' SFTP extension.
- File Server: Enhanced logging of channel requests.
- Networking: Added simple connection manager API on .NET Compact Framework (Rebex.Net.ConnectionManagement namespace).
- Networking: Added SshParameters.MaximumPacketSize property.
- Networking: Report a meaningful error message when .NET Compact Framework's 'not a socket' issue is encountered.
- SSH: Using UTF-8 at SSH protocol level by default in Sftp, Scp and Ssh classes.
- SSH: Added logging of SSH channel window size adjustments.
- TLS/SSL: TLS cipher suite being negotiated is logged as soon as possible.
- Cryptography: CertificateStore implements IEnumerable<Certificate>.
- Cryptography: Proper error is reported when trying to validate ECDSA certificates on Mono.
- Common: Added optimized thread pool on .NET Compact Framework.
Fixes
- All: Fixed messages of some ObjectDisposedException objects.
- Networking: Fixed Login not to block Dispose in Sftp, Scp and Ssh classes.
- SSH: Fixed decompression in encrypt-then-mac (EtM) MAC mode.