Lines Matching full:unixpw
33 /* -- unixpw.c -- */
433 rfbLog("-unixpw is not supported on this OS/machine\n");
985 /* unixpw */
986 if (no_external_cmds || !cmd_ok("unixpw")) {
2164 && strstr(users_list, "unixpw=") == users_list) {
2166 rfbLog("unixpw_accept: unixpw= but not root\n");
2172 if (!strcmp(users_list, "unixpw=")) {
2176 p = strtok(str + strlen("unixpw="), ",");