Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/external/openssh/regress/
Dlimit-keytype.sh14 fatal "ssh-keygen failed"
18 fatal "ssh-keygen failed"
20 fatal "ssh-keygen failed"
22 fatal "ssh-keygen failed"
24 fatal "ssh-keygen failed"
27 fatal "couldn't sign user_key1"
57 ${SSH} $certopts proxy true || fatal "cert failed"
58 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed"
59 ${SSH} $opts -i $OBJ/user_key2 proxy true || fatal "key2 failed"
64 ${SSH} $certopts proxy true && fatal "cert succeeded"
[all …]
Dcert-file.sh11 fatal "ssh-keygen failed"
13 fatal "ssh-keygen failed"
17 fatal "ssh-keygen failed"
19 fatal "ssh-keygen failed"
21 fatal "ssh-keygen failed"
23 fatal "ssh-keygen failed"
25 fatal "ssh-keygen failed"
31 fatal "couldn't sign user_key1 with user_ca_key1"
35 fatal "couldn't sign user_key1 with user_ca_key2"
39 fatal "couldn't sign user_key3 with user_ca_key1"
[all …]
Dkrl.sh19 fatal "$SSHKEYGEN CA failed"
21 fatal "$SSHKEYGEN CA2 failed"
65 || fatal "$SSHKEYGEN failed"
68 || fatal "$SSHKEYGEN sign failed"
91 >/dev/null || fatal "$SSHKEYGEN KRL failed"
93 >/dev/null || fatal "$SSHKEYGEN KRL failed"
95 >/dev/null || fatal "$SSHKEYGEN KRL failed"
97 >/dev/null || fatal "$SSHKEYGEN KRL failed"
99 >/dev/null || fatal "$SSHKEYGEN KRL failed"
102 >/dev/null 2>&1 && fatal "$SSHKEYGEN KRL succeeded unexpectedly"
[all …]
Dcheck-perm.c23 fatal(const char *fmt, ...) in fatal() function
42 fatal("chroot path does not begin at root"); in safely_chroot()
44 fatal("chroot path too long"); in safely_chroot()
62 fatal("%s: stat(\"%s\"): %s", __func__, in safely_chroot()
65 fatal("bad ownership or modes for chroot " in safely_chroot()
69 fatal("chroot path %s\"%s\" is not a directory", in safely_chroot()
75 fatal("Unable to chdir to chroot path \"%s\": " in safely_chroot()
196 fatal("Could not stat %s: %s", path, strerror(errno)); in main()
199 fatal("Unsafe %s: %s", path, errmsg); in main()
/external/openssh/
Duidswap.c97 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
102 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
110 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid()
115 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
120 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
127 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid()
137 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid()
140 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid()
153 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno)); in permanently_drop_suid()
165 fatal("%s: was able to restore old [e]uid", __func__); in permanently_drop_suid()
[all …]
Dssh-keysign.c87 fatal("%s: sshbuf_from failed", __func__); in valid_request()
91 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
96 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
102 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
106 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
113 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
121 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
136 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
148 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request()
187 fatal("%s: pledge: %s", __progname, strerror(errno)); in main()
[all …]
Dssh-keygen.c200 fatal("unknown key type %s", key_type_name); in type_bits_valid()
219 fatal("key bits exceeds maximum %d", maxbits); in type_bits_valid()
221 fatal("DSA keys must be 1024 bits"); in type_bits_valid()
223 fatal("Key must at least be 1024 bits"); in type_bits_valid()
225 fatal("Invalid ECDSA key length - valid lengths are " in type_bits_valid()
262 fatal("bad key type"); in ask_filename()
287 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity()
296 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity()
315 fatal("version 1 keys are not supported"); in do_convert_to_ssh2()
317 fatal("key_to_blob failed: %s", ssh_err(r)); in do_convert_to_ssh2()
[all …]
Dopacket.c19 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_start()
29 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_char()
38 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int()
47 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int64()
56 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_string()
65 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_cstring()
74 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_raw()
84 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum()
95 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum2()
106 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_ecpoint()
[all …]
Dsftp-client.c115 fatal("Outbound message too long %zu", sshbuf_len(m)); in send_msg()
127 fatal("Couldn't send packet: %s", strerror(errno)); in send_msg()
140 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg()
144 fatal("Connection closed"); in get_msg()
146 fatal("Couldn't read packet: %s", strerror(errno)); in get_msg()
150 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg()
152 fatal("Received message too long %u", msg_len); in get_msg()
155 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg()
160 fatal("Connection closed"); in get_msg()
162 fatal("Read packet: %s", strerror(errno)); in get_msg()
[all …]
Dbufaux.c46 fatal("%s: buffer error", __func__); in buffer_get_short()
69 fatal("%s: buffer error", __func__); in buffer_get_int()
92 fatal("%s: buffer error", __func__); in buffer_get_int64()
103 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_short()
112 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int()
121 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int64()
146 fatal("%s: buffer error", __func__); in buffer_get_string()
172 fatal("%s: buffer error", __func__); in buffer_get_cstring()
198 fatal("%s: buffer error", __func__); in buffer_get_string_ptr()
208 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_string()
[all …]
Dsandbox-capsicum.c76 fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s", in ssh_sandbox_child()
80 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s", in ssh_sandbox_child()
84 fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s", in ssh_sandbox_child()
90 fatal("can't limit stdin: %m"); in ssh_sandbox_child()
92 fatal("can't limit stdout: %m"); in ssh_sandbox_child()
94 fatal("can't limit stderr: %m"); in ssh_sandbox_child()
99 fatal("%s: failed to limit the network socket", __func__); in ssh_sandbox_child()
103 fatal("%s: failed to limit the logging socket", __func__); in ssh_sandbox_child()
105 fatal("%s: failed to enter capability mode", __func__); in ssh_sandbox_child()
Dbuffer.c35 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_append()
45 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_append_space()
58 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_check_alloc()
77 fatal("%s: buffer error", __func__); in buffer_get()
89 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_consume_ret()
96 fatal("%s: buffer error", __func__); in buffer_consume()
108 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_consume_end_ret()
115 fatal("%s: buffer error", __func__); in buffer_consume_end()
Dssh-agent.c187 fatal("internal error, bad protocol version %d", version); in idtab_lookup()
239 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_status()
252 fatal("%s: sshbuf_new failed", __func__); in process_request_identities()
257 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities()
267 fatal("%s: buffer error: %s", in process_request_identities()
280 fatal("%s: buffer error: %s", in process_request_identities()
285 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities()
288 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities()
307 fatal("%s: sshbuf_new failed", __func__); in process_authentication_challenge1()
309 fatal("%s: sshkey_new failed", __func__); in process_authentication_challenge1()
[all …]
Dsandbox-systrace.c119 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid()); in ssh_sandbox_child()
139 fatal("%s: child terminated with signal %d", in ssh_sandbox_parent()
142 fatal("%s: child exited with status %d", in ssh_sandbox_parent()
144 fatal("%s: child not stopped", __func__); in ssh_sandbox_parent()
151 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent()
154 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__, in ssh_sandbox_parent()
159 fatal("%s: ioctl(%d, STRIOCATTACH, %d): %s", __func__, in ssh_sandbox_parent()
167 fatal("%s: ioctl(%d, STRIOCPOLICY (new)): %s", __func__, in ssh_sandbox_parent()
173 fatal("%s: ioctl(%d, STRIOCPOLICY (assign)): %s", in ssh_sandbox_parent()
192 fatal("%s: ioctl(%d, STRIOCPOLICY (modify)): %s", in ssh_sandbox_parent()
[all …]
Dxmalloc.c45 fatal("xmalloc: zero size"); in xmalloc()
48 fatal("xmalloc: out of memory (allocating %zu bytes)", size); in xmalloc()
58 fatal("xcalloc: zero size"); in xcalloc()
60 fatal("xcalloc: nmemb * size > SIZE_MAX"); in xcalloc()
63 fatal("xcalloc: out of memory (allocating %zu bytes)", in xcalloc()
75 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)", in xreallocarray()
103 fatal("xasprintf: could not allocate memory"); in xasprintf()
Dservconf.c191 fatal("kex_assemble_names failed"); in assemble_algorithms()
614 fatal("%s: getcwd: %s", __func__, strerror(errno)); in derelativise_path()
645 fatal("bad addr or host: %s (%s)", in add_one_listen_addr()
1002 fatal("%s line %d: Directive '%s' is not allowed " in process_server_config_line()
1025 fatal("%s line %d: too many ports.", in process_server_config_line()
1029 fatal("%s line %d: missing port number.", in process_server_config_line()
1033 fatal("%s line %d: Badly formatted port number.", in process_server_config_line()
1042 fatal("%s line %d: missing time value.", in process_server_config_line()
1045 fatal("%s line %d: invalid time value.", in process_server_config_line()
1054 fatal("%s line %d: missing address", in process_server_config_line()
[all …]
Dreadconf.c329 fatal("Privileged ports can only be forwarded by root."); in add_local_forward()
415 fatal("Too many certificate files specified (max %d)", in add_certificate_file()
441 fatal("Too many identity files specified (max %d)", in add_identity_file()
494 fatal("open(/dev/null): %s", strerror(errno)); in execute_in_shell()
507 fatal("dup2: %s", strerror(errno)); in execute_in_shell()
509 fatal("dup2: %s", strerror(errno)); in execute_in_shell()
528 fatal("%s: fork: %.100s", __func__, strerror(errno)); in execute_in_shell()
534 fatal("%s: waitpid: %s", __func__, strerror(errno)); in execute_in_shell()
632 fatal("gethostname: %s", strerror(errno)); in match_cfg_line()
656 fatal("%.200s line %d: match exec " in match_cfg_line()
[all …]
/external/valgrind/none/tests/
Dasync-sigs.stderr.exp-mips321 testing: blocking=0 caught=11 fatal=10... PASSED
2 testing: blocking=0 caught=11 fatal=1... PASSED
3 testing: blocking=0 caught=16 fatal=10... PASSED
4 testing: blocking=0 caught=16 fatal=1... PASSED
5 testing: blocking=1 caught=11 fatal=10... PASSED
6 testing: blocking=1 caught=11 fatal=1... PASSED
7 testing: blocking=1 caught=16 fatal=10... PASSED
8 testing: blocking=1 caught=16 fatal=1... PASSED
/external/protobuf/gtest/test/
Dgtest_output_test_golden_lin.txt317 Expected: 1 non-fatal failure
323 Expected: 1 non-fatal failure
325 gtest_output_test_.cc:#: Non-fatal failure:
327 Expected non-fatal failure 1.
329 gtest_output_test_.cc:#: Non-fatal failure:
331 Expected non-fatal failure 2.
337 Expected: 1 non-fatal failure
341 Expected fatal failure.
347 Expected: 1 non-fatal failure
353 Expected: 1 non-fatal failure
[all …]
Dgtest_output_test_golden_win.txt285 gtest.cc:#: error: Expected: 1 non-fatal failure
290 gtest.cc:#: error: Expected: 1 non-fatal failure
292 gtest_output_test_.cc:#: Non-fatal failure:
294 Expected non-fatal failure 1.
296 gtest_output_test_.cc:#: Non-fatal failure:
298 Expected non-fatal failure 2.
303 gtest.cc:#: error: Expected: 1 non-fatal failure
307 Expected fatal failure.
312 gtest.cc:#: error: Expected: 1 non-fatal failure
317 gtest.cc:#: error: Expected: 1 non-fatal failure
[all …]
/external/autotest/utils/
Drelease35 fatal() { function
125 su $BECOME_USER -c "$BASE_DIR/utils/compile_gwt_clients.py -a" || fatal
133 find -type d | xargs chmod o+rx ) || fatal
140 su $BECOME_USER -c $BASE_DIR/site_utils/site_install_cli || fatal
146 $INIT_SCR start || fatal
153 su $BECOME_USER -c $BASE_DIR/site_utils/site_restart_apache || fatal
161 su $BECOME_USER -c $BASE_DIR/site_utils/site_restart_final || fatal
/external/v8/testing/gtest/test/
Dgtest_output_test_golden_lin.txt347 Expected: 1 non-fatal failure
353 Expected: 1 non-fatal failure
355 gtest_output_test_.cc:#: Non-fatal failure:
357 Expected non-fatal failure 1.
359 gtest_output_test_.cc:#: Non-fatal failure:
361 Expected non-fatal failure 2.
367 Expected: 1 non-fatal failure
371 Expected fatal failure.
377 Expected: 1 non-fatal failure
383 Expected: 1 non-fatal failure
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_golden_lin.txt323 Expected: 1 non-fatal failure
329 Expected: 1 non-fatal failure
331 gtest_output_test_.cc:#: Non-fatal failure:
333 Expected non-fatal failure 1.
335 gtest_output_test_.cc:#: Non-fatal failure:
337 Expected non-fatal failure 2.
343 Expected: 1 non-fatal failure
347 Expected fatal failure.
353 Expected: 1 non-fatal failure
359 Expected: 1 non-fatal failure
[all …]
/external/googletest/googletest/test/
Dgtest_output_test_golden_lin.txt347 Expected: 1 non-fatal failure
353 Expected: 1 non-fatal failure
355 gtest_output_test_.cc:#: Non-fatal failure:
357 Expected non-fatal failure 1.
359 gtest_output_test_.cc:#: Non-fatal failure:
361 Expected non-fatal failure 2.
367 Expected: 1 non-fatal failure
371 Expected fatal failure.
377 Expected: 1 non-fatal failure
383 Expected: 1 non-fatal failure
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_output_test_golden_lin.txt336 Expected: 1 non-fatal failure
342 Expected: 1 non-fatal failure
344 gtest_output_test_.cc:#: Non-fatal failure:
346 Expected non-fatal failure 1.
348 gtest_output_test_.cc:#: Non-fatal failure:
350 Expected non-fatal failure 2.
356 Expected: 1 non-fatal failure
360 Expected fatal failure.
366 Expected: 1 non-fatal failure
372 Expected: 1 non-fatal failure
[all …]

12345678910>>...21