Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/freebsd-10-stable/crypto/openssh/
Dauth-rsa.c175 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()
Dreadpass.c174 int allowed = 0; in ask_permission() local
188 allowed = 1; in ask_permission()
192 return (allowed); in ask_permission()
Dmonitor.c790 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 …]
Dauth-options.c463 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()
Dmonitor_wrap.c410 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/
Dex_stop.c39 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/
Dset94 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/
Dset94 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
Dset2032 29 Bad function-key specification. Null key not allowed\n
37 34 Null key not allowed\n
/freebsd-10-stable/contrib/tcsh/nls/C/
Dset94 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
Dset15 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
Dset2032 29 Bad function-key specification. Null key not allowed\n
37 34 Null key not allowed\n
/freebsd-10-stable/contrib/tcsh/nls/german/
Dset94 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/
DDiagnosticASTKinds.td16 " 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/
DSSL_CTX_set_max_cert_list.pod5 …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/
Ddelta.c184 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()
Dreporter.c746 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 …]
Dcommit.c223 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/
Dsystems.c230 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/
Dmustberoot.subr50 # 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/
Dlogin.access41 # 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/
Dset2032 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/
DREADME23 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/
Dhostapd.deny1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
Dhostapd.accept1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)

12345678910>>...17