/external/openssh/ |
D | gss-serv-krb5.c | 73 logit("Cannot initialize krb5 context"); in ssh_gssapi_krb5_init() 96 logit("krb5_parse_name(): %.100s", in ssh_gssapi_krb5_userok() 102 logit("Authorized to %s, krb5 principal %s (krb5_kuserok)", in ssh_gssapi_krb5_userok() 134 logit("krb5_cc_gen_new(): %.100s", in ssh_gssapi_krb5_storecreds() 140 logit("ssh_krb5_cc_gen(): %.100s", in ssh_gssapi_krb5_storecreds() 148 logit("krb5_parse_name(): %.100s", in ssh_gssapi_krb5_storecreds() 155 logit("krb5_cc_initialize(): %.100s", in ssh_gssapi_krb5_storecreds() 166 logit("gss_krb5_copy_ccache() failed"); in ssh_gssapi_krb5_storecreds()
|
D | loginrec.c | 438 logit("Attempt to write login records by non-root user (aborting)"); in login_write() 468 logit("Writing login record failed for %s", li->username); in login_write() 861 logit("%s: tty not found", __func__); in utmp_write_direct() 875 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 880 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 897 logit("%s: lseek: %s", __func__, strerror(errno)); in utmp_write_direct() 902 logit("%s: Couldn't seek to tty %d slot in %s", in utmp_write_direct() 908 logit("%s: error writing %s: %s", __func__, in utmp_write_direct() 930 logit("%s: utmp_write_library() failed", __func__); in utmp_perform_login() 935 logit("%s: utmp_write_direct() failed", __func__); in utmp_perform_login() [all …]
|
D | auth.c | 149 logit("User %.100s not allowed because account is locked", in allowed_user() 165 logit("User %.100s not allowed because shell %.100s " in allowed_user() 172 logit("User %.100s not allowed because shell %.100s " in allowed_user() 191 logit("User %.100s from %.100s not allowed " in allowed_user() 205 logit("User %.100s from %.100s not allowed because " in allowed_user() 213 logit("User %.100s from %.100s not allowed because " in allowed_user() 223 logit("User %.100s from %.100s not allowed " in allowed_user() 236 logit("User %.100s from %.100s not allowed " in allowed_user() 267 authlog = logit; in auth_log() 317 logit("Root login accepted for forced command."); in auth_root_allowed() [all …]
|
D | ttymodes.c | 306 logit("tcgetattr: %.100s", strerror(errno)); in tty_make_modes() 375 logit("tcgetattr: %.100s", strerror(errno)); in tty_parse_modes() 452 logit("parse_tty_modes: unknown opcode %d", in tty_parse_modes() 469 logit("parse_tty_modes: unknown opcode %d", in tty_parse_modes() 480 logit("parse_tty_modes: n_bytes_ptr != n_bytes: %d %d", in tty_parse_modes() 489 logit("Setting tty modes failed: %.100s", strerror(errno)); in tty_parse_modes()
|
D | sftp-server.c | 338 logit("%s%sclose \"%s\" bytes read %llu written %llu", in handle_log_close() 344 logit("%s%sclosedir \"%s\"", in handle_log_close() 412 logit("sent status %s", status_to_message(status)); in send_status() 560 logit("open \"%s\" flags %s mode 0%o", in process_open() 779 logit("set \"%s\" size %llu", in process_setstat() 786 logit("set \"%s\" mode %04o", name, a->perm); in process_setstat() 797 logit("set \"%s\" modtime %s", name, buf); in process_setstat() 803 logit("set \"%s\" owner %lu group %lu", name, in process_setstat() 834 logit("set \"%s\" size %llu", in process_fsetstat() 841 logit("set \"%s\" mode %04o", name, a->perm); in process_fsetstat() [all …]
|
D | dh.c | 135 logit("WARNING: %s does not exist, using fixed modulus", in choose_dh() 164 logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES); in choose_dh() 201 logit("invalid public DH value: negative"); in dh_pub_is_valid() 205 logit("invalid public DH value: <= 1"); in dh_pub_is_valid() 216 logit("invalid public DH value: >= p-1"); in dh_pub_is_valid() 230 logit("invalid public DH value (%d/%d)", bits_set, BN_num_bits(dh->p)); 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 | auth-rhosts.c | 72 logit("User %s hosts file %s is not a regular file", in check_rhosts_file() 252 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 261 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 288 logit("Rhosts authentication refused for %.100s: bad modes for %.200s", in auth_rhosts2_raw()
|
D | moduli.c | 281 logit("Limited memory: %u MB; limit %lu MB", in gen_candidates() 287 logit("Increased memory: %u MB; need %u bytes", in gen_candidates() 291 logit("Decreased memory: %u MB; want %u bytes", in gen_candidates() 336 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 408 logit("%.24s Sieved with %u small primes in %ld seconds", in gen_candidates() 436 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 647 logit("%.24s Found %u safe primes of %u candidates in %ld seconds", in prime_test()
|
D | sshconnect1.c | 122 logit("Authentication agent failed to decrypt challenge."); in try_agent_authentication() 419 logit("WARNING: Encryption is disabled! " in try_challenge_response_authentication() 454 logit("WARNING: Encryption is disabled! Password will be transmitted in clear text."); in try_password_authentication() 510 logit("Warning: Server lies about size of server public key: " in ssh_kex() 512 logit("Warning: This may be due to an old implementation of ssh."); in ssh_kex() 522 logit("Warning: Server lies about size of server host key: " in ssh_kex() 524 logit("Warning: This may be due to an old implementation of ssh."); in ssh_kex() 621 logit("No valid SSH1 cipher, using %.100s instead.", in ssh_kex()
|
D | clientloop.c | 392 logit("Warning: No xauth data; " in client_x11_get_proto() 545 logit("Timeout, server %s not responding.", host); in server_alive_check() 863 logit("Commands:"); in process_cmdline() 864 logit(" -L[bind_address:]port:host:hostport " in process_cmdline() 866 logit(" -R[bind_address:]port:host:hostport " in process_cmdline() 868 logit(" -D[bind_address:]port " in process_cmdline() 870 logit(" -KR[bind_address:]port " in process_cmdline() 874 logit(" !args " in process_cmdline() 896 logit("Invalid command."); in process_cmdline() 901 logit("Not supported."); in process_cmdline() [all …]
|
D | dispatch.c | 47 logit("dispatch_protocol_error: type %d seq %u", type, seq); in dispatch_protocol_error() 58 logit("dispatch_protocol_ignore: type %d seq %u", type, seq); in dispatch_protocol_ignore()
|
D | sshconnect.c | 536 logit("Agent forwarding disabled for protocol 1.3"); in ssh_exchange_identification() 794 logit("%s host key for IP address " in check_host_key() 799 logit("Failed to add the %s host key for IP " in check_host_key() 804 logit("Warning: Permanently added the %s host " in check_host_key() 811 logit("Host key fingerprint is %s\n%s\n", fp, ra); in check_host_key() 904 logit("Failed to add the host to the list of known " in check_host_key() 907 logit("Warning: Permanently added '%.200s' (%s) to the " in check_host_key() 1062 logit("%s", msg); in check_host_key() 1071 logit("%s", msg); in check_host_key() 1218 logit("WARNING: %s key found for host %s\n" in show_other_keys() [all …]
|
D | packet.c | 271 logit("Finished discarding for %.200s", get_remote_ipaddr()); in packet_stop_discard() 950 logit("outgoing seqnr wraps around"); in packet_send2_wrapped() 1090 logit("Connection to %.200s timed out while " in packet_read_seqnr() 1101 logit("Connection closed by %.200s", get_remote_ipaddr()); in packet_read_seqnr() 1274 logit("Bad packet length %u.", active_state->packlen); in packet_read_poll2() 1287 logit("padding error: need %d block %d mod %d", in packet_read_poll2() 1317 logit("Corrupted MAC on input."); in packet_read_poll2() 1332 logit("incoming seqnr wraps around"); in packet_read_poll2() 1413 logit("Received disconnect from %s: %u: %.400s", in packet_read_poll_seqnr() 1438 logit("Received disconnect from %s: %.400s", in packet_read_poll_seqnr() [all …]
|
D | sshd.c | 310 logit("Received SIGHUP; restarting."); in sighup_restart() 316 logit("RESTART FAILED: av[0]='%.100s', error: %.100s.", saved_argv[0], in sighup_restart() 429 logit("Could not write ident string to %s", get_remote_ipaddr()); in sshd_exchange_identification() 437 logit("Did not receive identification string from %s", in sshd_exchange_identification() 467 logit("Bad protocol version identification '%.100s' from %s", in sshd_exchange_identification() 477 logit("probed from %s with %s. Don't panic.", in sshd_exchange_identification() 483 logit("scanned from %s with %s. Don't panic.", in sshd_exchange_identification() 528 logit("Protocol major versions differ for %s: %.200s vs. %.200s", in sshd_exchange_identification() 1080 logit("Server listening on %s port %s.", ntop, strport); 1137 logit("Received signal %d; terminating.", [all …]
|
D | authfd.c | 339 logit("Warning: identity keysize mismatch: actual %d, announced %u", in ssh_get_next_identity() 379 logit("Compatibility with ssh protocol version 1.0 no longer supported."); in ssh_decrypt_challenge() 398 logit("Agent admitted failure to authenticate using the key."); in ssh_decrypt_challenge() 447 logit("Agent admitted failure to sign using the key."); in ssh_agent_sign() 699 logit("SSH_AGENT_FAILURE"); in decode_reply()
|
D | canohost.c | 96 logit("Nasty PTR record \"%s\" is set up for %s, ignoring", in get_remote_hostname() 122 logit("reverse mapping checking getaddrinfo for %.700s " in get_remote_hostname() 137 logit("Address %.100s maps to %.600s, but this does not " in get_remote_hostname()
|
D | ssh.c | 302 logit("You don't exist, go away!"); in main() 682 logit("Pseudo-terminal will not be allocated because " in main() 1024 logit("Allocated port %u for remote forward to %s:%d", in ssh_confirm_remote_forward() 1034 logit("Warning: remote port forwarding failed for " in ssh_confirm_remote_forward() 1126 logit("Warning: Could not request remote " in ssh_init_forwarding() 1184 logit("Warning: Remote host refused compression."); in ssh_session() 1224 logit("Warning: Remote host failed or refused to " in ssh_session() 1249 logit("Warning: Remote host denied X11 forwarding."); in ssh_session() 1270 logit("Warning: Remote host denied authentication agent forwarding."); in ssh_session()
|
D | auth2-hostbased.c | 89 logit("userauth_hostbased: unsupported " in userauth_hostbased() 169 logit("userauth_hostbased mismatch: " in hostbased_key_allowed()
|
D | auth-options.c | 291 logit("Authentication tried for %.100s with " in auth_parse_options() 411 logit("Bad options in %.100s file, line %lu: %.50s", in auth_parse_options() 529 logit("Authentication tried for %.100s " in parse_option_list() 556 logit("Certificate extension \"%s\" " in parse_option_list()
|
D | auth2-passwd.c | 68 logit("password change not supported"); in userauth_passwd()
|
D | auth-krb5.c | 242 logit("mkstemp(): %.100s", strerror(errno)); in ssh_krb5_cc_gen() 247 logit("fchmod(): %.100s", strerror(errno)); in ssh_krb5_cc_gen()
|
/external/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() 271 logit("Login restricted for %s: %.100s", pw->pw_name, msg); in sys_auth_allowed_user()
|
D | port-linux.c | 184 void (*switchlog) (const char *fmt,...) = logit; in ssh_selinux_change_context() 190 logit("%s: getcon failed with %s", __func__, strerror(errno)); in ssh_selinux_change_context() 195 logit ("%s: unparseable context %s", __func__, oldctx); in ssh_selinux_change_context()
|
/external/ppp/pppd/ |
D | utils.c | 73 static void logit __P((int, char *, va_list)); 656 logit(level, fmt, args) in logit() function 727 logit(LOG_ERR, fmt, pvar); in fatal() 749 logit(LOG_ERR, fmt, pvar); in error() 770 logit(LOG_WARNING, fmt, pvar); in warn() 790 logit(LOG_NOTICE, fmt, pvar); in notice() 810 logit(LOG_INFO, fmt, pvar); in info() 830 logit(LOG_DEBUG, fmt, pvar); in dbglog()
|