Searched refs:verbose_f (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | srclimit.c | 414 verbose_f("%s penalty table full, cannot penalise %s for %s", t, in srclimit_penalise() 430 verbose_f("%s: new %s %s penalty of %d seconds for %s", t, in srclimit_penalise() 449 verbose_f("%s: activating %s penalty of %lld seconds for %s", in srclimit_penalise()
|
H A D | canohost.c | 147 verbose_f("gethostname: %s", strerror(errno)); in get_local_name()
|
H A D | kex.c | 1317 verbose_f("Connection closed by remote host"); in kex_exchange_identification() 1333 verbose_f("banner line contains invalid " in kex_exchange_identification() 1343 verbose_f("banner line too long"); in kex_exchange_identification() 1359 verbose_f("client sent invalid protocol identifier " in kex_exchange_identification()
|
H A D | log.h | 99 #define verbose_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_VERBOSE, NULL, __VA_AR… macro
|
H A D | auth2-pubkey.c | 141 verbose_f("unsupported public key algorithm: %s", pkalg); in userauth_pubkey()
|
H A D | hostfile.c | 804 verbose_f("invalid marker at %s:%lu", path, linenum); in hostkeys_foreach_file()
|
H A D | ssh-agent.c | 881 verbose_f("%s key not found", sshkey_type(key)); in process_sign_request2() 940 verbose_f("user refused key"); in process_sign_request2()
|