Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth2-gss.c76 logit_f("mechanism negotiation is not supported"); in userauth_gssapi()
79 logit_f("too many mechanisms requested %u > %u", mechs, in userauth_gssapi()
99 logit_f("badly formed OID received"); in userauth_gssapi()
H A Dnchan.c392 logit_f("channel %d: close() failed for " in chan_shutdown_write()
415 logit_f("channel %d: close() failed for " in chan_shutdown_read()
434 logit_f("channel %d: close() failed for " in chan_shutdown_extended_read()
H A Dttymodes.c402 logit_f("unknown opcode %d", opcode); in ssh_tty_parse_modes()
412 logit_f("%zu bytes left", len); in ssh_tty_parse_modes()
H A Dauth2-hostbased.c86 logit_f("unsupported public key algorithm: %s", in userauth_hostbased()
104 logit_f("signature algorithm %s not in " in userauth_hostbased()
H A Dauth2-pubkey.c160 logit_f("signature algorithm %s not in " in userauth_pubkey()
333 logit_f("glob \"%s\" failed", file); in match_principals_file()
820 logit_f("glob \"%s\" failed", file); in user_key_allowed()
H A Dlog.h121 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__) macro
H A Dmux.c719 logit_f("invalid forwarding type %u", ftype); in mux_master_process_open_fwd()
728 logit_f("streamlocal and dynamic forwards " in mux_master_process_open_fwd()
733 logit_f("invalid listen port %u", fwd.listen_port); in mux_master_process_open_fwd()
740 logit_f("invalid connect port %u", in mux_master_process_open_fwd()
746 logit_f("missing connect host"); in mux_master_process_open_fwd()
796 logit_f("requested %s failed", fwd_desc); in mux_master_process_open_fwd()
H A Dchannels.c245 logit_f("%d: bad id", id); in channel_by_id()
250 logit_f("%d: bad id: channel free", id); in channel_by_id()
1124 logit_f("%d: unknown channel id", id); in channel_request_start()
1163 logit_f("%d: bad id", id); in channel_register_open_confirm()
1177 logit_f("%d: bad id", id); in channel_register_cleanup()
1190 logit_f("%d: bad id", id); in channel_cancel_cleanup()
1204 logit_f("%d: bad id", id); in channel_register_filter()
3657 logit_f("%d: unknown", id); in channel_input_status_confirm()
H A Dssh-agent.c864 logit_f("refusing use of destination-constrained key " in process_sign_request2()
870 logit_f("refusing use of destination-constrained key " in process_sign_request2()
H A Dpacket.c2217 logit_f("called twice: old %d new %d", in ssh_packet_set_maxsize()
2222 logit_f("bad size %d", s); in ssh_packet_set_maxsize()
H A Dsession.c1875 logit_f("no session %d req %.100s", c->self, rtype); in session_input_channel_req()