HomeSort by relevance Sort by last modified time
    Searched refs:passwdfile (Results 1 - 8 of 8) sorted by null

  /external/libvncserver/x11vnc/
options.c 53 char *passwdfile = NULL; /* -passwdfile */ variable
168 char **passwd_list = NULL; /* for -passwdfile */
options.h 53 extern char *passwdfile;
user.c 937 rfbLog("cannot open passwdfile: %s\n", passfile);
1016 rfbLog("cannot read a valid line from passwdfile: %s\n",
1108 if (! passwdfile) {
1111 if (strstr(passwdfile, "read:") != passwdfile) {
1122 if (read_passwds(passwdfile)) {
1136 if (!passwdfile || strstr(passwdfile, "custom:") != passwdfile) {
1139 cmd = passwdfile + strlen("custom:")
    [all...]
x11vnc.c 2612 passwdfile = strdup(argv[++i]); local
    [all...]
connections.c 610 if (!strcmp(mode, "read_passwds") && cmd_ok("passwdfile")) {
    [all...]
remote.c 1047 * Maybe add: passwdfile logfile bg rfbauth passwd...
    [all...]
  /external/libvncserver/x11vnc/misc/
desktop.cgi 751 # Use x11vnc trick to switch to user and store vnc pass in the passwdfile.
847 -passwdfile \$HOME/x11vnc.pw -oa \$HOME/x11vnc.log \\
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 356 milliseconds