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)
Dec 20 2023, 5:28 AM
Unknown Object (File)
Sep 4 2023, 4:31 AM
Unknown Object (File)
Jun 20 2023, 5:36 PM
Unknown Object (File)
May 20 2023, 9:02 PM
Unknown Object (File)
May 2 2023, 8:20 AM
Unknown Object (File)
Mar 1 2023, 5:12 PM
Unknown Object (File)
Feb 9 2023, 11:20 PM
Unknown Object (File)
Feb 7 2023, 9:06 PM

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