Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:allow_list

1839 			    NONUL(allow_list));
1848 if (allow_list && strchr(allow_list, '/')) {
1850 rfbLog("in '-allow %s' mode.\n", allow_list);
1853 if (allow_list) {
1854 before = strdup(allow_list);
1859 old = allow_list;
1862 allow_list = add_item(allow_list, p);
1865 allow_list = delete_item(allow_list, p);
1867 allow_list = strdup(p);
1870 if (strcmp(before, allow_list)) {
1871 rfbLog("remote_cmd: modified allow_list:\n");
1873 rfbLog(" to: \"%s\"\n", allow_list);
1951 char *s = allow_list;
1959 if (allow_list) {
1960 before = strdup(allow_list);
1964 old = allow_list;
1966 allow_list = strdup("127.0.0.1");
1968 if (strcmp(before, allow_list)) {
1969 rfbLog("remote_cmd: modified allow_list:\n");
1971 rfbLog(" to: \"%s\"\n", allow_list);
1984 rfbLog("allow list is: '%s'\n", NONUL(allow_list));
1993 char *s = allow_list;
2005 if (allow_list) {
2006 before = strdup(allow_list);
2010 old = allow_list;
2012 allow_list = strdup("");
2014 if (strcmp(before, allow_list)) {
2015 rfbLog("remote_cmd: modified allow_list:\n");
2017 rfbLog(" to: \"%s\"\n", allow_list);
2030 rfbLog("allow list is: '%s'\n", NONUL(allow_list));
2093 if (allow_list) {
2094 if (!strcmp(allow_list, "127.0.0.1") ||
2095 !strcmp(allow_list, "localhost")) {
2103 if (allow_list) {
2104 free(allow_list);
2106 allow_list = NULL;
2110 if (allow_list) {
2111 free(allow_list);
2114 allow_list
2119 rfbLog("allow list is: '%s'\n", NONUL(allow_list));