Skip to content

Releases: cedrozor/FreeRDP

Myrtille 1.9.0

24 May 16:15
Compare
Choose a tag to compare

Myrtille 1.8.1

02 Apr 22:25
Compare
Choose a tag to compare
Myrtille 1.8.1 Pre-release
Pre-release
  • enterprise mode data folder is now created by the installer (thanks hac)
  • fixed installer error 1001 regarding CERTENROLLLib.CX509PrivateKey
  • updated openssl to version 1.0.2o
  • added an error message if the remote connection fails or is closed unexpectedly

Myrtille 1.8.0

29 Mar 22:29
Compare
Choose a tag to compare
Myrtille 1.8.0 Pre-release
Pre-release
  • resynced FreeRDP with master repository (fixes the NLA issue introduced with Windows updates KB4088776, KB4088787, KB4088876, KB4088875)
  • added support for MFA (one time password and one time host session url) (thanks Paul Oliver). Refer to documentation for activation
  • added enterprise mode (AD pre-authentication and hosts list management) (thanks Paul Oliver). Refer to documentation for activation
  • in enterprise mode, the security mode for the host connection is now configurable (NLA, TLS, RDP, etc.)
  • most FreeRDP connection params are now configurable (myrtille\bin\Myrtille.Services.exe.config)
  • the remote clipboard can now be disabled, for enhanced security (myrtille\Web.config)
  • replaced client redirects by server redirects (cleaner and more friendly to proxies)
  • added more connection details to myrtille logs

Myrtille 1.7.0

07 Feb 18:41
Compare
Choose a tag to compare
  • resynced FreeRDP with master repository; FreeRDP 2.0-RC2 milestone: https://github.com/FreeRDP/FreeRDP/milestone/8
  • FreeRDP HOTFIX: connection using FQDN is broken (either direct connection or through a connection broker redirection), using target IP instead
  • FreeRDP HOTFIX: fixed client IP resolution when using an ipv6 connection
  • updated the connection tooltip (ipv6 addresses require brackets, i.e. [::1])
  • changed the right-click button mechanism to a toggle

Myrtille 1.6.1

09 Dec 14:36
Compare
Choose a tag to compare
  • enabled fonts smoothing
  • modified disconnect button tooltip
  • removed pipes messages size limitation
  • pipes are no longer buffered
  • added support for multiple websockets on a single remote session to allow for collaborative mode (was already supported using long-polling). To share a remote session, simply copy and share the session url (contains the session id). CAUTION! this is experimental (no access control, no presenter role, etc.)
  • enforced wfreerdp process identity on pipes access rule
  • pipes are now used in byte mode instead of message (small performance improvement)
  • remote session is now closed in case of pipes failure instead of being stuck

Myrtille 1.6.0

14 Nov 20:33
Compare
Choose a tag to compare
  • resynced FreeRDP with master repository; among other things, fixes multiple vulnerabilities reported by the Cisco Talos Team (http://blog.talosintelligence.com/2017/07/vulnerbility-spotlight-freerdp-multiple.html) (thanks hac)
  • connection settings (including user credentials) are no longer passed to FreeRDP through command line; using pipe communication instead (thanks Paul)
  • auto-connect / start program from url now doesn't require the "&program=" parameter (access to the desktop if missing or empty) (thanks noetius)
  • custom mouse cursors are now supported with IE (thanks Thijs)
  • added a "Right-Click" button (into the toolbar) to simulate a right-click action on devices which don't have a mouse (or a right button) (thanks Scott)
  • performance tweak: now using PNG encoding by default (instead of mixed PNG/JPEG); drawback is it uses more bandwidth with graphic applications (use AUTO encoding in this case; config.js)
  • performance tweak: disabled mouse move sampling; drawback is it may lower the responsiveness with graphical applications (enable the sampling in this case; 10% for example; config.js)
  • performance tweak: disabled blob support (using base64 instead); blob is a newer javascript construct but is cached on disk whereas base64 data is cached in memory (faster); config.js
  • minor refactoring

Myrtille 1.5.0

14 Jul 15:45
Compare
Choose a tag to compare
Myrtille 1.5.0 Pre-release
Pre-release