/freebsd/crypto/openssh/ |
H A D | loginrec.c | 423 logit("Attempt to write login records by non-root user (aborting)"); in login_write() 453 logit("Writing login record failed for %s", li->username); in login_write() 846 logit("%s: tty not found", __func__); in utmp_write_direct() 860 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 865 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 882 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 887 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 893 logit("%s: error writing %s: %s", __func__, in utmp_write_direct() 915 logit("%s: utmp_write_library() failed", __func__); in utmp_perform_login() 920 logit("%s: utmp_write_direct() failed", __func__); in utmp_perform_login() [all …]
|
H A D | gss-serv-krb5.c | 72 logit("Cannot initialize krb5 context"); in ssh_gssapi_krb5_init() 97 logit("krb5_parse_name(): %.100s", errmsg); in ssh_gssapi_krb5_userok() 103 logit("Authorized to %s, krb5 principal %s (krb5_kuserok)", in ssh_gssapi_krb5_userok() 139 logit("krb5_cc_new_unique(): %.100s", errmsg); 142 logit("krb5_cc_gen_new(): %.100s", 151 logit("ssh_krb5_cc_gen(): %.100s", errmsg); 160 logit("krb5_parse_name(): %.100s", errmsg); 167 logit("krb5_cc_initialize(): %.100s", errmsg); 178 logit("gss_krb5_copy_ccache() failed");
|
H A D | moduli.c | 290 logit("Limited memory: %u MB; limit %lu MB", in gen_candidates() 296 logit("Increased memory: %u MB; need %u bytes", in gen_candidates() 300 logit("Decreased memory: %u MB; want %u bytes", in gen_candidates() 345 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 417 logit("%.24s Sieved with %u small primes in %lld seconds", in gen_candidates() 445 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 459 logit("write_checkpoint: temp pathname too long"); in write_checkpoint() 463 logit("mkstemp(%s): %s", tmp, strerror(errno)); in write_checkpoint() 467 logit("write_checkpoint: fdopen: %s", strerror(errno)); in write_checkpoint() 478 logit("failed to write to checkpoint file '%s': %s", cpfile, in write_checkpoint() [all …]
|
H A D | auth.c | 112 logit("User %.100s not allowed because account is locked", in allowed_user() 127 logit("User %.100s not allowed because shell %.100s " in allowed_user() 134 logit("User %.100s not allowed because shell %.100s " in allowed_user() 157 logit("User %.100s from %.100s not allowed " in allowed_user() 177 logit("User %.100s from %.100s not allowed because " in allowed_user() 185 logit("User %.100s from %.100s not allowed because " in allowed_user() 195 logit("User %.100s from %.100s not allowed " in allowed_user() 208 logit("User %.100s from %.100s not allowed " in allowed_user() 368 logit("Root login accepted for forced command."); in auth_root_allowed() 373 logit("ROOT LOGIN REFUSED FROM %.200s port %d", in auth_root_allowed() [all …]
|
H A D | dh.c | 168 logit("WARNING: could not open %s (%s), using fixed modulus", in choose_dh() 200 logit("WARNING: no suitable primes in %s", in choose_dh() 225 logit("WARNING: selected prime disappeared in %s, giving up", in choose_dh() 247 logit("invalid public DH value: negative"); in dh_pub_is_valid() 251 logit("invalid public DH value: <= 1"); in dh_pub_is_valid() 262 logit("invalid public DH value: >= p-1"); in dh_pub_is_valid() 276 logit("invalid public DH value (%d/%d)", in dh_pub_is_valid()
|
H A D | auth-shadow.c | 70 logit("Account %.100s has expired", spw->sp_namp); in auth_shadow_acctexpired() 124 logit("User %.100s password has expired (root forced)", user); in auth_shadow_pwexpired() 129 logit("User %.100s password has expired (password aged)", user); in auth_shadow_pwexpired()
|
H A D | auth-rhosts.c | 75 logit("User %s hosts file %s is not a regular file", in check_rhosts_file() 261 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2() 270 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2() 300 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2()
|
H A D | sftp-server.c | 480 logit("%s%sclose \"%s\" bytes read %llu written %llu", in handle_log_close() 486 logit("%s%sclosedir \"%s\"", in handle_log_close() 557 logit("sent status %s", status_to_message(status)); in send_status_errmsg() 757 logit("open \"%s\" flags %s mode 0%o", in process_open() 999 logit("set \"%s\" size %llu", in process_setstat() 1006 logit("set \"%s\" mode %04o", name, a.perm); in process_setstat() 1017 logit("set \"%s\" modtime %s", name, buf); in process_setstat() 1023 logit("set \"%s\" owner %lu group %lu", name, in process_setstat() 1052 logit("set \"%s\" size %llu", in process_fsetstat() 1059 logit("set \"%s\" mode %04o", name, a.perm); in process_fsetstat() [all …]
|
H A D | auth2-pubkeyfile.c | 101 logit("%s: Authentication tried for %.100s with " in auth_authorise_keyopts() 126 logit("%s: Authentication tried for %.100s with valid " in auth_authorise_keyopts() 452 logit("Could not open user '%s' %s '%s': %s", in auth_openfile() 466 logit("User '%s' %s '%s' is not a regular file", in auth_openfile() 479 logit("Authentication refused: %s", line); in auth_openfile()
|
H A D | clientloop.c | 307 logit("DISPLAY \"%s\" invalid; disabling X11 forwarding", in client_x11_get_proto() 439 logit("Warning: No xauth data; " in client_x11_get_proto() 500 logit("Timeout, server %s not responding.", host); in server_alive_check() 1006 logit("Commands:"); in process_cmdline() 1007 logit(" -L[bind_address:]port:host:hostport " in process_cmdline() 1009 logit(" -R[bind_address:]port:host:hostport " in process_cmdline() 1011 logit(" -D[bind_address:]port " in process_cmdline() 1013 logit(" -KL[bind_address:]port " in process_cmdline() 1015 logit(" -KR[bind_address:]port " in process_cmdline() 1017 logit(" -KD[bind_address:]port " in process_cmdline() [all …]
|
H A D | ttymodes.c | 294 logit("tcgetattr: %.100s", strerror(errno)); in ssh_tty_make_modes() 368 logit("tcgetattr: %.100s", strerror(errno)); in ssh_tty_parse_modes() 449 logit("Setting tty modes failed: %.100s", strerror(errno)); in ssh_tty_parse_modes()
|
H A D | dispatch.c | 44 logit("dispatch_protocol_error: type %d seq %u", type, seq); in dispatch_protocol_error() 56 logit("dispatch_protocol_ignore: type %d seq %u", type, seq); in dispatch_protocol_ignore()
|
H A D | sshconnect.c | 405 logit("getifaddrs: %s: no suitable addresses", in ssh_create_socket() 1128 logit("%s host key for IP address " in check_host_key() 1133 logit("Failed to add the %s host key for IP " in check_host_key() 1138 logit("Warning: Permanently added the %s host " in check_host_key() 1148 logit("Host key fingerprint is %s\n%s", fp, ra); in check_host_key() 1254 logit("Failed to add the host to the list of known " in check_host_key() 1257 logit("Warning: Permanently added '%.200s' (%s) to the " in check_host_key() 1423 logit("%s", msg); in check_host_key() 1427 logit("%s", msg); in check_host_key() 1652 logit("WARNING: %s key found for host %s\n" in show_other_keys() [all …]
|
H A D | sshd.c | 382 logit("Timeout before authentication for %s, " in child_reap() 388 logit("Session process %ld unpriv child crash for %s%s", in child_reap() 478 logit("%d active startups", children_active); in show_info() 482 logit("child %d: fd=%d pid=%ld %s%s", i, children[i].pipefd, in show_info() 508 logit("Received SIGHUP; restarting."); in sighup_restart() 516 logit("RESTART FAILED: av[0]='%.100s', error: %.100s.", saved_argv[0], in sighup_restart() 600 logit("exited MaxStartups throttling after %s, " in drop_connection() 833 logit("Server listening on %s port %s%s%s.", in listen_on_addrs() 922 logit("Received signal %d; terminating.", in server_accept_loop() 1340 logit("-r option is deprecated"); in main() [all …]
|
H A D | serverloop.c | 117 logit("Timeout, client not responding from %s", remote_id); in client_alive_check() 249 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something() 269 logit("Connection closed by %.100s port %d", in process_input() 273 logit("Read error from remote host %s port %d: %s", in process_input() 427 logit("refused local port forward: " in server_request_direct_tcpip() 472 logit("refused streamlocal port forward: " in server_request_direct_streamlocal()
|
H A D | auth-krb5.c | 258 logit("mkstemp(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen() 264 logit("fchmod(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen()
|
H A D | auth2-passwd.c | 69 logit("password change not supported"); in userauth_passwd()
|
H A D | srclimit.c | 472 logit("%zu active %s penalties", npenalties, t); in srclimit_penalty_info_for_tree() 477 logit("client %s %s (expired)", s, p->reason); in srclimit_penalty_info_for_tree() 479 logit("client %s %s (%llu secs left)", s, p->reason, in srclimit_penalty_info_for_tree()
|
H A D | packet.c | 401 logit("Finished discarding for %.200s port %d", in ssh_packet_stop_discard() 586 logit("Nasty PTR record \"%s\" is set up for %s, ignoring", in ssh_remote_hostname() 608 logit("reverse mapping checking getaddrinfo for %.700s " in ssh_remote_hostname() 623 logit("Address %.100s maps to %.600s, but this does not " in ssh_remote_hostname() 1307 logit("outgoing seqnr wraps around"); in ssh_packet_send2_wrapped() 1600 logit("Bad packet length %u.", state->packlen); in ssh_packet_read_poll2() 1630 logit("Bad packet length %u.", state->packlen); in ssh_packet_read_poll2() 1652 logit("padding error: need %d block %d mod %d", in ssh_packet_read_poll2() 1678 logit("Corrupted MAC on input."); in ssh_packet_read_poll2() 1698 logit("Corrupted MAC on input."); in ssh_packet_read_poll2() [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | log.c | 40 void logit(int, const char *, ...); 56 logit(int pri, const char *fmt, ...) in logit() function 93 logit(LOG_CRIT, "%s", strerror(errno)); in log_warn() 100 logit(LOG_CRIT, "%s", strerror(errno)); in log_warn() 145 logit(LOG_CRIT, "fatal: %s", strerror(errno)); in fatal() 148 logit(LOG_CRIT, "fatal: %s: %s", in fatal() 151 logit(LOG_CRIT, "fatal: %s", emsg); in fatal()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | security.c | 88 logit(log_severity, addr, proc, prog, in check_access() 112 logit(deny_severity, addr, proc, prog, in check_access() 119 logit(log_severity, addr, proc, prog, ""); in check_access() 160 logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum, in logit() function 280 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog, in check_callit() 283 logit(0, sa, args->rmt_proc, args->rmt_prog, in check_callit()
|
/freebsd/usr.sbin/ppp/ |
H A 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/crypto/openssh/openbsd-compat/ |
H A D | port-aix.c | 138 logit("Can't retrieve attribute SYSTEM for %s: %.100s", in aix_valid_authentications() 148 logit("Can't retrieve attribute auth1 for %s: %.100s", in aix_valid_authentications() 158 logit("Account %s has unsupported auth1 value '%s'", in aix_valid_authentications() 222 logit("Password can't be changed for user %s: %.100s", in sys_auth_passwd() 277 logit("Login restricted for %s: %.100s", pw->pw_name, msg); in sys_auth_allowed_user()
|
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 280 bool logit = false; local 423 logit = true; 434 logit = exceeded || LogLevel > 11; 436 if (logit)
|
H A D | mci.c | 656 mci_dump(fp, mci, logit) in mci_dump() argument 659 bool logit; 665 sep = logit ? " " : "\n\t"; 722 if (logit) 740 mci_dump_all(fp, logit) in mci_dump_all() argument 742 bool logit; 750 mci_dump(fp, MciCache[i], logit);
|