Skip to content

feat(pam): rdp browser client#236

Merged
x032205 merged 20 commits into
mainfrom
feat/pam-rdp-recording
May 18, 2026
Merged

feat(pam): rdp browser client#236
x032205 merged 20 commits into
mainfrom
feat/pam-rdp-recording

Conversation

@x032205
Copy link
Copy Markdown
Member

@x032205 x032205 commented May 18, 2026

Description 📣

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

bernie-g and others added 19 commits May 10, 2026 20:50
Add RDCleanPath protocol support, browser RDP session handling via
Gateway, and session recording capture for Windows RDP connections.
- Pass domain to connector_config_browser for AD credential injection
- Preserve leftover bytes after RDCleanPath PDU parsing
- Update caps.rs module doc to reflect actual codec advertisement
Stop after CredSSP on both sides and bridge MCS/capability PDUs
through filter_client_mcs_connect_initial, matching the native
client flow. Removes caps.rs, connector_config_browser, and the
independent accept_finalize/connect_finalize calls.
Make acceptor_username an optional parameter on the existing
per-platform start functions instead of having separate rdcleanpath
variants. NULL/empty selects native flow, non-empty selects browser
RDCleanPath flow.
run_mitm → run_mitm_native, handle_browser_session → run_mitm_rdcleanpath_inner
@infisical-review-police
Copy link
Copy Markdown

💬 Discussion in Slack: #pr-review-cli-236-feat-pam-rdp-browser-client

Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel.

@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented May 18, 2026

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9387833 Triggered Generic Password c111230 packages/pam/handlers/rdp/native/src/rdcleanpath.rs View secret
9387833 Triggered Generic Password 1ccc772 packages/pam/handlers/rdp/native/src/rdcleanpath.rs View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@x032205 x032205 merged commit 89f55cc into main May 18, 2026
18 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants