| /freebsd-14.2/crypto/openssh/ |
| 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 | loginrec.c | 864 logit("%s: tty not found", __func__); in utmp_write_direct() 978 logit("%s: invalid type field", __func__); in utmp_write_entry() 1019 logit("%s: not implemented!", __func__); in utmpx_write_direct() 1075 logit("%s: invalid type field", __func__); in utmpx_write_entry() 1143 logit("%s: invalid type field", __func__); in wtmp_write_entry() 1198 logit("%s: couldn't stat %s: %s", __func__, in wtmp_get_entry() 1322 logit("%s: invalid type field", __func__); in wtmpx_write_entry() 1363 logit("%s: couldn't stat %s: %s", __func__, in wtmpx_get_entry() 1461 logit("%s: Invalid type field", __func__); in syslogin_write_entry() 1512 logit("%s: %s->lseek(): %s", __func__, in lastlog_openseek() [all …]
|
| 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() 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() 493 logit("Failed to load checkpoint from '%s'", cpfile); in read_checkpoint() 560 logit("%.24s processed %lu in %s", ctime(&time_now), in print_progress() [all …]
|
| H A D | auth.c | 128 logit("User %.100s not allowed because shell %.100s " in allowed_user() 135 logit("User %.100s not allowed because shell %.100s " in allowed_user() 158 logit("User %.100s from %.100s not allowed " in allowed_user() 178 logit("User %.100s from %.100s not allowed because " in allowed_user() 186 logit("User %.100s from %.100s not allowed because " in allowed_user() 196 logit("User %.100s from %.100s not allowed " in allowed_user() 209 logit("User %.100s from %.100s not allowed " in allowed_user() 369 logit("Root login accepted for forced command."); in auth_root_allowed() 374 logit("ROOT LOGIN REFUSED FROM %.200s port %d", in auth_root_allowed() 439 logit("Authentication refused for %.100s: " in check_key_in_hostfiles() [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 | 76 logit("User %s hosts file %s is not a regular file", in check_rhosts_file() 262 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2() 271 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2() 301 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2()
|
| H A D | sftp-server.c | 486 logit("%s%sclosedir \"%s\"", in handle_log_close() 757 logit("open \"%s\" flags %s mode 0%o", in process_open() 999 logit("set \"%s\" size %llu", in process_setstat() 1017 logit("set \"%s\" modtime %s", name, buf); in process_setstat() 1052 logit("set \"%s\" size %llu", in process_fsetstat() 1074 logit("set \"%s\" modtime %s", name, buf); in process_fsetstat() 1109 logit("opendir \"%s\"", path); in process_opendir() 1195 logit("remove name \"%s\"", name); in process_remove() 1233 logit("rmdir name \"%s\"", name); in process_rmdir() 1401 logit("statvfs \"%s\"", path); in process_extended_statvfs() [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 | 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 | clientloop.c | 440 logit("Warning: No xauth data; " in client_x11_get_proto() 1007 logit("Commands:"); in process_cmdline() 1044 logit("Invalid command."); in process_cmdline() 1055 logit("Bad forwarding close specification."); in process_cmdline() 1068 logit("Unknown port forwarding."); in process_cmdline() 1071 logit("Canceled forwarding."); in process_cmdline() 1081 logit("Bad local forwarding specification."); in process_cmdline() 1087 logit("Port forwarding failed."); in process_cmdline() 1092 logit("Port forwarding failed."); in process_cmdline() 1096 logit("Forwarding port."); in process_cmdline() [all …]
|
| H A D | sshconnect.c | 404 logit("getifaddrs: %s: no suitable addresses", in ssh_create_socket() 1098 logit("%s host key for IP address " in check_host_key() 1103 logit("Failed to add the %s host key for IP " in check_host_key() 1108 logit("Warning: Permanently added the %s host " in check_host_key() 1118 logit("Host key fingerprint is %s\n%s", fp, ra); in check_host_key() 1224 logit("Failed to add the host to the list of known " in check_host_key() 1227 logit("Warning: Permanently added '%.200s' (%s) to the " in check_host_key() 1393 logit("%s", msg); in check_host_key() 1397 logit("%s", msg); in check_host_key() 1622 logit("WARNING: %s key found for host %s\n" in show_other_keys() [all …]
|
| 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 | 68 logit("password change not supported"); in userauth_passwd()
|
| H A D | serverloop.c | 138 logit("Timeout, client not responding from %s", remote_id); in client_alive_check() 270 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something() 387 logit("Exiting on signal %d", (int)received_sigterm); in server_loop2() 460 logit("refused local port forward: " in server_request_direct_tcpip() 505 logit("refused streamlocal port forward: " in server_request_direct_streamlocal()
|
| H A D | packet.c | 401 logit("Finished discarding for %.200s port %d", in ssh_packet_stop_discard() 1216 logit("outgoing seqnr wraps around"); in ssh_packet_send2_wrapped() 1509 logit("Bad packet length %u.", state->packlen); in ssh_packet_read_poll2() 1539 logit("Bad packet length %u.", state->packlen); in ssh_packet_read_poll2() 1561 logit("padding error: need %d block %d mod %d", in ssh_packet_read_poll2() 1587 logit("Corrupted MAC on input."); in ssh_packet_read_poll2() 1607 logit("Corrupted MAC on input."); in ssh_packet_read_poll2() 1627 logit("incoming seqnr wraps around"); in ssh_packet_read_poll2() 1995 logit("Disconnecting %s: %.100s", remote_id, buf); in ssh_packet_disconnect()
|
| H A D | sftp-client.c | 1875 logit("File \"%s\" was not modified", local_path); in sftp_download() 1951 logit("download \"%s\": not a regular file", in download_dir_internal() 1957 logit("remote stat \"%s\" failed", new_src); in download_dir_internal() 1982 logit("download \"%s\": not a regular file", new_src); in download_dir_internal() 2322 logit("local lstat \"%s\": %s", filename, in upload_dir_internal() 2329 logit("%s: not a regular file", filename); in upload_dir_internal() 2334 logit("local stat \"%s\": %s", filename, in upload_dir_internal() 2354 logit("%s: not a regular file", filename); in upload_dir_internal() 2777 logit("%s: not a regular file", filename); in crossload_dir_internal() 2782 logit("remote stat \"%s\" failed", in crossload_dir_internal() [all …]
|
| /freebsd-14.2/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-14.2/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() 159 logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum, in logit() function 279 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog, in check_callit() 282 logit(0, sa, args->rmt_proc, args->rmt_prog, in check_callit()
|
| H A D | rpcbind.h | 133 void logit(int, struct sockaddr *, rpcproc_t, rpcprog_t, const char *);
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | ip.c | 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() 779 if (logit && loglen < sizeof logbuf) { in PacketCheck() 875 if (logit) in PacketCheck() [all …]
|
| /freebsd-14.2/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-14.2/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);
|