Lines Matching refs:RFB
32 … ---snip--- import socket,binascii,struct,sys from time import sleep class RFB: INIT_3008 = "\…
40 …cept: print "No password supplied" PASSWORD = "" vnc = RFB() remote = sock…
598 * .gitignore: Ignore rfbproto.rst A more up-to-date version of the RFB protocol is maintained by
628 …* .gitignore: Ignore more generated files While at it, also ignore the documentation of the RFB pr…
1146 protocol (RFB version 3.8t), and thus it is fully cross-compatible
1160 summary: 20 RFB captures, representing "common" 2D and 3D
1282 server listen on IPv6, too. As done with the RFB sockets, this uses a separate-socket approach
1966 evaluate to false. There can not be more than 255 security types and MSLogon is RFB 3.6
2234 community version of the RFB protocol:
2236 mentioned in the official RFB protocol.
2633 security type for RFB 3.8 (debian bug 517422.)
5343 libvncserver/rfbserver.c: RFB 3.8 clients are well informed
5347 * libvncserver/auth.c: Better support for RFB >= 3.8 protocols
5351 * libvncserver/auth.c: All security types for RFB >= 3.7 *have* to
5433 libvncserver/rfbserver.c, rfb/rfb.h, rfb/rfbproto.h: Default to RFB
5434 3.8, add command line option to specify the RFB version.