/openbsd/regress/lib/libcrypto/pkcs7/ |
H A D | pkcs7test.c | 148 fatal("cipher"); in main() 184 fatal("BIO_reset"); in main() 187 fatal("BIO_new"); in main() 199 fatal("BIO_new"); in main() 218 fatal("BIO_reset"); in main() 221 fatal("BIO_new"); in main() 233 fatal("BIO_new"); in main() 252 fatal("BIO_reset"); in main() 255 fatal("BIO_new"); in main() 272 fatal("BIO_reset"); in main() [all …]
|
/openbsd/regress/usr.bin/ssh/ |
H A D | limit-keytype.sh | 28 fatal "ssh-keygen failed" 32 fatal "ssh-keygen failed" 34 fatal "ssh-keygen failed" 36 fatal "ssh-keygen failed" 38 fatal "ssh-keygen failed" 40 fatal "ssh-keygen failed" 42 fatal "ssh-keygen failed" 45 fatal "couldn't sign user_key1" 88 ${SSH} $certopts proxy true || fatal "cert failed" 112 ${SSH} $certopts proxy true || fatal "cert failed" [all …]
|
H A D | cert-file.sh | 11 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 …]
|
H A D | agent-pkcs11-restrict.sh | 15 fatal "ssh-keygen hostkey failed" 44 fatal "ssh-add -l did not fail with exit code 1 (got $r)" 122 $SSHADD -qD >/dev/null || fatal "clear agent failed" 124 fatal "failed to add keys" 134 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output" 138 $SSHADD -qD >/dev/null || fatal "clear agent failed" 140 fatal "failed to add keys" 148 $SSHADD -qD >/dev/null || fatal "clear agent failed" 150 fatal "failed to add keys" 164 $SSHADD -qD >/dev/null || fatal "clear agent failed" [all …]
|
H A D | krl.sh | 27 fatal "$SSHKEYGEN CA failed" 29 fatal "$SSHKEYGEN CA2 failed" 78 || fatal "$SSHKEYGEN failed" 81 || fatal "$SSHKEYGEN sign failed" 113 >/dev/null || fatal "$SSHKEYGEN KRL failed" 115 >/dev/null || fatal "$SSHKEYGEN KRL failed" 117 >/dev/null || fatal "$SSHKEYGEN KRL failed" 119 >/dev/null || fatal "$SSHKEYGEN KRL failed" 121 >/dev/null || fatal "$SSHKEYGEN KRL failed" 140 >/dev/null || fatal "$SSHKEYGEN KRL failed" [all …]
|
/openbsd/usr.bin/cvs/ |
H A D | server.c | 169 fatal("Missing argument for Root"); in cvs_server_root() 175 fatal("Invalid Root specified!"); in cvs_server_root() 266 fatal("Missing argument for Sticky"); in cvs_server_sticky() 311 fatal("Missing argument for Set"); in cvs_server_set() 315 fatal("no = in variable assignment"); in cvs_server_set() 386 fatal("Missing argument for Entry"); in cvs_server_entry() 402 fatal("Missing argument for Modified"); in cvs_server_modified() 446 fatal("Missing argument for Unchanged"); in cvs_server_unchanged() 494 fatal("Missing argument for Argument"); in cvs_server_argument() 655 fatal("Missing argument for init"); in cvs_server_init() [all …]
|
H A D | client.c | 181 fatal("client_check_directory: overflow"); in client_check_directory() 186 fatal("client_check_directory: overflow"); in client_check_directory() 444 fatal("cvs_client_senddir: truncation"); in cvs_client_senddir() 609 fatal("Missing argument for E"); in cvs_client_e() 618 fatal("Missing argument for M"); in cvs_client_m() 707 fatal("Missing argument for Updated"); in cvs_client_updated() 807 fatal("Missing argument for Merged"); in cvs_client_merged() 826 fatal("cvs_client_merged: truncation"); in cvs_client_merged() 851 fatal("cvs_client_merged: open: %s: %s", in cvs_client_merged() 878 fatal("Missing argument for Removed"); in cvs_client_removed() [all …]
|
H A D | util.c | 103 fatal("cvs_strtomode: string truncation"); in cvs_strtomode() 169 fatal("cvs_modetostr: string truncation"); in cvs_modetostr() 492 fatal("%s is missing", fpath); in cvs_get_repository_name() 607 fatal("cvs_mkpath: overflow"); in cvs_mkpath() 612 fatal("cvs_mkpath: overflow"); in cvs_mkpath() 617 fatal("cvs_mkpath: overflow"); in cvs_mkpath() 623 fatal("cvs_mkpath: overflow"); in cvs_mkpath() 628 fatal("cvs_mkpath: overflow"); in cvs_mkpath() 684 fatal("cvs_mkdir: overflow"); in cvs_mkdir() 688 fatal("cvs_mkdir: overflow"); in cvs_mkdir() [all …]
|
H A D | xmalloc.c | 32 fatal("xmalloc: zero size"); in xmalloc() 35 fatal("xmalloc: allocating %zu bytes: %s", in xmalloc() 46 fatal("xcalloc: zero size"); in xcalloc() 49 fatal("xcalloc: allocating %zu * %zu bytes: %s", in xcalloc() 60 fatal("xreallocarray: zero size"); in xreallocarray() 63 fatal("xreallocarray: allocating %zu * %zu bytes: %s", in xreallocarray() 74 fatal("xstrdup: %s", strerror(errno)); in xstrdup() 89 fatal("xasprintf: %s", strerror(errno)); in xasprintf() 101 fatal("xsnprintf: len > INT_MAX"); in xsnprintf() 108 fatal("xsnprintf: overflow"); in xsnprintf()
|
H A D | import.c | 89 fatal("%s", cvs_cmd_import.cmd_synopsis); in cvs_import() 96 fatal("%s", cvs_cmd_import.cmd_synopsis); in cvs_import() 105 fatal("%s", cvs_cmd_import.cmd_synopsis); in cvs_import() 116 fatal("invalid symbol: %s", vendor_tag); in cvs_import() 120 fatal("invalid symbol: %s", release_tags[i]); in cvs_import() 125 fatal("no log message specified"); in cvs_import() 276 fatal("Can't get working directory"); in import_loginfo() 325 fatal("import_new: %s", strerror(errno)); in import_new() 333 fatal("import_new: failed to parse branch"); in import_new() 377 fatal("import_new: failed to set deltatext"); in import_new() [all …]
|
H A D | remote.c | 79 fatal("failed to write to log file"); in cvs_remote_output() 99 fatal("received signal %d", sig_received); in cvs_remote_input() 122 fatal("failed to write to log file"); in cvs_remote_input() 147 fatal("error receiving file"); in cvs_remote_receive_file() 150 fatal("failed to write %zu bytes", nread); in cvs_remote_receive_file() 155 fatal("failed to write to log file"); in cvs_remote_receive_file() 201 fatal("failed to write %zu bytes", ret); in cvs_remote_send_file() 205 fatal("failed to write to log file"); in cvs_remote_send_file() 224 fatal("cvs_remote_send_file_buf is server only"); in cvs_remote_send_file_buf() 241 fatal("failed to write to log file"); in cvs_remote_send_file_buf() [all …]
|
H A D | logmsg.c | 51 fatal("cvs_logmsg_read: open %s", strerror(errno)); in cvs_logmsg_read() 135 fatal("cvs_logmsg_create: open %s", in cvs_logmsg_create() 138 fatal("cvs_logmsg_create: fstat %s", in cvs_logmsg_create() 141 fatal("cvs_logmsg_create: file is not a " in cvs_logmsg_create() 144 fatal("cvs_logmsg_create: fdopen %s", in cvs_logmsg_create() 147 fatal("cvs_logmsg_create: %s: file size " in cvs_logmsg_create() 174 fatal("cvs_logmsg_create: truncation"); in cvs_logmsg_create() 189 fatal("cvs_logmsg_create: truncation"); in cvs_logmsg_create() 204 fatal("cvs_logmsg_create: truncation"); in cvs_logmsg_create() 230 fatal("cvs_logmsg_create: fstat %s", in cvs_logmsg_create() [all …]
|
H A D | edit.c | 99 fatal("%s", cvs_cmd_edit.cmd_synopsis); in cvs_edit() 108 fatal("%s", cvs_cmd_edit.cmd_synopsis); in cvs_edit() 116 fatal("%s", cvs_cmd_edit.cmd_synopsis); in cvs_edit() 174 fatal("%s", cvs_cmd_editors.cmd_synopsis); in cvs_editors() 229 fatal("%s", cvs_cmd_unedit.cmd_synopsis); in cvs_unedit() 275 fatal("cvs_edit_local: fopen: `%s': %s", in cvs_edit_local() 284 fatal("gethostname failed"); in cvs_edit_local() 287 fatal("getcwd failed"); in cvs_edit_local() 368 fatal("gethostname failed"); in cvs_unedit_local() 371 fatal("getcwd failed"); in cvs_unedit_local() [all …]
|
/openbsd/usr.bin/ssh/ |
H A D | uidswap.c | 67 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 72 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid() 76 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 81 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid() 83 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid() 86 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid() 102 fatal("restore_uid: temporarily_use_uid not effective"); in restore_uid() 108 fatal("setgroups: %.100s", strerror(errno)); in restore_uid() 122 fatal("permanently_set_uid: temporarily_use_uid effective"); in permanently_set_uid() 126 fatal("setresgid %u: %s", (u_int)pw->pw_gid, strerror(errno)); in permanently_set_uid() [all …]
|
H A D | xmalloc.c | 33 fatal("xmalloc: zero size"); in xmalloc() 36 fatal("xmalloc: out of memory (allocating %zu bytes)", size); in xmalloc() 46 fatal("xcalloc: zero size"); in xcalloc() 48 fatal("xcalloc: nmemb * size > SIZE_MAX"); in xcalloc() 51 fatal("xcalloc: out of memory (allocating %zu bytes)", in xcalloc() 63 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)", in xreallocarray() 75 fatal("xrecallocarray: out of memory (%zu elements of %zu bytes)", in xrecallocarray() 98 fatal("xvasprintf: could not allocate memory"); in xvasprintf()
|
H A D | ssh-keysign.c | 184 fatal("%s: pledge: %s", __progname, strerror(errno)); in main() 207 fatal("getpwuid failed"); in main() 222 fatal("ssh-keysign not enabled in %s", in main() 233 fatal("could not open any host key"); in main() 255 fatal("no hostkey found"); in main() 258 fatal("%s: sshbuf_new failed", __progname); in main() 260 fatal("%s: ssh_msg_recv failed", __progname); in main() 264 fatal("%s: bad version: received %d, expected %d", in main() 269 fatal("%s: bad fd = %d", __progname, fd); in main() 276 fatal("%s: not a valid request", __progname); in main() [all …]
|
H A D | ssh-keygen.c | 285 fatal("bad key type"); in ask_filename() 521 fatal("sshkey_new failed"); in do_convert_private_ssh2() 658 fatal("sshbuf_new failed"); in do_convert_from_ssh2() 715 fatal("sshkey_new failed"); in do_convert_from_pkcs8() 723 fatal("sshkey_new failed"); in do_convert_from_pkcs8() 823 fatal("key write failed"); in do_convert_from() 899 fatal("no pkcs11 support"); in do_download() 910 fatal("sshkey_new failed"); in try_read_key() 1754 fatal("no pkcs11 support"); in load_pkcs11_key() 2212 fatal("sshkey_new"); in do_show_cert() [all …]
|
H A D | ssh-sk-helper.c | 69 fatal("%s: sshbuf_new failed", __progname); in reply_error() 72 fatal("%s: buffer error", __progname); in reply_error() 112 fatal("%s: Unsupported key type %s", in process_sign() 129 fatal("%s: sshbuf_new failed", __progname); in process_sign() 157 fatal("%s: sshbuf_new failed", __progname); in process_enroll() 172 fatal("%s: bad type %u", __progname, type); in process_enroll() 188 fatal("%s: sshbuf_new failed", __progname); in process_enroll() 220 fatal("%s: sshbuf_new failed", __progname); in process_load_resident() 241 fatal("%s: sshbuf_new failed", __progname); in process_load_resident() 313 fatal("ssh_msg_recv failed"); in main() [all …]
|
/openbsd/regress/lib/libagentx/ |
H A D | main.c | 164 fatal("agentx"); in main() 180 fatal("agentx_object"); in main() 184 fatal("agentx_object"); in main() 195 fatal("agentx_object"); in main() 199 fatal("agentx_object"); in main() 203 fatal("agentx_object"); in main() 207 fatal("agentx_object"); in main() 211 fatal("agentx_object"); in main() 215 fatal("agentx_object"); in main() 326 fatal("event_add"); in main() [all …]
|
/openbsd/usr.sbin/mrouted/ |
H A D | cfparse.y | 35 static void fatal(const char *fmt, ...) 160 fatal("Duplicate tunnel to %s", 164 fatal("Unnecessary tunnel to %s", 169 fatal("too many vifs"); 235 fatal("Invalid netmask"); 251 fatal("out of memory"); 282 fatal("Invalid metric %d",$2); 305 fatal("out of memory"); 334 fatal("No such host %s", $1); 337 fatal("Hostname %s does not %s", [all …]
|
/openbsd/usr.sbin/eigrpd/ |
H A D | eigrpe.c | 118 fatal("getpwnam"); in eigrpe() 121 fatal("chroot"); in eigrpe() 134 fatal("pledge"); in eigrpe() 148 fatal(NULL); in eigrpe() 150 fatal(NULL); in eigrpe() 304 fatal(NULL); in eigrpe_dispatch_main() 306 fatal(NULL); in eigrpe_dispatch_main() 316 fatal(NULL); in eigrpe_dispatch_main() 324 fatal(NULL); in eigrpe_dispatch_main() 340 fatal(NULL); in eigrpe_dispatch_main() [all …]
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 88 void fatal(const char *fmt, ...) 248 fatal("fragment size is %s: %s", in main() 254 fatal("average file size is %s: %s", in main() 260 fatal("average files per dir is %s: %s", in main() 266 fatal("bytes per inode is %s: %s", in main() 272 fatal("free space %% is %s: %s", in main() 284 fatal("%s: unknown optimization " in main() 404 fatal("%s is mounted on %s", in main() 422 fatal("%s: block device", special); in main() 428 fatal("empty partition name supplied"); in main() [all …]
|
/openbsd/usr.sbin/bgpd/ |
H A D | rtr.c | 123 fatal("roa alloc"); in rtr_roa_insert() 172 fatal("aspa insert"); in rtr_aspa_insert() 196 fatal("getpwnam"); in rtr_main() 199 fatal("chroot"); in rtr_main() 201 fatal("chdir(\"/\")"); in rtr_main() 211 fatal("pledge"); in rtr_main() 221 fatal(NULL); in rtr_main() 224 fatal(NULL); in rtr_main() 260 fatal("poll error"); in rtr_main() 341 fatal(NULL); in rtr_dispatch_imsg_parent() [all …]
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | dvmrpe.c | 78 fatal("cannot fork"); in dvmrpe() 99 fatal("if_set_mcast_ttl"); in dvmrpe() 102 fatal("if_set_mcast_loop"); in dvmrpe() 105 fatal("if_set_tos"); in dvmrpe() 112 fatal("getpwnam"); in dvmrpe() 115 fatal("chroot"); in dvmrpe() 117 fatal("chdir(\"/\")"); in dvmrpe() 145 fatal(NULL); in dvmrpe() 147 fatal(NULL); in dvmrpe() 151 fatal(NULL); in dvmrpe() [all …]
|
/openbsd/usr.sbin/ripd/ |
H A D | ripe.c | 79 fatal("cannot fork"); in ripe() 105 fatal("if_set_opt"); in ripe() 108 fatal("if_set_mcast_ttl"); in ripe() 114 fatal("if_set_tos"); in ripe() 121 fatal("getpwnam"); in ripe() 124 fatal("chroot"); in ripe() 126 fatal("chdir(\"/\")"); in ripe() 155 fatal(NULL); in ripe() 157 fatal(NULL); in ripe() 160 fatal(NULL); in ripe() [all …]
|