|
From: Brian P. <br...@us...> - 2007-05-16 22:02:19
|
CVSROOT: /cvsroot/vncproxy
Module name: vncproxy
Repository: vncproxy/src/
Changes by: br...@sc....(none) 07/05/16 15:02:10
Log message:
Implement the RFB 3.7 protocol to support unix-style login/authentication
to remote servers. Currently, the loginID used is the vncproxy's process
owner. We could specify a different ID on the command line or in a file.
Modified files:
vncproxy/src/:
host_connect.c host_io.h rfblib.h
Revision Changes Path
1.23 +252 -7 vncproxy/src/host_connect.c
1.4 +2 -1 vncproxy/src/host_io.h
1.6 +14 -1 vncproxy/src/rfblib.h
|