Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dlog.h104 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR…
105 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _…
106 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _…
107 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _…
108 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),…
109 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V…
110 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __…
111 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), …
112 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),…
113 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_A…
[all …]
H A Dauth-pam.c359 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()
369 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
378 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
384 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
392 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
447 __func__, ssh_err(r)); in sshpam_thread_conv()
456 __func__, ssh_err(r)); in sshpam_thread_conv()
462 __func__, ssh_err(r)); in sshpam_thread_conv()
469 __func__, ssh_err(r)); in sshpam_thread_conv()
[all …]
H A Dmonitor_wrap.c738 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_do_pam_account()
762 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_init_ctx()
791 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_query()
802 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_query()
819 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
822 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
829 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_respond()
1130 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_auth_krb5()
1137 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_auth_krb5()
H A Dssh-sk-helper.c127 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign()
186 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll()
239 ssh_err(r)); in process_load_resident()
H A Dauth2-krb5.c61 fatal("%s: %s", __func__, ssh_err(r)); in userauth_kerberos()
H A Dssherr.h89 const char *ssh_err(int n);
H A Dssherr.c28 ssh_err(int n) in ssh_err() function
H A Dsftp-client.c1138 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
1159 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
1183 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sftp_copy()
H A Dsftp-server.c1596 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_extended_copy_data()
H A Dclientloop.c809 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()