Skip to content

lamco-rdp-tools v1.1.0

Choose a tag to compare

@lamco-office lamco-office released this 26 Jun 22:28

lamco-rdp-tools v1.1.0 adds Windows.

rdpsee (observe) and rdpdo (act) now ship as self-contained Windows
executables alongside the existing Linux binaries.

Added

  • Self-contained Windows binaries: rdpsee.exe and rdpdo.exe for
    x86_64-pc-windows-msvc, statically linked (no Visual C++ redistributable
    required) on the pure-Rust rustls TLS stack. Distributed as a .zip.

Changed

  • OpenH264 is now discovered per platform (libopenh264.so on Linux,
    openh264.dll on Windows) and next to the executable, so a library placed
    beside the binary is found. Without it, the other codecs still decode.
  • The RDP client name uses COMPUTERNAME on Windows.

Downloads

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

On Windows, place the optional openh264.dll next to the executables 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.0-x86_64-unknown-linux-gnu.tar.gz.asc \
             lamco-rdp-tools-1.1.0-x86_64-unknown-linux-gnu.tar.gz
gpg --verify lamco-rdp-tools-1.1.0-x86_64-pc-windows-msvc.zip.asc \
             lamco-rdp-tools-1.1.0-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.