Add new signature files for SPICE and X2GO transports#41
Merged
Conversation
- Introduced `tunnel.js.mldsa65.sig` for SPICE transport. - Introduced `direct.js.mldsa65.sig` and `tunnel.js.mldsa65.sig` for X2GO transport. Remove old .py files for transports
dkmstr
approved these changes
Jul 24, 2026
aschumann-virtualcable
deleted the
master-openuds-sign/cleanup-missing-and-legacy
branch
July 24, 2026 13:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request removes the platform-specific SPICE transport scripts for both direct and tunneled connections on Linux and macOS. The deleted scripts handled launching the
virt-viewer/remote-viewerclient, including error handling and tunnel setup. No other code or logic changes are present.The most important changes are:
SPICE Transport Script Removal:
src/uds/transports/SPICE/scripts/linux/direct.pyand its signature file, which handled launchingremote-viewerfor direct SPICE connections on Linux. [1] [2]src/uds/transports/SPICE/scripts/linux/tunnel.pyand its signature file, which handled launchingremote-viewerfor tunneled SPICE connections on Linux, including tunnel setup and error handling. [1] [2]src/uds/transports/SPICE/scripts/macosx/direct.pyand its signature file, which handled launchingRemoteViewerfor direct SPICE connections on macOS. [1] [2]src/uds/transports/SPICE/scripts/macosx/tunnel.py, which handled launchingRemoteViewerfor tunneled SPICE connections on macOS, including tunnel setup and error handling.No changes were made to RDP scripts or other parts of the codebase.