| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | log.h | 104 #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 D | auth-pam.c | 359 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 D | monitor_wrap.c | 738 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 D | ssh-sk-helper.c | 127 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 D | auth2-krb5.c | 61 fatal("%s: %s", __func__, ssh_err(r)); in userauth_kerberos()
|
| H A D | ssherr.h | 89 const char *ssh_err(int n);
|
| H A D | ssherr.c | 28 ssh_err(int n) in ssh_err() function
|
| H A D | sftp-client.c | 1138 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 D | sftp-server.c | 1596 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_extended_copy_data()
|
| H A D | clientloop.c | 809 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
|