Home
last modified time | relevance | path

Searched refs:remote_host (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsn2princ.c167 if (!remote_host) { in krb5_sname_to_principal()
211 remote_host = strdup(hostname); in krb5_sname_to_principal()
213 if (!remote_host) in krb5_sname_to_principal()
229 if (remote_host[0]) { in krb5_sname_to_principal()
230 cp = remote_host + strlen(remote_host)-1; in krb5_sname_to_principal()
237 free(remote_host); in krb5_sname_to_principal()
250 remote_host ? remote_host : "unknown"); in krb5_sname_to_principal()
252 free(remote_host); in krb5_sname_to_principal()
259 realm, sname, remote_host, in krb5_sname_to_principal()
268 realm,sname,remote_host); in krb5_sname_to_principal()
[all …]
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c264 static char remote_host[HMAX]; variable
612 if (remote_host[0]) { in main()
614 ttyn, HMAX, remote_host); in main()
745 if (remote_host[0]) { in log_bad_attempts()
756 if (remote_host[0]) { in log_bad_attempts()
759 ttyn, HMAX, remote_host); in log_bad_attempts()
1370 SCPYL(remote_host, optarg); in get_options()
1394 SCPYL(remote_host, optarg); in get_options()
1745 if (remote_host[0]) { in chdir_to_dir_user()
1865 if (remote_host[0]) { in login_authenticate()
[all …]