Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dlog.h106 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR…
107 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _…
108 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _…
109 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _…
110 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),…
111 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V…
112 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __…
113 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), …
114 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),…
115 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_A…
[all …]
H A Dauth-pam.c339 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
344 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
349 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
358 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
364 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
372 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
425 __func__, ssh_err(r)); in sshpam_thread_conv()
434 __func__, ssh_err(r)); in sshpam_thread_conv()
440 __func__, ssh_err(r)); in sshpam_thread_conv()
447 __func__, ssh_err(r)); in sshpam_thread_conv()
[all …]
H A Dssh-add.c125 path, ssh_err(r)); in delete_one()
182 printf("Bad key file %s: %s\n", filename, ssh_err(r)); in delete_file()
280 filename, ssh_err(r)); in add_file()
291 filename, ssh_err(r)); in add_file()
299 filename, ssh_err(r)); in add_file()
318 filename, ssh_err(r)); in add_file()
396 filename, ssh_err(r)); in add_file()
489 add ? "add" : "remove", id, ssh_err(r)); in update_card()
543 ssh_err(r)); in list_identities()
559 ssh_err(r)); in list_identities()
[all …]
H A Dauth-shadow.c77 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in auth_shadow_acctexpired()
136 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in auth_shadow_pwexpired()
H A Dmonitor_wrap.c737 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_do_pam_account()
761 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_init_ctx()
790 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_query()
801 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_query()
818 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
821 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
828 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
952 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_audit_event()
969 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_audit_run_command()
H A Dmonitor.c1028 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_account()
1058 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_init_ctx()
1087 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_query()
1093 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_query()
1116 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_respond()
1126 __func__, ssh_err(r)); in mm_answer_pam_respond()
1137 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_pam_respond()
1467 (ret != 0) ? ": " : "", (ret != 0) ? ssh_err(ret) : ""); in mm_answer_keyverify()
1687 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_audit_event()
1714 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_answer_audit_command()
H A Dssherr.h87 const char *ssh_err(int n);
H A Dssherr.c23 ssh_err(int n) in ssh_err() function
H A Dsshlogin.c109 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in store_lastlog_message()
H A Dssh-keyscan.c289 fprintf(stderr, "kex_setup: %s\n", ssh_err(r)); in keygrab_ssh2()
H A Dauth2.c417 __func__, ssh_err(r)); in userauth_finish()
H A Dsftp-client.c1152 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
1173 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
1197 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
H A Dsftp-server.c1623 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_extended_copy_data()
H A Dclientloop.c810 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
H A Dpacket.c2020 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
H A Dssh-keygen.c2952 debug_f("match: %s", ssh_err(r)); in sig_match_principals()
H A Dchannels.c2142 c->self, c->rfd, maxlen, ssh_err(r)); in channel_handle_rfd()
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dport-net.c348 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sys_tun_infilter()
362 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sys_tun_outfilter()