Releases: datto/RDPMux
Releases · datto/RDPMux
v0.6.5
v0.6.4
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
Minor bugfix release.
- Properly uninit and shutdown FreeRDP listener objects.
v0.6.2
Bugfix release.
- Properly cleanup listener objects when shutdown events are received.
v0.6.1
Minor bugfix release.
- Fix double free when stopping listener
v0.6.0
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
- Disable authentication by default in service file since it doesn't work yet
v0.4.0
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
Resolved use-after-free that could occur when clients connect.
v0.2.3
Minor fixes to service file