Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:passwdfile

1486 	fprintf(stderr, " passfile:   %s\n", passwdfile ? passwdfile
2610 if (!strcmp(arg, "-passwdfile")) {
2612 passwdfile = strdup(argv[++i]);
4469 f = (char *) malloc(strlen(h)+strlen("/.vnc/passwdfile") + 1);
4481 sprintf(f, "%s/.vnc/passwdfile", h);
4488 passwdfile = strdup(f);
4539 fprintf(stderr, " -passwd, -viewpasswd, and -passwdfile\n");
4543 fprintf(stderr, "option -passwdfile is incompatible with:\n");
4560 } else if (passwdfile) {
4562 if (strstr(passwdfile, "cmd:") == passwdfile ||
4563 strstr(passwdfile, "custom:") == passwdfile) {
4574 } else if (read_passwds(passwdfile)) {
4617 char message[] = "-rfbauth, -passwdfile, -passwd password, "