Home
last modified time | relevance | path

Searched refs:logit_f (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-gss.c82 logit_f("mechanism negotiation is not supported"); in userauth_gssapi()
85 logit_f("too many mechanisms requested %u > %u", mechs, in userauth_gssapi()
105 logit_f("badly formed OID received"); in userauth_gssapi()
H A Dttymodes.c406 logit_f("unknown opcode %d", opcode); in ssh_tty_parse_modes()
416 logit_f("%zu bytes left", len); in ssh_tty_parse_modes()
H A Dauth2-hostbased.c89 logit_f("unsupported public key algorithm: %s", in userauth_hostbased()
107 logit_f("signature algorithm %s not in " in userauth_hostbased()
H A Dlog.h98 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__) macro
H A Dauth2-pubkey.c168 logit_f("signature algorithm %s not in " in userauth_pubkey()
H A Dssh-agent.c866 logit_f("refusing use of destination-constrained key " in process_sign_request2()
872 logit_f("refusing use of destination-constrained key " in process_sign_request2()
H A Dsession.c2020 logit_f("no session %d req %.100s", c->self, rtype); in session_input_channel_req()