wraith/internal
Vantz Stockwell a8974da37d feat: FreeRDP3 purego backend for Windows with platform stub
Add the real FreeRDP3 RDP backend that loads libfreerdp3.dll at runtime
via syscall.NewLazyDLL (no CGO required). The Windows implementation
(freerdp_windows.go) calls FreeRDP3 functions for instance lifecycle,
settings configuration, input forwarding, and event handling. A stub
(freerdp_stub.go) compiles on non-Windows platforms and returns errors,
keeping macOS/Linux development and tests working. A factory function
(freerdp_factory.go) selects the right backend based on runtime.GOOS,
and app.go now uses NewProductionBackend instead of always using mock.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 07:43:31 -04:00
..
app feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
connections feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
credentials feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
db feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
importer feat: add MobaXTerm .mobaconf file importer 2026-03-17 07:21:13 -04:00
plugin feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
rdp feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
session feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
settings feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
sftp feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
ssh Merge branch 'worktree-agent-a7ec88be' into feat/phase2-ssh-sftp 2026-03-17 06:56:05 -04:00
theme feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00
vault feat: SFTP service + credential service with encrypted key/password storage 2026-03-17 06:55:18 -04:00