Rebex Total Pack R6.12

Released: Apr 18, 2023

Atualizações na R6.12

Recursos

  • File System: Improved recursion breaker.
  • ZIP: Improved ZIP data descriptor parser to better handle inconsistency with Zip64.

Correções

  • SFTP: Improved workaround for windows size adjustment issue in Azure Blob Storage SFTP server.
  • FTP: The local endpoint of FTP data socket is bound to that of control socket.
  • SCP: Fixed escaping of "$" character in SCP commands.
  • File Server: Fixed parsing of "\$" sequences in SSH commands
  • File System: Exists methods/properties in Rebex.IO VFS API return 'false' (like System.IO) instead of raising an exception.
  • File System: Rebex.IO VFS API raises InvalidOperationException when the underlying VFS provider is not registered as a VDriveInfo object.
  • File System: Rebex.IO VFS API raises NotSupportedException when the format of the specified path is invalid.
  • HTTP: Fixed and improved parsing of multi-value HTTP headers.
  • SSH: Added workaround for an issue in 'srt SSH Server' that makes it reject RSA/SHA-2 public key authentication attempts.
  • SSH: Fixed handling of SSH2 PUBLIC KEY quotation marks in SshPublicKey.
  • SSH: Fixed handling of user name when performing single sign-on in .NET Core and .NET 5/6/7.
  • TLS Core: Fixed client-side TLS cipher suite check and server-side TLS cipher selection.
  • TLS Core: Fixed checking of selected elliptic curves.
  • TLS Core: Fixed memory leak in server-side TLS session cache.
  • Common: Fixed rare race condition in scheduled action infrastructure.