Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 14 of 14) sorted by relevance

/external/openssh/
Dsftp-server.055 supported request types. If both a blacklist and a whitelist are
56 specified, then the blacklist is applied before the whitelist.
61 whitelist will be logged and replied to with a failure message.
DChangeLog6721 Add ability to whitelist and/or blacklist sftp protocol requests by name.
/external/clang/include/clang/AST/
DCommentHTMLTags.td58 // FIXME: this should be a whitelist. When changing this to a whitelist, don't
/external/dhcpcd/
Dif-options.h114 in_addr_t *whitelist; member
Dif-options.c709 ifo->whitelist = xrealloc(ifo->whitelist, in parse_option()
711 ifo->whitelist[ifo->whitelist_len++] = addr.s_addr; in parse_option()
712 ifo->whitelist[ifo->whitelist_len++] = addr2.s_addr; in parse_option()
Ddhcpcd.c498 if (ifo->whitelist[i] == (addr & ifo->whitelist[i + 1])) in whitelisted_ip()
/external/v8/tools/gcmole/
Dgcmole.lua48 whitelist = true;
264 if FLAGS.whitelist then
/external/libnfc-nxp/src/
DphHciNfc_AdminMgmt.c100 uint8_t whitelist[WHITELIST_MAX_LEN]; member
476 p_admin_info->whitelist[i] = i + 2; in phHciNfc_Admin_Initialise()
480 (uint8_t *)p_admin_info->whitelist, i ); in phHciNfc_Admin_Initialise()
1178 p_admin_info->whitelist[i] = reg_value[i]; in phHciNfc_Admin_InfoUpdate()
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DDoSFilter-mbean.properties13 whitelist: comma separated list of IP addresses that will not be rate limited. key
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java431 public HtmlPolicyBuilder allowStyling(CssSchema whitelist) { in allowStyling() argument
434 new StylingPolicy(whitelist), ImmutableList.of("style")); in allowStyling()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DDoSFilter.java609 protected boolean checkWhitelist(List<String> whitelist, String candidate) in checkWhitelist() argument
611 for (String address : whitelist) in checkWhitelist()
/external/v8/test/mjsunit/es6/
Dpromises.js56 var whitelist = {Promise: true, TypeError: true} variable
59 if (name in whitelist || name[0] === name[0].toLowerCase()) delete globals[i]
/external/clang/include/clang/Driver/
DOptions.td202 def objcmt_whitelist_dir_path: Joined<["-"], "objcmt-whitelist-dir-path=">, Flags<[CC1Option]>,
/external/jetty/
DVERSION.txt1484 + 288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler