Home
last modified time | relevance | path

Searched refs:ssh_err (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dlog.h19 #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 Dssh-add.c118 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 Dssh-sk-helper.c124 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 Dssherr.c23 ssh_err(int n) in ssh_err() function
H A Dssherr.h87 const char *ssh_err(int n);
H A Dssh-keyscan.c265 fprintf(stderr, "kex_setup: %s\n", ssh_err(r)); in keygrab_ssh2()
H A Dsftp-client.c1132 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 Dmonitor.c1311 (ret != 0) ? ": " : "", (ret != 0) ? ssh_err(ret) : ""); in mm_answer_pty()
H A Dsftp-server.c1590 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_extended_copy_data()
H A Dclientloop.c802 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
H A Dpacket.c1994 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
H A Dssh-keygen.c2957 debug_f("match: %s", ssh_err(r)); in do_moduli_gen()
H A Dchannels.c2125 c->self, c->rfd, maxlen, ssh_err(r)); in channel_handle_rfd()
/openbsd-src/regress/usr.bin/ssh/unittests/kex/
H A Dtest_kex.c36 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()