Searched refs:deny (Results 1 – 25 of 302) sorted by relevance
12345678910>>...13
/external/toybox/toys/lsb/ |
D | su.c | 63 if (*shp->sp_pwdp != '$') goto deny; 64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny; 67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny; 90 deny:
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus-wpa_supplicant.conf | 13 <deny own="fi.w1.wpa_supplicant1"/> 14 <deny send_destination="fi.w1.wpa_supplicant1"/> 15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
/external/python/httplib2/tests/ |
D | __init__.py | 525 def deny(**kwargs): function 551 return deny() 559 return deny(body=b"must use different auth scheme") 566 return deny(body=b"supplied credentials are not allowed") 590 return deny(nonce_stale=True) 591 return deny(body=b"invalid nonce") 593 return deny(body=b"auth-info nc missing") 595 return deny( 638 return deny(body=b"supplied credentials are not allowed")
|
/external/autotest/apache/ |
D | apache-conf | 8 Order allow,deny 21 Order deny,allow
|
/external/openssh/regress/ |
D | allow-deny-users.sh | 14 deny="$1" 19 start_sshd -oDenyUsers="$deny" -oAllowUsers="$allow"
|
D | Makefile | 82 allow-deny-users
|
/external/autotest/apache/conf/ |
D | site-sso-directives | 11 Order allow,deny 16 Order allow,deny
|
D | tko-directives | 22 Order allow,deny 58 Order allow,deny
|
/external/curl/src/ |
D | tool_paramhlp.c | 317 enum e_action { allow, deny, set } action = allow; in proto2num() enumerator 328 action = deny; in proto2num() 342 case deny: in proto2num()
|
/external/selinux/libselinux/src/ |
D | mapping.c | 41 bool deny = (security_deny_unknown() == 1); in selinux_set_mapping() local 107 deny ? "denied" : "allowed"); in selinux_set_mapping()
|
/external/curl/docs/cmdline-opts/ |
D | http0.9.d | 13 A future curl version will deny continuing if the response isn't at least
|
/external/selinux/secilc/docs/ |
D | cil_policy_config_statements.md | 63 <td align="left"><p>A keyword of either <code>allow</code>, <code>deny</code> or <code>reject</code… 65 <p><code> deny</code> unknown class / permissions (the default). This will set the returned AV w…
|
/external/curl/tests/data/ |
D | test1245 | 35 --proto deny must override --proto-redir allow
|
/external/libcxx/ |
D | TODO.TXT | 76 * Put a static_assert in std::allocator to deny const/volatile types (LWG 2447)
|
/external/openssh/ |
D | sshd_config.0 | 50 groups. The allow/deny directives are processed in the following 84 address/masklen format. The allow/deny directives are processed 307 allow/deny directives are processed in the following order: 321 format. The allow/deny directives are processed in the following
|
/external/curl/docs/ |
D | TheArtOfHttpScripting | 219 servers deny the HEAD method while others still work, which is a particular 624 bundle. Failing the verification will cause curl to deny the connection. You
|
/external/doclava/res/assets/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/ltp/testcases/kernel/io/disktest/ |
D | LICENSE | 29 deny you these rights or to ask you to surrender the rights. These
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1667 …set(deny_attributes_inc "(deny file* (literal \"${LLVM_BINARY_DIR}/include/llvm/IR/Attributes.inc\… 1668 …set(deny_intrinsics_inc "(deny file* (literal \"${LLVM_BINARY_DIR}/include/llvm/IR/Intrinsics.inc\…
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | LICENCE | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/kmod/tools/ |
D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/autotest/client/profilers/powertop/src/ |
D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | LICENSE | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | LICENCE | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/external/iproute2/ |
D | NOTICE | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
12345678910>>...13