Rebex SSH Shell Releases

Released: Jul 28, 2016

Updates in 2016 R2.1

Fehlerkorrekturen

  • Fixed ProxySocket.ToEndPoint to throw a more meaningful exception for entries with no IP addresses.
  • Fixed unreadable TLS debug log messages on Xamarin platforms.
  • Added workarounds for bugs in Microsoft Schannel implementation of DHE_RSA_* ciphers related to incorrect padding processing.
  • Fixed AsymmetricKeyAlgorithm.SignHash (in 2016 R2, it falls back to RSAManaged without trying to use RSACryptoServiceProvider first).
  • Fixed CertificateIssuer.IssueRevocationList method that...

Released: Jun 30, 2016

Updates in 2016 R2

Funktionen

  • VirtualTerminal class is no longer sealed.
  • Added support for YMODEM file transfers.
  • Added support for Telnet/SSL (Telnet secured with TLS or SSL).
  • Extended range of palette index argument of TerminalOptions.SetColorIndex method from 0-15 to 0-255.
  • Added EnableMouseWheel option to TerminalControl (makes it possible to disable mouse wheel scrolling).
  • Improved ScriptEvent.Delay and ScriptEvent.Duration processing.
  • Better logging in Scripting API.

Fehlerkorrekturen

  • Fixed Telnet to treat...

Released: Jan 15, 2016

Updates in this release

Updates in 2016 R1

  • Rebex assemblies are now signed with SHA-256 signatures in addition to legacy SHA-1 signatures.
  • Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
  • TerminalControl.SelectionChanged raised on double and triple clicks as well.
  • Improved behavior of 'CSI J' sequence.
  • Fixed inappropriate "Object never unlocked" error.
  • Fixed handling of lone CR characters.

Released: Aug 28, 2015

Updates in this release

Updates in 2015 R4

  • Support for Windows 10, .NET 4.6 and Visual Studio 2015 - This release adds official support for Windows 10, .NET Framework 4.6 and Visual Studio 2015.
  • TerminalControl is Faster and More Customizable - Significantly improved scrolling speed when receiving lots of data and it is now possible to customize the cursor color and enable blinking.

Released: Feb 10, 2015

Updates in this release

Updates in 2015 R1

  • Support for Xamarin Unified API - Easily share code between iOS and Mac and target both 32-bit and 64-bit platforms with the same binary.

Released: Jul 21, 2014

Updates in this release

Updates in 2014 R2

  • Eliminated "Unknown heap type" warnings in Mono.
  • Added powerful new scripting API.
  • Clearing the screen moves its current content to history buffer.
  • Added TerminalOptions.Remote command to make it possible to launch a command instead of a shell.
  • Substantial performance enhancements.
  • Enhanced logging of failed certificate validation errors.
  • Fixed ProxySocket's Connect method behavior with disabled timeout.
  • Enhanced TlsVersion and TlsCipherSuite parameter checking.
  • Fixed alert...

Released: Mar 12, 2014

Updates in this release

Updates in 2014 R1

  • Enhanced line character rendering.
  • Lines with a single character at position 0 are now properly added to the history buffer.
  • Enhanced history buffer behavior when resizing.
  • Fixed a bug that caused a selection to remain visible after window content was scrolled, and a new selection was made.
  • Optimizations in escape sequence decoder code.