Skip to content

lamco-rdp-tools v1.1.1

Latest

Choose a tag to compare

@lamco-office lamco-office released this 27 Jun 02:06

lamco-rdp-tools v1.1.1 is a bug-fix release for the Linux and Windows binaries.

Fixed

  • The session no longer aborts when a server opens a dynamic virtual channel it
    declines (for example xrdp's ECHO and FreeRDP::Advanced::Input) and then
    sends data on it. That PDU is skipped instead of ending the session, which
    previously surfaced as access to non existing DVC channel and could fail a
    capture against an EGFX server.
  • OpenH264 discovery now follows the operating system library search path, so an
    openh264.dll installed in a system directory (System32 or on PATH) is found
    without copying it next to the executable.
  • The library-load warning distinguishes a missing library from one that was
    found but failed to load.
  • The initial-frame wait now counts EGFX decoded frames, not only legacy bitmap
    updates, so an AVC420 server no longer reports a spurious missing first frame.

Downloads

  • Linux (x86_64): lamco-rdp-tools-1.1.1-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lamco-rdp-tools-1.1.1-x86_64-pc-windows-msvc.zip

On Windows, place the optional openh264.dll next to the executables (or in a
system directory on PATH) to enable H.264/AVC420 decode; everything else works
without it.

Verifying the download

The release archives and SHA256SUMS are signed with the Lamco release key
CA11F781516743D5D9A1A12F17B95B68A50CD3A7.

# Import the signing key
gpg --keyserver keyserver.ubuntu.com --recv-keys CA11F781516743D5D9A1A12F17B95B68A50CD3A7

# Verify signatures
gpg --verify SHA256SUMS.asc SHA256SUMS
gpg --verify lamco-rdp-tools-1.1.1-x86_64-unknown-linux-gnu.tar.gz.asc \
             lamco-rdp-tools-1.1.1-x86_64-unknown-linux-gnu.tar.gz
gpg --verify lamco-rdp-tools-1.1.1-x86_64-pc-windows-msvc.zip.asc \
             lamco-rdp-tools-1.1.1-x86_64-pc-windows-msvc.zip

# Check the archive hashes
sha256sum -c SHA256SUMS

gpg --verify reports "using RSA key 405C..."; that signing subkey and the
master fingerprint CA11F781 are both expected and correct.