Page MenuHomeFreeBSD

Fix rfb handshake after r355301.
ClosedPublic

Authored by araujo on Dec 19 2019, 3:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 3:56 PM
Unknown Object (File)
Sun, May 12, 8:04 PM
Unknown Object (File)
Sat, May 11, 10:50 AM
Unknown Object (File)
Fri, May 10, 12:59 AM
Unknown Object (File)
Mon, May 6, 8:35 PM
Unknown Object (File)
Thu, Apr 25, 7:36 PM
Unknown Object (File)
Dec 20 2023, 5:28 AM
Unknown Object (File)
Sep 4 2023, 4:31 AM

Details

Reviewers
jhb
vmaffione
rgrimes
Group Reviewers
bhyve
Summary

The change to the defintion of 'const char *vbuf' in rfb.c is wrong.
The protocol version string must be send as "RFB 003.008\n" and not as
"RFB 003.008\n\r", otherwise the VNC client isn't able to complete the
handshake (it doesn't recognize the protocol version). While it stays
connected, it doesn't show anything.

Submitted by: Yamagi lists@yamagi.org

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28226
Build 26350: arc lint + arc unit