Commit 454c1fad authored by runge's avatar runge

x11vnc: enhance -passwdfile features, filetransfer on by default.

parent e673a125
2005-12-24 Karl Runge <runge@karlrunge.com>
* x11vnc: enhance -passwdfile features, filetransfer on by default.
2005-12-19 Dave Stuart <dave@justdave.us> 2005-12-19 Dave Stuart <dave@justdave.us>
* libvncserver/{main.c,rfbserver.c,cargs.c}, rfb/rfb.h: introduce * libvncserver/{main.c,rfbserver.c,cargs.c}, rfb/rfb.h: introduce
deferPtrUpdateTime, which defers the handling of pointer events deferPtrUpdateTime, which defers the handling of pointer events
......
2005-12-24 Karl Runge <runge@karlrunge.com>
* x11vnc: enhance -passwdfile features, filetransfer on by default,
call rfbRegisterTightVNCFileTransferExtension() earlier.
2005-11-28 Karl Runge <runge@karlrunge.com> 2005-11-28 Karl Runge <runge@karlrunge.com>
* x11vnc: add -loop option. * x11vnc: add -loop option.
......
x11vnc README file Date: Mon Nov 28 10:42:40 EST 2005 x11vnc README file Date: Sat Dec 24 10:14:27 EST 2005
The following information is taken from these URLs: The following information is taken from these URLs:
...@@ -4757,7 +4757,7 @@ x11vnc: a VNC server for real X displays ...@@ -4757,7 +4757,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options: Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions) % x11vnc -opts (see below for -help long descriptions)
x11vnc: allow VNC connections to real X11 displays. 0.7.3 lastmod: 2005-11-28 x11vnc: allow VNC connections to real X11 displays. 0.7.3 lastmod: 2005-12-24
x11vnc options: x11vnc options:
-display disp -auth file -display disp -auth file
...@@ -4770,7 +4770,7 @@ x11vnc options: ...@@ -4770,7 +4770,7 @@ x11vnc options:
-shared -once -shared -once
-forever -loop -forever -loop
-timeout n -inetd -timeout n -inetd
-filexfer -http -nofilexfer -http
-connect string -vncconnect -connect string -vncconnect
-novncconnect -allow host1[,host2..] -novncconnect -allow host1[,host2..]
-localhost -nolookup -localhost -nolookup
...@@ -4845,6 +4845,7 @@ libvncserver options: ...@@ -4845,6 +4845,7 @@ libvncserver options:
-passwd plain-password use authentication -passwd plain-password use authentication
(use plain-password as password, USE AT YOUR RISK) (use plain-password as password, USE AT YOUR RISK)
-deferupdate time time in ms to defer updates (default 40) -deferupdate time time in ms to defer updates (default 40)
-deferptrupdate time time in ms to defer pointer updates (default none)
-desktop name VNC desktop name (default "LibVNCServer") -desktop name VNC desktop name (default "LibVNCServer")
-alwaysshared always treat new clients as shared -alwaysshared always treat new clients as shared
-nevershared never treat new clients as shared -nevershared never treat new clients as shared
...@@ -4857,11 +4858,16 @@ libvncserver options: ...@@ -4857,11 +4858,16 @@ libvncserver options:
-listen ipaddr listen for connections only on network interface with -listen ipaddr listen for connections only on network interface with
addr ipaddr. '-listen localhost' and hostname work too. addr ipaddr. '-listen localhost' and hostname work too.
libvncserver-tight-extension options:
-disablefiletransfer disable file transfer
-ftproot string set ftp root
% x11vnc -help % x11vnc -help
x11vnc: allow VNC connections to real X11 displays. 0.7.3 lastmod: 2005-11-28 x11vnc: allow VNC connections to real X11 displays. 0.7.3 lastmod: 2005-12-24
Typical usage is: Typical usage is:
...@@ -5051,7 +5057,13 @@ Options: ...@@ -5051,7 +5057,13 @@ Options:
option, otherwise the stderr goes to the viewer which option, otherwise the stderr goes to the viewer which
will cause it to abort. Specifying both -inetd and -q will cause it to abort. Specifying both -inetd and -q
and no -o will automatically close the stderr. and no -o will automatically close the stderr.
-filexfer Enable the TightVNC file transfer extension. -nofilexfer Disable the TightVNC file transfer extension. (same as
-disablefiletransfer). Note that when the -viewonly
option is supplied all file transfers are disabled.
Also clients that log in viewonly cannot transfer files.
However, if the remote control mechanism is used to
change the global or per-client viewonly state the
filetransfer permissions will NOT change.
-http Instead of using -httpdir (see below) to specify -http Instead of using -httpdir (see below) to specify
where the Java vncviewer applet is, have x11vnc try where the Java vncviewer applet is, have x11vnc try
to *guess* where the directory is by looking relative to *guess* where the directory is by looking relative
...@@ -5114,18 +5126,40 @@ Options: ...@@ -5114,18 +5126,40 @@ Options:
anything and enables view-only users to move the mouse. anything and enables view-only users to move the mouse.
This option is ignored when a global -viewonly is in This option is ignored when a global -viewonly is in
effect (all input is discarded in that case). effect (all input is discarded in that case).
-viewpasswd string Supply a 2nd password for view-only logins. The -passwd -viewpasswd string Supply a 2nd password for view-only logins. The -passwd
(full-access) password must also be supplied. (full-access) password must also be supplied.
-passwdfile filename Specify libvncserver -passwd via the first line of the
file "filename" instead of via command line (where -passwdfile filename Specify the libvncserver password via the first line
others might see it via ps(1)). If a second non blank of the file "filename" (instead of via -passwd on
line exists in the file it is taken as a view-only the command line where others might see it via ps(1)).
password (i.e. -viewpasswd) To supply an empty password
for either field the string "__EMPTY__" may be used. If the filename is prefixed with "rm:" it will be
Note: -passwdfile is a simple plaintext passwd, see removed after being read. In general, the password file
also -rfbauth and -storepasswd below for obfuscated should not be readable by untrusted users (BTW: neither
VNC password files. Neither file should be readable should the VNC -rfbauth file: it is NOT encrypted).
by untrusted users.
Note that only the first 8 characters of a password
are used.
If multiple non-blank lines exist in the file they are
all taken as valid passwords. Blank lines are ignored.
Password lines may be "commented out" (ignored) if
they begin with the charactor "#" or the line contains
the string "__SKIP__". Lines may be annotated by use
of the "__COMM__" string: from it to the end of the
line is ignored. An empty password may be specified
via the "__EMPTY__" string on a line by itself (note
your viewer might not accept empty passwords).
If the string "__BEGIN_VIEWONLY__" appears on a
line by itself, the remaining passwords are used for
viewonly access. For compatibility, as a special case
if the file contains only two password lines the 2nd
one is automatically taken as the viewonly password.
Otherwise the "__BEGIN_VIEWONLY__" token must be used
to have viewonly passwords. (tip: make it the 3rd and
last line to have 2 full-access passwords)
-nopw Disable the big warning message when you use x11vnc -nopw Disable the big warning message when you use x11vnc
without some sort of password. without some sort of password.
-storepasswd pass file Store password "pass" as the VNC password in the -storepasswd pass file Store password "pass" as the VNC password in the
...@@ -6758,6 +6792,7 @@ These options are passed to libvncserver: ...@@ -6758,6 +6792,7 @@ These options are passed to libvncserver:
-passwd plain-password use authentication -passwd plain-password use authentication
(use plain-password as password, USE AT YOUR RISK) (use plain-password as password, USE AT YOUR RISK)
-deferupdate time time in ms to defer updates (default 40) -deferupdate time time in ms to defer updates (default 40)
-deferptrupdate time time in ms to defer pointer updates (default none)
-desktop name VNC desktop name (default "LibVNCServer") -desktop name VNC desktop name (default "LibVNCServer")
-alwaysshared always treat new clients as shared -alwaysshared always treat new clients as shared
-nevershared never treat new clients as shared -nevershared never treat new clients as shared
...@@ -6770,6 +6805,10 @@ These options are passed to libvncserver: ...@@ -6770,6 +6805,10 @@ These options are passed to libvncserver:
-listen ipaddr listen for connections only on network interface with -listen ipaddr listen for connections only on network interface with
addr ipaddr. '-listen localhost' and hostname work too. addr ipaddr. '-listen localhost' and hostname work too.
libvncserver-tight-extension options:
-disablefiletransfer disable file transfer
-ftproot string set ftp root
Pretty wild huh? [1]Contact me if you have any questions or problems. Pretty wild huh? [1]Contact me if you have any questions or problems.
Personally, I use: Personally, I use:
......
.\" This file was automatically generated from x11vnc -help output. .\" This file was automatically generated from x11vnc -help output.
.TH X11VNC "1" "November 2005" "x11vnc " "User Commands" .TH X11VNC "1" "December 2005" "x11vnc " "User Commands"
.SH NAME .SH NAME
x11vnc - allow VNC connections to real X11 displays x11vnc - allow VNC connections to real X11 displays
version: 0.7.3, lastmod: 2005-11-28 version: 0.7.3, lastmod: 2005-12-24
.SH SYNOPSIS .SH SYNOPSIS
.B x11vnc .B x11vnc
[OPTION]... [OPTION]...
...@@ -264,9 +264,15 @@ option, otherwise the stderr goes to the viewer which ...@@ -264,9 +264,15 @@ option, otherwise the stderr goes to the viewer which
will cause it to abort. Specifying both \fB-inetd\fR and \fB-q\fR will cause it to abort. Specifying both \fB-inetd\fR and \fB-q\fR
and no \fB-o\fR will automatically close the stderr. and no \fB-o\fR will automatically close the stderr.
.PP .PP
\fB-filexfer\fR \fB-nofilexfer\fR
.IP .IP
Enable the TightVNC file transfer extension. Disable the TightVNC file transfer extension. (same as
\fB-disablefiletransfer).\fR Note that when the \fB-viewonly\fR
option is supplied all file transfers are disabled.
Also clients that log in viewonly cannot transfer files.
However, if the remote control mechanism is used to
change the global or per-client viewonly state the
filetransfer permissions will NOT change.
.PP .PP
\fB-http\fR \fB-http\fR
.IP .IP
...@@ -361,18 +367,38 @@ Supply a 2nd password for view-only logins. The \fB-passwd\fR ...@@ -361,18 +367,38 @@ Supply a 2nd password for view-only logins. The \fB-passwd\fR
.PP .PP
\fB-passwdfile\fR \fIfilename\fR \fB-passwdfile\fR \fIfilename\fR
.IP .IP
Specify libvncserver \fB-passwd\fR via the first line of the Specify the libvncserver password via the first line
file \fIfilename\fR instead of via command line (where of the file \fIfilename\fR (instead of via \fB-passwd\fR on
others might see it via the command line where others might see it via
.IR ps (1) .IR ps (1)
). If a second non blank ).
line exists in the file it is taken as a view-only .IP
password (i.e. \fB-viewpasswd)\fR To supply an empty password If the filename is prefixed with "rm:" it will be
for either field the string "__EMPTY__" may be used. removed after being read. In general, the password file
Note: \fB-passwdfile\fR is a simple plaintext passwd, see should not be readable by untrusted users (BTW: neither
also \fB-rfbauth\fR and \fB-storepasswd\fR below for obfuscated should the VNC \fB-rfbauth\fR file: it is NOT encrypted).
VNC password files. Neither file should be readable .IP
by untrusted users. Note that only the first 8 characters of a password
are used.
.IP
If multiple non-blank lines exist in the file they are
all taken as valid passwords. Blank lines are ignored.
Password lines may be "commented out" (ignored) if
they begin with the charactor "#" or the line contains
the string "__SKIP__". Lines may be annotated by use
of the "__COMM__" string: from it to the end of the
line is ignored. An empty password may be specified
via the "__EMPTY__" string on a line by itself (note
your viewer might not accept empty passwords).
.IP
If the string "__BEGIN_VIEWONLY__" appears on a
line by itself, the remaining passwords are used for
viewonly access. For compatibility, as a special case
if the file contains only two password lines the 2nd
one is automatically taken as the viewonly password.
Otherwise the "__BEGIN_VIEWONLY__" token must be used
to have viewonly passwords. (tip: make it the 3rd and
last line to have 2 full-access passwords)
.PP .PP
\fB-nopw\fR \fB-nopw\fR
.IP .IP
...@@ -2534,6 +2560,10 @@ use authentication ...@@ -2534,6 +2560,10 @@ use authentication
.IP .IP
time in ms to defer updates (default 40) time in ms to defer updates (default 40)
.PP .PP
\fB-deferptrupdate\fR \fItime\fR
.IP
time in ms to defer pointer updates (default none)
.PP
\fB-desktop\fR \fIname\fR \fB-desktop\fR \fIname\fR
.IP .IP
VNC desktop name (default "LibVNCServer") VNC desktop name (default "LibVNCServer")
...@@ -2571,6 +2601,16 @@ enable progressive updating for slow links ...@@ -2571,6 +2601,16 @@ enable progressive updating for slow links
.IP .IP
listen for connections only on network interface with listen for connections only on network interface with
addr ipaddr. '-listen localhost' and hostname work too. addr ipaddr. '-listen localhost' and hostname work too.
.PP
libvncserver-tight-extension options:
.PP
\fB-disablefiletransfer\fR
.IP
disable file transfer
.PP
\fB-ftproot\fR \fIstring\fR
.IP
set ftp root
.SH "FILES" .SH "FILES"
.IR $HOME/.x11vncrc , .IR $HOME/.x11vncrc ,
.IR $HOME/.Xauthority .IR $HOME/.Xauthority
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment