| /openbsd-src/usr.bin/ssh/ |
| H A D | log.h | 19 #include "ssherr.h" /* ssh_err() */ 126 /* Variants that appends a ssh_err message */ 127 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_ARGS__) 128 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), __VA_ARGS__) 129 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), __VA_ARGS__) 130 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), __VA_ARGS__) 131 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r), __VA_ARGS__) 132 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __VA_ARGS__) 133 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __VA_ARGS__) 134 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err( [all...] |
| H A D | ssh-add.c | 118 path, ssh_err(r)); in delete_one() 175 printf("Bad key file %s: %s\n", filename, ssh_err(r)); in delete_file() 273 filename, ssh_err(r)); in add_file() 284 filename, ssh_err(r)); in add_file() 292 filename, ssh_err(r)); in add_file() 311 filename, ssh_err(r)); in add_file() 389 filename, ssh_err(r)); in add_file() 482 add ? "add" : "remove", id, ssh_err(r)); in update_card() 536 ssh_err(r)); in list_identities() 552 ssh_err( in list_identities() [all...] |
| H A D | ssh-sk-helper.c | 124 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign() 183 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll() 236 ssh_err(r)); in process_load_resident()
|
| H A D | ssherr.c | 23 ssh_err(int n) in ssh_err() function
|
| H A D | ssherr.h | 87 const char *ssh_err(int n);
|
| H A D | ssh-keyscan.c | 265 fprintf(stderr, "kex_setup: %s\n", ssh_err(r)); in keygrab_ssh2()
|
| H A D | sftp-client.c | 1132 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy() 1153 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy() 1177 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
|
| H A D | monitor.c | 1311 (ret != 0) ? ": " : "", (ret != 0) ? ssh_err(ret) : ""); in mm_answer_pty()
|
| H A D | sftp-server.c | 1590 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_extended_copy_data()
|
| H A D | clientloop.c | 802 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
|
| H A D | packet.c | 1994 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
|
| H A D | ssh-keygen.c | 2957 debug_f("match: %s", ssh_err(r)); in do_moduli_gen()
|
| H A D | channels.c | 2125 c->self, c->rfd, maxlen, ssh_err(r)); in channel_handle_rfd()
|
| /openbsd-src/regress/usr.bin/ssh/unittests/kex/ |
| H A D | test_kex.c | 36 fprintf(stderr, "ssh_packet_next: %s\n", ssh_err(r)); in do_send_and_receive() 68 printf("done: %s\n", ssh_err(r)); in run_kex()
|