| /freebsd-10-stable/crypto/openssh/ |
| D | auth-rsa.c | 175 int allowed = 0, bits; in rsa_key_allowed_in_file() local 262 allowed = 1; in rsa_key_allowed_in_file() 270 if (allowed && rkey != NULL) in rsa_key_allowed_in_file() 275 return allowed; in rsa_key_allowed_in_file() 287 u_int i, allowed = 0; in auth_rsa_key_allowed() local 291 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed() 296 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey); in auth_rsa_key_allowed() 302 return allowed; in auth_rsa_key_allowed()
|
| D | readpass.c | 174 int allowed = 0; in ask_permission() local 188 allowed = 1; in ask_permission() 192 return (allowed); in ask_permission()
|
| D | monitor.c | 790 int allowed = 0; in mm_answer_pwnamallow() local 814 allowed = 1; in mm_answer_pwnamallow() 857 debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed); in mm_answer_pwnamallow() 1196 int allowed = 0; in mm_answer_keyallowed() local 1222 allowed = options.pubkey_authentication && in mm_answer_keyallowed() 1231 (!pubkey_auth_attempt || allowed != 1)) in mm_answer_keyallowed() 1235 allowed = options.hostbased_authentication && in mm_answer_keyallowed() 1248 allowed = options.rhosts_rsa_authentication && in mm_answer_keyallowed() 1251 if (options.rhosts_rsa_authentication && allowed != 1) in mm_answer_keyallowed() 1263 __func__, key, allowed ? "allowed" : "not allowed"); in mm_answer_keyallowed() [all …]
|
| D | auth-options.c | 463 char *command, *allowed; in parse_option_list() local 524 if ((r = sshbuf_get_cstring(data, &allowed, in parse_option_list() 533 free(allowed); in parse_option_list() 538 allowed); in parse_option_list() 539 free(allowed); in parse_option_list()
|
| D | monitor_wrap.c | 410 int allowed = 0, have_forced = 0; in mm_key_allowed() local 431 allowed = buffer_get_int(&m); in mm_key_allowed() 440 return (allowed); in mm_key_allowed() 889 int allowed = 0, have_forced = 0; in mm_auth_rsa_key_allowed() local 899 allowed = buffer_get_int(&m); in mm_auth_rsa_key_allowed() 906 if (allowed && rkey != NULL) { in mm_auth_rsa_key_allowed() 915 return (allowed); in mm_auth_rsa_key_allowed()
|
| /freebsd-10-stable/contrib/nvi/ex/ |
| D | ex_stop.c | 39 int allowed; in ex_stop() local 45 if (sp->gp->scr_suspend(sp, &allowed)) in ex_stop() 47 if (!allowed) in ex_stop()
|
| /freebsd-10-stable/contrib/tcsh/nls/russian/ |
| D | set9 | 4 1 AddXkey: Null extended-key not allowed.\n 5 2 AddXkey: sequence-lead-in command not allowed\n 6 3 DeleteXkey: Null extended-key not allowed.\n
|
| /freebsd-10-stable/contrib/tcsh/nls/ukrainian/ |
| D | set9 | 4 1 AddXkey: Null extended-key not allowed.\n 5 2 AddXkey: sequence-lead-in command not allowed\n 6 3 DeleteXkey: Null extended-key not allowed.\n
|
| D | set20 | 32 29 Bad function-key specification. Null key not allowed\n 37 34 Null key not allowed\n
|
| /freebsd-10-stable/contrib/tcsh/nls/C/ |
| D | set9 | 4 1 AddXkey: Null extended-key not allowed.\n 5 2 AddXkey: sequence-lead-in command not allowed\n 6 3 DeleteXkey: Null extended-key not allowed.\n
|
| D | set1 | 5 2 %s is not allowed 83 80 $, ! or < not allowed with $# or $? 85 82 * not allowed with $# or $? 86 83 $?<digit> or $#<digit> not allowed
|
| D | set20 | 32 29 Bad function-key specification. Null key not allowed\n 37 34 Null key not allowed\n
|
| /freebsd-10-stable/contrib/tcsh/nls/german/ |
| D | set9 | 4 1 AddXkey: Null extended-key not allowed.\n 5 2 AddXkey: sequence-lead-in command not allowed\n 6 3 DeleteXkey: Null extended-key not allowed.\n
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticASTKinds.td | 16 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression">; 79 "not allowed in a constant expression">; 97 "object outside its lifetime is not allowed in a constant expression">; 100 "is not allowed in a constant expression">; 102 "modification of object of const-qualified type %0 is not allowed " 106 "volatile-qualified type %1 is not allowed in a constant expression">; 109 "%select{temporary|object %2|member %2}1 is not allowed in " 112 "read of mutable member %0 is not allowed in a constant expression">; 114 "read of non-const variable %0 is not allowed in a constant expression">; 116 "read of non-constexpr variable %0 is not allowed in a constant expression">; [all …]
|
| /freebsd-10-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CTX_set_max_cert_list.pod | 5 …ax_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list, - manipulate allowed for the peer's ce… 19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's 26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's 48 chain size allowed to be sent by the peer, see e.g. the work on 57 If the maximum certificate chain size allowed is exceeded, the handshake will
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | delta.c | 184 svn_boolean_t allowed; in authz_root_check() local 188 SVN_ERR(authz_read_func(&allowed, root, path, authz_read_baton, pool)); in authz_root_check() 190 if (! allowed) in authz_root_check() 716 svn_boolean_t allowed; in add_file_or_dir() local 722 SVN_ERR(c->authz_read_func(&allowed, c->target_root, target_path, in add_file_or_dir() 724 if (!allowed) in add_file_or_dir() 772 svn_boolean_t allowed; in replace_file_or_dir() local 778 SVN_ERR(c->authz_read_func(&allowed, c->target_root, target_path, in replace_file_or_dir() 780 if (!allowed) in replace_file_or_dir()
|
| D | reporter.c | 746 check_auth(report_baton_t *b, svn_boolean_t *allowed, const char *path, in check_auth() argument 750 return svn_error_trace(b->authz_read_func(allowed, b->t_root, path, in check_auth() 752 *allowed = TRUE; in check_auth() 860 svn_boolean_t allowed; in add_file_smartly() local 864 SVN_ERR(b->authz_read_func(&allowed, copyfrom_root, in add_file_smartly() 867 if (! allowed) in add_file_smartly() 920 svn_boolean_t allowed, related; in update_entry() local 1036 SVN_ERR(check_auth(b, &allowed, t_path, pool)); in update_entry() 1037 if (!allowed) in update_entry() 1364 svn_boolean_t allowed, info_is_set_path; in drive() local [all …]
|
| D | commit.c | 223 svn_boolean_t allowed; in check_authz() local 225 SVN_ERR(editor_baton->authz_callback(required, &allowed, root, path, in check_authz() 227 if (!allowed) in check_authz() 970 svn_boolean_t allowed; in svn_repos_get_commit_editor5() local 972 SVN_ERR(authz_callback(svn_authz_write, &allowed, NULL, NULL, in svn_repos_get_commit_editor5() 974 if (!allowed) in svn_repos_get_commit_editor5() 1037 svn_boolean_t allowed; 1049 &allowed, scratch_pool)); 1050 if (!allowed)
|
| /freebsd-10-stable/usr.sbin/ppp/ |
| D | systems.c | 230 int f, mode, allowed; in AllowModes() local 232 allowed = 0; in AllowModes() 238 allowed |= mode; in AllowModes() 241 modeok = modereq & allowed ? 1 : 0; in AllowModes()
|
| /freebsd-10-stable/usr.sbin/bsdconfig/share/ |
| D | mustberoot.subr | 50 # While in SECURE mode, should authentication as `root' be allowed? Set to 55 # allowed because no password is required to become `root' when already `root' 160 # or exceed the number of allowed failures. 223 # If user exhausted number of allowed password tries, log 300 # number of allowed failures. 385 # If user exhausted number of allowed password tries, log
|
| /freebsd-10-stable/etc/ |
| D | login.access | 41 # Some accounts are not allowed to login from anywhere: 45 # All other accounts are allowed to login from anywhere.
|
| /freebsd-10-stable/contrib/tcsh/nls/finnish/ |
| D | set20 | 32 29 Bad function-key specification. Null key not allowed\n 37 34 Null key not allowed\n
|
| /freebsd-10-stable/contrib/pam_modules/pam_passwdqc/ |
| D | README | 23 The minimum allowed password lengths, separately for different kinds 53 The maximum allowed password length. This can be used to prevent 84 Whether a new password is allowed to be similar to the old one. The 93 will be allowed regardless of other possible restrictions.
|
| /freebsd-10-stable/contrib/wpa/hostapd/ |
| D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
| D | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|