Commit f76770e
Fix RDP Guacamole protocol parsing errors, version mismatch, and display rendering (#17)
* Initial plan
* Fix Guacamole protocol parsing - correct instruction format
Co-authored-by: phrocker <[email protected]>
* Add comprehensive Guacamole protocol format tests
Co-authored-by: phrocker <[email protected]>
* Add comprehensive documentation for RDP protocol fix
Co-authored-by: phrocker <[email protected]>
* Fix guacamole version mismatch - use official guacd Docker image as sidecar
Co-authored-by: phrocker <[email protected]>
* add charts as exclusion
* Fix UUID length in ready instruction (36 chars, not 37)
Co-authored-by: phrocker <[email protected]>
* Fix client-initiated sync causing connection abort - wait for server instructions
Co-authored-by: phrocker <[email protected]>
* Add enhanced logging for RDP screen rendering debugging
Co-authored-by: phrocker <[email protected]>
* add charts as exclusion
* fixup
* add charts as exclusion
* add charts as exclusion
* Fix black screen - remove forced canvas sizing and ensure proper display initialization
Co-authored-by: phrocker <[email protected]>
* add charts as exclusion
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>
Co-authored-by: Marc Parisi <[email protected]>1 parent a447340 commit f76770e
File tree
24 files changed
+803
-1041
lines changed- api
- src/main/resources
- db/migration
- templates/sso/enclaves
- core/src/main/java/io/sentrius/sso/core/services/agents
- dataplane/src/main/java/io/sentrius/sso/core
- controllers/api
- services/security
- docker/rdp-proxy
- rdp-proxy
- src
- main/java/io/sentrius/sso/rdpproxy
- config
- security
- service
- servlet
- test/java/io/sentrius/sso/rdpproxy
- service
- servlet
- sentrius-chart
- templates
24 files changed
+803
-1041
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments