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)
Wed, Jan 15, 12:24 AM
Unknown Object (File)
Nov 21 2024, 10:14 PM
Unknown Object (File)
Nov 19 2024, 11:19 AM
Unknown Object (File)
Oct 31 2024, 1:18 PM
Unknown Object (File)
Oct 3 2024, 11:00 AM
Unknown Object (File)
Oct 3 2024, 1:12 AM
Unknown Object (File)
Oct 2 2024, 10:16 PM
Unknown Object (File)
Oct 1 2024, 8:59 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