Home
last modified time | relevance | path

Searched refs:allow_once (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Dconnections.c972 if (*allow_list == '\0' && allow_once == NULL) { in check_access()
992 if (allow_once) { in check_access()
993 len2 = strlen(allow_once) + 2; in check_access()
1022 if (allow_once) { in check_access()
1024 strcat(list, allow_once); in check_access()
1034 if (allow_once) { in check_access()
1035 len += strlen(allow_once) + 1; in check_access()
1043 if (allow_once) { in check_access()
1045 strcat(list, allow_once); in check_access()
1053 if (allow_once) { in check_access()
[all …]
Doptions.h132 extern char *allow_once;
Doptions.c156 char *allow_once = NULL; /* one time -allow */ variable
Dsslhelper.c3210 if (allow_once != NULL) { in check_ssl_access()
3211 save_allow_once = strdup(allow_once); in check_ssl_access()
3218 allow_once = save_allow_once; in check_ssl_access()
Dremote.c1826 NONUL(allow_once)); in process_remote_cmd()
1830 allow_once = strdup(p); in process_remote_cmd()
1831 rfbLog("remote_cmd: set allow_once %s\n", allow_once); in process_remote_cmd()