Home
last modified time | relevance | path

Searched refs:logit (Results 1 – 25 of 53) sorted by relevance

123

/external/curl/tests/
Dtestcurl.pl217 sub logit($) { subroutine
233 logit "$text";
238 logit "removing the $build dir";
243 logit "removing the $buildlogname file";
246 logit "ENDING HERE"; # last line logged!
341 logit "STARTING HERE"; # first line logged, for scripts to trigger on
342 logit 'TRANSFER CONTROL ==== 1120 CHAR LINE' . $str1066os . 'LINE_END';
343 logit "NAME = $name";
344 logit "EMAIL = $email";
345 logit "DESC = $desc";
[all …]
/external/openssh/
Dgss-serv-krb5.c73 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");
Dloginrec.c440 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 …]
Dauth.c156 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()
202 logit("User %.100s from %.100s not allowed " in allowed_user()
222 logit("User %.100s from %.100s not allowed because " in allowed_user()
230 logit("User %.100s from %.100s not allowed because " in allowed_user()
240 logit("User %.100s from %.100s not allowed " in allowed_user()
253 logit("User %.100s from %.100s not allowed " in allowed_user()
303 authlog = logit; in auth_log()
380 logit("Root login accepted for forced command."); in auth_root_allowed()
[all …]
Dmoduli.c288 logit("Limited memory: %u MB; limit %lu MB", in gen_candidates()
294 logit("Increased memory: %u MB; need %u bytes", in gen_candidates()
298 logit("Decreased memory: %u MB; want %u bytes", in gen_candidates()
343 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates()
415 logit("%.24s Sieved with %u small primes in %ld seconds", in gen_candidates()
443 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates()
457 logit("write_checkpoint: temp pathname too long"); in write_checkpoint()
461 logit("mkstemp(%s): %s", tmp, strerror(errno)); in write_checkpoint()
465 logit("write_checkpoint: fdopen: %s", strerror(errno)); in write_checkpoint()
475 logit("failed to write to checkpoint file '%s': %s", cpfile, in write_checkpoint()
[all …]
Dttymodes.c305 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()
Ddh.c155 logit("WARNING: could not open %s (%s), using fixed modulus", in choose_dh()
184 logit("WARNING: no suitable primes in %s", _PATH_DH_MODULI); in choose_dh()
204 logit("WARNING: line %d disappeared in %s, giving up", in choose_dh()
223 logit("invalid public DH value: negative"); in dh_pub_is_valid()
227 logit("invalid public DH value: <= 1"); in dh_pub_is_valid()
238 logit("invalid public DH value: >= p-1"); in dh_pub_is_valid()
252 logit("invalid public DH value (%d/%d)", in dh_pub_is_valid()
Dauth-shadow.c70 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()
Dauth-rhosts.c74 logit("User %s hosts file %s is not a regular file", in check_rhosts_file()
257 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2()
266 logit("Rhosts authentication refused for %.100s: " in auth_rhosts2()
293 logit("Rhosts authentication refused for %.100s: bad modes for %.200s", in auth_rhosts2()
Dsftp-server.c442 logit("%s%sclose \"%s\" bytes read %llu written %llu", in handle_log_close()
448 logit("%s%sclosedir \"%s\"", in handle_log_close()
519 logit("sent status %s", status_to_message(status)); in send_status()
691 logit("open \"%s\" flags %s mode 0%o", in process_open()
905 logit("set \"%s\" size %llu", in process_setstat()
912 logit("set \"%s\" mode %04o", name, a.perm); in process_setstat()
923 logit("set \"%s\" modtime %s", name, buf); in process_setstat()
929 logit("set \"%s\" owner %lu group %lu", name, in process_setstat()
958 logit("set \"%s\" size %llu", in process_fsetstat()
965 logit("set \"%s\" mode %04o", name, a.perm); in process_fsetstat()
[all …]
Dsshconnect1.c131 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()
544 logit("Warning: Server lies about size of server host key: " in ssh_kex()
546 logit("Warning: This may be due to an old implementation of ssh."); in ssh_kex()
637 logit("No valid SSH1 cipher, using %.100s instead.", in ssh_kex()
Dclientloop.c324 logit("DISPLAY \"%s\" invalid; disabling X11 forwarding", in client_x11_get_proto()
444 logit("Warning: No xauth data; " in client_x11_get_proto()
598 logit("Timeout, server %s not responding.", host); in server_alive_check()
928 logit("Commands:"); in process_cmdline()
929 logit(" -L[bind_address:]port:host:hostport " in process_cmdline()
931 logit(" -R[bind_address:]port:host:hostport " in process_cmdline()
933 logit(" -D[bind_address:]port " in process_cmdline()
935 logit(" -KL[bind_address:]port " in process_cmdline()
937 logit(" -KR[bind_address:]port " in process_cmdline()
939 logit(" -KD[bind_address:]port " in process_cmdline()
[all …]
Dsshconnect.c655 logit("Agent forwarding disabled for protocol 1.3"); in ssh_exchange_identification()
678 logit("Server version \"%.100s\" uses unsafe RSA signature " in ssh_exchange_identification()
910 logit("%s host key for IP address " in check_host_key()
915 logit("Failed to add the %s host key for IP " in check_host_key()
920 logit("Warning: Permanently added the %s host " in check_host_key()
930 logit("Host key fingerprint is %s\n%s", fp, ra); in check_host_key()
1028 logit("Failed to add the host to the list of known " in check_host_key()
1031 logit("Warning: Permanently added '%.200s' (%s) to the " in check_host_key()
1186 logit("%s", msg); in check_host_key()
1195 logit("%s", msg); in check_host_key()
[all …]
Dauth2-hostbased.c91 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()
Ddispatch.c47 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()
Dsshd.c292 logit("Received SIGHUP; restarting."); in sighup_restart()
301 logit("RESTART FAILED: av[0]='%.100s', error: %.100s.", saved_argv[0], in sighup_restart()
378 logit("Could not write ident string to %s port %d", in sshd_exchange_identification()
387 logit("Did not receive identification string " in sshd_exchange_identification()
416 logit("Bad protocol version identification '%.100s' " in sshd_exchange_identification()
429 logit("probed from %s port %d with %s. Don't panic.", in sshd_exchange_identification()
435 logit("scanned from %s port %d with %s. Don't panic.", in sshd_exchange_identification()
441 logit("Client version \"%.100s\" uses unsafe RSA signature " in sshd_exchange_identification()
460 logit("Protocol major versions differ for %s port %d: " in sshd_exchange_identification()
1082 logit("Server listening on %s port %s.", ntop, strport);
[all …]
/external/strace/tests-mx32/
Dfork-f.c42 #define logit(arg) logit_(prefix arg) macro
49 return logit("exec"); in main()
51 logit("start"); in main()
70 if (logit("child") || execve(args[0], args, args + 1)) in main()
76 logit("parent"); in main()
84 logit("finish"); in main()
Dvfork-f.c43 #define logit(arg) logit_(prefix arg) macro
52 return logit("exec"); in main()
55 logit("start"); in main()
79 if (logit("child") || execve(args[0], args, args + 1)) in main()
88 logit("parent"); in main()
96 logit("finish"); in main()
/external/strace/tests/
Dfork-f.c42 #define logit(arg) logit_(prefix arg) macro
49 return logit("exec"); in main()
51 logit("start"); in main()
70 if (logit("child") || execve(args[0], args, args + 1)) in main()
76 logit("parent"); in main()
84 logit("finish"); in main()
Dvfork-f.c43 #define logit(arg) logit_(prefix arg) macro
52 return logit("exec"); in main()
55 logit("start"); in main()
79 if (logit("child") || execve(args[0], args, args + 1)) in main()
88 logit("parent"); in main()
96 logit("finish"); in main()
/external/strace/tests-m32/
Dfork-f.c42 #define logit(arg) logit_(prefix arg) macro
49 return logit("exec"); in main()
51 logit("start"); in main()
70 if (logit("child") || execve(args[0], args, args + 1)) in main()
76 logit("parent"); in main()
84 logit("finish"); in main()
Dvfork-f.c43 #define logit(arg) logit_(prefix arg) macro
52 return logit("exec"); in main()
55 logit("start"); in main()
79 if (logit("child") || execve(args[0], args, args + 1)) in main()
88 logit("parent"); in main()
96 logit("finish"); in main()
/external/openssh/openbsd-compat/
Dport-aix.c136 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()
Dport-linux.c181 void (*switchlog) (const char *fmt,...) = logit; in ssh_selinux_change_context()
187 logit("%s: getcon failed with %s", __func__, strerror(errno)); in ssh_selinux_change_context()
192 logit ("%s: unparseable context %s", __func__, oldctx); in ssh_selinux_change_context()
/external/ppp/pppd/
Dutils.c68 static void logit __P((int, char *, va_list));
649 logit(level, fmt, args) in logit() function
693 logit(LOG_ERR, fmt, pvar); in fatal()
715 logit(LOG_ERR, fmt, pvar); in error()
736 logit(LOG_WARNING, fmt, pvar); in warn()
756 logit(LOG_NOTICE, fmt, pvar); in notice()
776 logit(LOG_INFO, fmt, pvar); in info()
796 logit(LOG_DEBUG, fmt, pvar); in dbglog()

123