Skip to content

Releases: datto/RDPMux

v0.6.5

12 Jan 19:36
Compare
Choose a tag to compare

Small enhancement update:

  • Add a Shutdown DBus method to RDPListener objects to manually disconnect and clean up listener.

v0.6.4

10 Jan 20:29
Compare
Choose a tag to compare

Minor bugfix release.

  • Fully disable everything but NLA authentication if authentication is enabled for a listener. Note that this will disallow Windows XP and 2003 clients from connecting if they do not have CredSSP enabled for RDP.

v0.6.3

05 Dec 22:06
Compare
Choose a tag to compare

Minor bugfix release.

  • Properly uninit and shutdown FreeRDP listener objects.

v0.6.2

01 Dec 19:18
Compare
Choose a tag to compare

Bugfix release.

  • Properly cleanup listener objects when shutdown events are received.

v0.6.1

28 Nov 19:38
Compare
Choose a tag to compare

Minor bugfix release.

  • Fix double free when stopping listener

v0.6.0

23 Aug 21:41
Compare
Choose a tag to compare

Major release! Highlights:

  • Builds against FreeRDP git master
  • Moved librdpmux into main RDPMux repository
  • Fix issue where librdpmux clobbered SIGINT handlers
  • Use FreeRDP shadow server instead of hand-rolled listener implementation
  • Ability to pass arbitrary port assignments when creating new VMs
  • Per-listener NLA authentication

v0.4.1

14 Jul 16:11
Compare
Choose a tag to compare
  • Disable authentication by default in service file since it doesn't work yet

v0.4.0

12 Jul 22:10
Compare
Choose a tag to compare

New features in this release:

  • Switched from Nanomsg to ZeroMQ! Hooray!
  • RDP Listeners now have new functionality exposed via DBus
    • Retrieve listening port and number of connected peers
    • Initial attempts towards per-listener NLA authentication, to be fleshed out in coming releases
  • Major, major improvements in the display updates and handling
    • Literally 100% more stable in all situations
  • Adaptive framerate adjustment for better performance on slow or high-latency connections

v0.2.4

26 May 13:12
Compare
Choose a tag to compare

Resolved use-after-free that could occur when clients connect.

v0.2.3

25 May 14:50
Compare
Choose a tag to compare

Minor fixes to service file