Searched refs:logit_f (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | auth2-gss.c | 80 logit_f("mechanism negotiation is not supported"); in userauth_gssapi() 83 logit_f("too many mechanisms requested %u > %u", mechs, in userauth_gssapi() 103 logit_f("badly formed OID received"); in userauth_gssapi()
|
| H A D | nchan.c | 392 logit_f("channel %d: close() failed for " in chan_shutdown_write() 420 logit_f("channel %d: close() failed for " in chan_shutdown_read() 439 logit_f("channel %d: close() failed for " in chan_shutdown_extended_read()
|
| H A D | ttymodes.c | 431 logit_f("unknown opcode %d", opcode); in ssh_tty_parse_modes() 441 logit_f("%zu bytes left", len); in ssh_tty_parse_modes()
|
| H A D | auth2-hostbased.c | 86 logit_f("unsupported public key algorithm: %s", in userauth_hostbased() 104 logit_f("signature algorithm %s not in " in userauth_hostbased()
|
| H A D | log.h | 104 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__) macro
|
| H A D | mux.c | 733 logit_f("invalid forwarding type %u", ftype); in mux_master_process_open_fwd() 742 logit_f("streamlocal and dynamic forwards " in mux_master_process_open_fwd() 747 logit_f("invalid listen port %u", fwd.listen_port); in mux_master_process_open_fwd() 754 logit_f("invalid connect port %u", in mux_master_process_open_fwd() 760 logit_f("missing connect host"); in mux_master_process_open_fwd() 810 logit_f("requested %s failed", fwd_desc); in mux_master_process_open_fwd()
|
| H A D | channels.c | 258 logit_f("%d: bad id", id); in channel_by_id() 263 logit_f("%d: bad id: channel free", id); in channel_by_id() 1139 logit_f("%d: unknown channel id", id); in channel_request_start() 1178 logit_f("%d: bad id", id); in channel_register_open_confirm() 1192 logit_f("%d: bad id", id); in channel_register_cleanup() 1205 logit_f("%d: bad id", id); in channel_cancel_cleanup() 1219 logit_f("%d: bad id", id); in channel_register_filter() 3702 logit_f("%d: unknown", id); in channel_input_status_confirm()
|
| H A D | auth2-pubkey.c | 161 logit_f("signature algorithm %s not in " in userauth_pubkey()
|
| H A D | ssh-agent.c | 890 logit_f("refusing use of destination-constrained key " in process_sign_request2() 896 logit_f("refusing use of destination-constrained key " in process_sign_request2()
|
| H A D | packet.c | 2163 logit_f("called twice: old %d new %d", in ssh_packet_set_maxsize() 2168 logit_f("bad size %d", s); in ssh_packet_set_maxsize()
|
| H A D | session.c | 2231 logit_f("no session %d req %.100s", c->self, rtype); in session_input_channel_req()
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | port-linux.c | 188 logit_f("getcon failed with %s", strerror(errno)); in ssh_selinux_change_context() 194 logit_f("unparsable context %s", oldctx); in ssh_selinux_change_context()
|