| /freebsd-10-stable/crypto/openssh/ |
| D | loginrec.c | 440 logit("Attempt to write login records by non-root user (aborting)"); in login_write() 470 logit("Writing login record failed for %s", li->username); in login_write() 863 logit("%s: tty not found", __func__); in utmp_write_direct() 877 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 882 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 899 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 904 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 910 logit("%s: error writing %s: %s", __func__, in utmp_write_direct() 932 logit("%s: utmp_write_library() failed", __func__); in utmp_perform_login() 937 logit("%s: utmp_write_direct() failed", __func__); in utmp_perform_login() [all …]
|
| D | gss-serv-krb5.c | 73 logit("Cannot initialize krb5 context"); in ssh_gssapi_krb5_init() 98 logit("krb5_parse_name(): %.100s", errmsg); in ssh_gssapi_krb5_userok() 104 logit("Authorized to %s, krb5 principal %s (krb5_kuserok)", in ssh_gssapi_krb5_userok() 140 logit("krb5_cc_new_unique(): %.100s", errmsg); 143 logit("krb5_cc_gen_new(): %.100s", 152 logit("ssh_krb5_cc_gen(): %.100s", errmsg); 161 logit("krb5_parse_name(): %.100s", errmsg); 168 logit("krb5_cc_initialize(): %.100s", errmsg); 179 logit("gss_krb5_copy_ccache() failed");
|
| D | auth.c | 156 logit("User %.100s not allowed because account is locked", in allowed_user() 172 logit("User %.100s not allowed because shell %.100s " in allowed_user() 179 logit("User %.100s not allowed because shell %.100s " in allowed_user() 198 logit("User %.100s from %.100s not allowed " in allowed_user() 212 logit("User %.100s from %.100s not allowed because " in allowed_user() 220 logit("User %.100s from %.100s not allowed because " in allowed_user() 230 logit("User %.100s from %.100s not allowed " in allowed_user() 243 logit("User %.100s from %.100s not allowed " in allowed_user() 293 authlog = logit; in auth_log() 372 logit("Root login accepted for forced command."); in auth_root_allowed() [all …]
|
| D | moduli.c | 289 logit("Limited memory: %u MB; limit %lu MB", in gen_candidates() 295 logit("Increased memory: %u MB; need %u bytes", in gen_candidates() 299 logit("Decreased memory: %u MB; want %u bytes", in gen_candidates() 344 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 416 logit("%.24s Sieved with %u small primes in %ld seconds", in gen_candidates() 444 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 458 logit("write_checkpoint: temp pathname too long"); in write_checkpoint() 462 logit("mkstemp(%s): %s", tmp, strerror(errno)); in write_checkpoint() 466 logit("write_checkpoint: fdopen: %s", strerror(errno)); in write_checkpoint() 476 logit("failed to write to checkpoint file '%s': %s", cpfile, in write_checkpoint() [all …]
|
| D | ttymodes.c | 305 logit("tcgetattr: %.100s", strerror(errno)); in tty_make_modes() 374 logit("tcgetattr: %.100s", strerror(errno)); in tty_parse_modes() 451 logit("parse_tty_modes: unknown opcode %d", in tty_parse_modes() 468 logit("parse_tty_modes: unknown opcode %d", in tty_parse_modes() 479 logit("parse_tty_modes: n_bytes_ptr != n_bytes: %d %d", in tty_parse_modes() 488 logit("Setting tty modes failed: %.100s", strerror(errno)); in tty_parse_modes()
|
| D | dh.c | 156 logit("WARNING: could open open %s (%s), using fixed modulus", in choose_dh() 185 logit("WARNING: no suitable primes in %s", _PATH_DH_MODULI); in choose_dh() 205 logit("WARNING: line %d disappeared in %s, giving up", in choose_dh() 224 logit("invalid public DH value: negative"); in dh_pub_is_valid() 228 logit("invalid public DH value: <= 1"); in dh_pub_is_valid() 239 logit("invalid public DH value: >= p-1"); in dh_pub_is_valid() 253 logit("invalid public DH value (%d/%d)", in dh_pub_is_valid()
|
| D | auth-shadow.c | 70 logit("Account %.100s has expired", spw->sp_namp); in auth_shadow_acctexpired() 125 logit("User %.100s password has expired (root forced)", user); in auth_shadow_pwexpired() 130 logit("User %.100s password has expired (password aged)", user); in auth_shadow_pwexpired()
|
| D | sftp-server.c | 443 logit("%s%sclose \"%s\" bytes read %llu written %llu", in handle_log_close() 449 logit("%s%sclosedir \"%s\"", in handle_log_close() 520 logit("sent status %s", status_to_message(status)); in send_status() 692 logit("open \"%s\" flags %s mode 0%o", in process_open() 906 logit("set \"%s\" size %llu", in process_setstat() 913 logit("set \"%s\" mode %04o", name, a.perm); in process_setstat() 924 logit("set \"%s\" modtime %s", name, buf); in process_setstat() 930 logit("set \"%s\" owner %lu group %lu", name, in process_setstat() 959 logit("set \"%s\" size %llu", in process_fsetstat() 966 logit("set \"%s\" mode %04o", name, a.perm); in process_fsetstat() [all …]
|
| D | sshconnect1.c | 131 logit("Authentication agent failed to decrypt " in try_agent_authentication() 440 logit("WARNING: Encryption is disabled! " in try_challenge_response_authentication() 475 logit("WARNING: Encryption is disabled! Password will be transmitted in clear text."); in try_password_authentication() 531 logit("Warning: Server lies about size of server public key: " in ssh_kex() 533 logit("Warning: This may be due to an old implementation of ssh."); in ssh_kex() 543 logit("Warning: Server lies about size of server host key: " in ssh_kex() 545 logit("Warning: This may be due to an old implementation of ssh."); in ssh_kex() 641 logit("No valid SSH1 cipher, using %.100s instead.", in ssh_kex()
|
| D | auth-rhosts.c | 74 logit("User %s hosts file %s is not a regular file", in check_rhosts_file() 269 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 278 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 305 logit("Rhosts authentication refused for %.100s: bad modes for %.200s", in auth_rhosts2_raw()
|
| D | clientloop.c | 325 logit("DISPLAY \"%s\" invalid; disabling X11 forwarding", in client_x11_get_proto() 444 logit("Warning: No xauth data; " in client_x11_get_proto() 600 logit("Timeout, server %s not responding.", host); in server_alive_check() 930 logit("Commands:"); in process_cmdline() 931 logit(" -L[bind_address:]port:host:hostport " in process_cmdline() 933 logit(" -R[bind_address:]port:host:hostport " in process_cmdline() 935 logit(" -D[bind_address:]port " in process_cmdline() 937 logit(" -KL[bind_address:]port " in process_cmdline() 939 logit(" -KR[bind_address:]port " in process_cmdline() 941 logit(" -KD[bind_address:]port " in process_cmdline() [all …]
|
| D | sshconnect.c | 657 logit("Agent forwarding disabled for protocol 1.3"); in ssh_exchange_identification() 680 logit("Server version \"%.100s\" uses unsafe RSA signature " in ssh_exchange_identification() 912 logit("%s host key for IP address " in check_host_key() 917 logit("Failed to add the %s host key for IP " in check_host_key() 922 logit("Warning: Permanently added the %s host " in check_host_key() 932 logit("Host key fingerprint is %s\n%s", fp, ra); in check_host_key() 1030 logit("Failed to add the host to the list of known " in check_host_key() 1033 logit("Warning: Permanently added '%.200s' (%s) to the " in check_host_key() 1188 logit("%s", msg); in check_host_key() 1197 logit("%s", msg); in check_host_key() [all …]
|
| D | auth2-hostbased.c | 91 logit("userauth_hostbased: unsupported " in userauth_hostbased() 113 logit("%s: key type %s not in HostbasedAcceptedKeyTypes", in userauth_hostbased() 193 logit("userauth_hostbased mismatch: " in hostbased_key_allowed()
|
| D | dispatch.c | 47 logit("dispatch_protocol_error: type %d seq %u", type, seq); in dispatch_protocol_error() 61 logit("dispatch_protocol_ignore: type %d seq %u", type, seq); in dispatch_protocol_ignore()
|
| D | auth2.c | 246 logit("input_userauth_request: invalid user %s", user); in input_userauth_request() 275 logit("user %s login class %s", authctxt->pw->pw_name, in input_userauth_request() 280 logit("Denied connection for %.200s from %.200s [%.200s].", in input_userauth_request() 285 logit("LOGIN %.200s REFUSED (TIME) FROM %.200s", in input_userauth_request() 546 logit("Authentication methods list \"%s\" contains " in auth2_setup_methods_lists()
|
| D | auth-options.c | 319 logit("Authentication tried for %.100s with " in auth_parse_options() 440 logit("Bad options in %.100s file, line %lu: %.50s", in auth_parse_options() 546 logit("Authentication tried for %.100s " in parse_option_list() 572 logit("Certificate extension \"%s\" " in parse_option_list()
|
| D | sshd.c | 330 logit("Received SIGHUP; restarting."); in sighup_restart() 337 logit("RESTART FAILED: av[0]='%.100s', error: %.100s.", saved_argv[0], in sighup_restart() 461 logit("Could not write ident string to %s port %d", in sshd_exchange_identification() 470 logit("Did not receive identification string " in sshd_exchange_identification() 499 logit("Bad protocol version identification '%.100s' " in sshd_exchange_identification() 512 logit("probed from %s port %d with %s. Don't panic.", in sshd_exchange_identification() 518 logit("scanned from %s port %d with %s. Don't panic.", in sshd_exchange_identification() 524 logit("Client version \"%.100s\" uses unsafe RSA signature " in sshd_exchange_identification() 572 logit("Protocol major versions differ for %s port %d: " in sshd_exchange_identification() 1257 logit("Server listening on %s port %s.", ntop, strport); [all …]
|
| D | ssh.c | 583 logit("No user exists for uid %lu", (u_long)original_real_uid); in main() 1017 logit("%s, %s", SSH_RELEASE, OPENSSL_VERSION); in main() 1167 logit("Pseudo-terminal will not be allocated because " in main() 1547 logit("Allocated port %u for remote forward to %s:%d", in ssh_confirm_remote_forward() 1567 logit("Warning: remote port forwarding failed " in ssh_confirm_remote_forward() 1570 logit("Warning: remote port forwarding failed " in ssh_confirm_remote_forward() 1667 logit("Warning: Could not request remote " in ssh_init_forwarding() 1733 logit("Warning: Remote host refused compression."); in ssh_session() 1773 logit("Warning: Remote host failed or refused to " in ssh_session() 1796 logit("Warning: Remote host denied X11 forwarding."); in ssh_session() [all …]
|
| D | channels.c | 200 logit("channel_by_id: %d: bad id", id); in channel_by_id() 205 logit("channel_by_id: %d: bad id: channel free", id); in channel_by_id() 235 logit("Non-public channel %d, type %d.", id, c->type); in channel_lookup() 693 logit("channel_send_open: %d: bad id", id); in channel_send_open() 711 logit("channel_request_start: %d: unknown channel id", id); in channel_request_start() 744 logit("channel_register_open_confirm: %d: bad id", id); in channel_register_open_confirm() 757 logit("channel_register_cleanup: %d: bad id", id); in channel_register_cleanup() 770 logit("channel_cancel_cleanup: %d: bad id", id); in channel_cancel_cleanup() 784 logit("channel_register_filter: %d: bad id", id); in channel_register_filter() 994 logit("X11 connection rejected because of wrong authentication."); in channel_pre_x11_open_13() [all …]
|
| D | auth-krb5.c | 257 logit("mkstemp(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen() 263 logit("fchmod(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen()
|
| /freebsd-10-stable/usr.sbin/rpcbind/ |
| D | security.c | 92 logit(log_severity, addr, proc, prog, in check_access() 116 logit(deny_severity, addr, proc, prog, ": request from unauthorized host"); in check_access() 121 logit(log_severity, addr, proc, prog, ""); in check_access() 161 logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum, in logit() function 281 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog, in check_callit() 284 logit(0, sa, args->rmt_proc, args->rmt_prog, in check_callit()
|
| /freebsd-10-stable/usr.sbin/ppp/ |
| D | ip.c | 574 int cproto, mask, len, n, pri, logit, result, datalen, frag; in PacketCheck() local 578 logit = (log_IsKept(LogTCPIP) || log_IsKept(LogDNS)) && in PacketCheck() 610 if (logit && loglen < sizeof logbuf) { in PacketCheck() 622 if (logit && loglen < sizeof logbuf) { in PacketCheck() 636 if (logit && loglen < sizeof logbuf) { in PacketCheck() 658 if (logit && loglen < sizeof logbuf) { in PacketCheck() 712 if (logit && loglen < sizeof logbuf) { in PacketCheck() 725 if (logit && loglen < sizeof logbuf) { in PacketCheck() 738 if (logit && loglen < sizeof logbuf) { in PacketCheck() 758 if (logit && loglen < sizeof logbuf) { in PacketCheck() [all …]
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | port-aix.c | 136 logit("Can't retrieve attribute SYSTEM for %s: %.100s", in aix_valid_authentications() 146 logit("Can't retrieve attribute auth1 for %s: %.100s", in aix_valid_authentications() 156 logit("Account %s has unsupported auth1 value '%s'", in aix_valid_authentications() 216 logit("Password can't be changed for user %s: %.100s", in sys_auth_passwd() 269 logit("Login restricted for %s: %.100s", pw->pw_name, msg); in sys_auth_allowed_user()
|
| D | port-linux.c | 183 void (*switchlog) (const char *fmt,...) = logit; in ssh_selinux_change_context() 189 logit("%s: getcon failed with %s", __func__, strerror(errno)); in ssh_selinux_change_context() 194 logit ("%s: unparseable context %s", __func__, oldctx); in ssh_selinux_change_context()
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | mci.c | 610 mci_dump(fp, mci, logit) in mci_dump() argument 613 bool logit; 619 sep = logit ? " " : "\n\t"; 676 if (logit) 694 mci_dump_all(fp, logit) in mci_dump_all() argument 696 bool logit; 704 mci_dump(fp, MciCache[i], logit);
|