Searched refs:passwds (Results 1 – 4 of 4) sorted by relevance
123 char **passwds = malloc(sizeof(char**)*2); in rfbProcessArguments() local128 passwds[0] = argv[++i]; in rfbProcessArguments()129 passwds[1] = NULL; in rfbProcessArguments()130 rfbScreen->authPasswdData = (void*)passwds; in rfbProcessArguments()
734 char **passwds; in rfbCheckPasswordByList() local737 for(passwds=(char**)cl->screen->authPasswdData;*passwds;passwds++,i++) { in rfbCheckPasswordByList()740 rfbEncryptBytes(auth_tmp, *passwds); in rfbCheckPasswordByList()
5661 …c, x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw,
15203 * nanoftp.c: use only "anonymous@" string for anonymous passwds