grdp icon indicating copy to clipboard operation
grdp copied to clipboard

pure golang rdp protocol

Results 20 grdp issues
Sort by recently updated
recently updated
newest added

may be module github.com/tomatome/grdp ?

could you please put on those code?

Hi, I run your project but get a problem, after run main.go in example folder and brower 127.0.0.1:8088, I got `OnConnect 1 resume OnConnect 2 OnConnect 3 resume OnConnect 4...

![image](https://user-images.githubusercontent.com/41845204/142156508-b232a12e-d3f0-406e-b3cb-6c9f0157cdbf.png) ![image](https://user-images.githubusercontent.com/41845204/142156562-3a4cd582-cf57-4a09-889a-08dc2fb8ac47.png)

how to fix it? I try use : `g.x224.SetRequestedProtocol(x224.PROTOCOL_RDP)` bug doesn't work can't get ServerRandom

how to draw bitmap

Can you add an auth function to only verify whether the account password is correct?

Hello, I test your program and I find core/socket.go. The function SSL ignore certificate X509 : func (s *SocketLayer) StartTLS() error { config := &tls.Config{ InsecureSkipVerify: true, MinVersion: tls.VersionTLS10, MaxVersion:...

Without this change building 32-bit binaries fails to error: ``` # github.com/tomatome/grdp/plugin ..\..\..\..\pkg\mod\github.com\olljanat\[email protected]\plugin\channel.go:182:28: cannot use CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_ENCRYPT_RDP | CHANNEL_OPTION_COMPRESS_RDP | CHANNEL_OPTION_SHOW_PROTOCOL (untyped int constant 3231711232) as int value in...