HomeSort by relevance Sort by last modified time
    Searched full:viewonly (Results 1 - 25 of 40) sorted by null

1 2

  /external/libvncserver/examples/
mac.c 398 if(((int)cl->clientData)==-1) return; /* viewOnly */
429 if(((int)cl->clientData)==-1) return; /* viewOnly */
447 rfbBool viewOnly = FALSE, sharedMode = FALSE;
510 cl->clientData=(void*)((viewOnly)?-1:0);
525 } else if(strcmp(argv[i],"-viewonly")==0) {
526 viewOnly=TRUE;
  /external/libvncserver/client_examples/
SDLvncviewer.c 19 static int enableResizable = 1, viewOnly, listenLoop, buttonMask;
388 if (viewOnly)
420 if (viewOnly)
492 if (!strcmp(argv[i], "-viewonly"))
493 viewOnly = 1;
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c 290 if((IsFileTransferEnabled() == TRUE) && ( cl->viewOnly == FALSE)) {
305 if((IsFileTransferEnabled() == TRUE) && ( cl->viewOnly == FALSE)) {
381 if((IsFileTransferEnabled() == FALSE) || ( cl->viewOnly == TRUE)) {
  /external/libvncserver/x11vnc/
options.c 160 #ifndef VIEWONLY
161 #define VIEWONLY 0
163 int view_only = VIEWONLY; /* clients can only watch. */
xevents.c 1046 rfbLog("check_local_grab: set viewonly\n");
1055 rfbLog("check_local_grab: restored viewonly; %d\n", view_only);
    [all...]
tkx11vnc 320 =D viewonly
779 connection in ViewOnly mode. It corresponds to the \"-R accept:popup\"
782 All Clients ViewOnly:
786 logged in). It corresponds to the \"-R viewonly\" and \"-R noviewonly\"
825 ViewOnly Password:
836 If you set \"Password\" to the empty string that makes the \"ViewOnly
839 If you set \"ViewOnly Password\" to the empty string that just removes
840 the ViewOnly log in aspect: \"Password\" is still required to log in.
867 \"All Clients ViewOnly\" if you enable this remotely, well
911 Regarding ViewOnly passwords (where a VNC client using that passwor
    [all...]
tkx11vnc.h 331 " =D viewonly\n"
790 " connection in ViewOnly mode. It corresponds to the \\\"-R accept:popup\\\"\n"
793 " All Clients ViewOnly:\n"
797 " logged in). It corresponds to the \\\"-R viewonly\\\" and \\\"-R noviewonly\\\"\n"
836 " ViewOnly Password:\n"
847 " If you set \\\"Password\\\" to the empty string that makes the \\\"ViewOnly\n"
850 " If you set \\\"ViewOnly Password\\\" to the empty string that just removes\n"
851 " the ViewOnly log in aspect: \\\"Password\\\" is still required to log in.\n"
878 " \\\"All Clients ViewOnly\\\" if you enable this remotely, well\n"
922 "Regarding ViewOnly passwords (where a VNC client using that password\n
    [all...]
linuxfb.c 391 /* do not forget viewonly perms */
connections.c     [all...]
unixpw.c     [all...]
ChangeLog 200 Add clear_all, viewonly, nodisplay, to unixpw username:opts.
706 input for viewonly -unixpw logins. "%*" utils for testing
    [all...]
help.c 462 "-viewonly All VNC clients can only watch (default %s).\n"
531 " that when the -viewonly option is supplied all file\n"
533 " viewonly cannot transfer files. However, if the remote\n"
535 " per-client viewonly state the filetransfer permissions\n"
    [all...]
x11vnc.1 472 \fB-viewonly\fR
565 that when the \fB-viewonly\fR option is supplied all file
567 viewonly cannot transfer files. However, if the remote
569 per-client viewonly state the filetransfer permissions
    [all...]
pointer.c 1091 "# would have been discarded since the client was viewonly.\n"
  /external/libvncserver/webclients/java-applet/
javaviewer.pseudo_proxy.patch 19 boolean viewOnly;
VncViewer.jar 
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/
ssvncviewer.1 92 \fB\-viewonly\fR
515 V: toggle viewonly Q: quit viewer 123456: UltraVNC scale 1/n
529 The above mappings are \fBalways\fR active in ViewOnly mode, unless you set
563 ViewOnly: ~ -viewonly
692 .B viewOnly
693 Equivalent of \fB\-viewonly\fR option. Default false.
  /external/libvncserver/
NEWS 121 viewonly/full passwords; if given a list, only the first is a full one
  /external/libvncserver/libvncclient/
vncviewer.c 93 data->viewOnly=FALSE;
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
ssvnc_cmd 69 # -viewonly
  /external/libvncserver/libvncserver/
main.c 744 cl->viewOnly=TRUE;
1148 if (!cl->viewOnly && cl->lastPtrX >= 0) {
rfbserver.c 300 cl->viewOnly = FALSE;
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
tight-vncviewer-full.patch 284 +*popup*button10.label: ViewOnly
776 + " V: toggle viewonly Q: quit viewer 1 2 3 4 5 6: UltraVNC scale 1/n\\n"
785 + "The above mappings are *always* active in ViewOnly mode, unless you set the\\n"
918 + "*popup*button10.label: ViewOnly",
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 98 rfbBool viewOnly;
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
README 213 dynamically via the menu: ViewOnly, Toggle Bell, CursorShape

Completed in 87 milliseconds

1 2