| /freebsd/crypto/openssh/ |
| H A D | loginrec.c | 853 logit_f("tty not found"); in utmp_write_direct() 867 logit_f("lseek: %s", strerror(errno)); in utmp_write_direct() 889 logit_f("lseek: %s", strerror(errno)); in utmp_write_direct() 922 logit_f("utmp_write_library() failed"); in utmp_perform_login() 927 logit_f("utmp_write_direct() failed"); in utmp_perform_login() 943 logit_f("utmp_write_library() failed"); in utmp_perform_logout() 948 logit_f("utmp_write_direct() failed"); in utmp_perform_logout() 967 logit_f("invalid type field"); in utmp_write_entry() 1008 logit_f("not implemented!"); in utmpx_write_direct() 1021 logit_f("utmp_write_library() failed"); in utmpx_perform_login() [all …]
|
| H A D | dispatch.c | 44 logit_f("type %d seq %u", type, seq); in dispatch_protocol_error() 56 logit_f("type %d seq %u", type, seq); in dispatch_protocol_ignore()
|
| H A D | auth2-gss.c | 81 logit_f("mechanism negotiation is not supported"); in userauth_gssapi() 84 logit_f("too many mechanisms requested %u > %u", mechs, in userauth_gssapi() 104 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 | 430 logit_f("unknown opcode %d", opcode); in ssh_tty_parse_modes() 440 logit_f("%zu bytes left", len); in ssh_tty_parse_modes()
|
| H A D | auth2-hostbased.c | 87 logit_f("unsupported public key algorithm: %s", in userauth_hostbased() 106 logit_f("signature algorithm %s not in " in userauth_hostbased()
|
| H A D | auth2-pubkey.c | 162 logit_f("signature algorithm %s not in " in userauth_pubkey() 335 logit_f("glob \"%s\" failed", file); in match_principals_file() 828 logit_f("glob \"%s\" failed", file); in user_key_allowed()
|
| H A D | log.h | 124 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__) macro
|
| H A D | mux.c | 768 logit_f("invalid forwarding type %u", ftype); in mux_master_process_open_fwd() 777 logit_f("streamlocal and dynamic forwards " in mux_master_process_open_fwd() 782 logit_f("invalid listen port %u", fwd.listen_port); in mux_master_process_open_fwd() 789 logit_f("invalid connect port %u", in mux_master_process_open_fwd() 795 logit_f("missing connect host"); in mux_master_process_open_fwd() 845 logit_f("requested %s failed", fwd_desc); in mux_master_process_open_fwd()
|
| H A D | srclimit.c | 460 logit_f("%s: activating %s penalty of %.3f seconds for %s", in srclimit_penalise()
|
| H A D | channels.c | 250 logit_f("%d: bad id", id); in channel_by_id() 255 logit_f("%d: bad id: channel free", id); in channel_by_id() 1200 logit_f("%d: unknown channel id", id); in channel_request_start() 1239 logit_f("%d: bad id", id); in channel_register_open_confirm() 1253 logit_f("%d: bad id", id); in channel_register_cleanup() 1266 logit_f("%d: bad id", id); in channel_cancel_cleanup() 1280 logit_f("%d: bad id", id); in channel_register_filter() 3777 logit_f("%d: unknown", id); in channel_input_status_confirm()
|
| H A D | ssh-pkcs11.c | 1156 logit_f("unsupported CKA_EC_PARAMS: %s (len %zu)", hex, len); in pkcs11_fetch_ed25519_pubkey() 1172 logit_f("CKA_EC_POINT invalid octet str: %s (len %lu)", in pkcs11_fetch_ed25519_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 | 2312 logit_f("called twice: old %d new %d", in ssh_packet_set_maxsize() 2317 logit_f("bad size %d", s); in ssh_packet_set_maxsize()
|
| H A D | session.c | 2180 logit_f("no session %d req %.100s", c->self, rtype); in session_input_channel_req()
|
| H A D | ChangeLog | 4192 (e.g. logit_f/debug2_f/etc). 5673 upstream: use logit_f("...") instead of logit("func: ...")
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | port-linux.c | 196 logit_f("getcon failed with %s", strerror(errno)); in ssh_selinux_change_context() 202 logit_f("unparsable context %s", oldctx); in ssh_selinux_change_context()
|