Searched refs:RemoteHostName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | misc.c | 50 const char *RemoteHostName; variable 59 RemoteHostName = remote; in auth_encrypt_init()
|
| H A D | kerberos5.c | 262 RemoteHostName, in kerberos5_send() 270 RemoteHostName, krb5_get_err_text(context, ret)); in kerberos5_send() 507 RemoteHostName ? RemoteHostName : "<unknown>"); in kerberos5_is() 841 RemoteHostName, in kerberos5_forward()
|
| H A D | misc.h | 38 extern const char *RemoteHostName;
|
| H A D | spx.c | 220 "SERVICE:rcmd@%s", RemoteHostName);
|
| /freebsd-12.1/contrib/telnet/libtelnet/ |
| H A D | misc.c | 52 char *RemoteHostName; variable 66 RemoteHostName = remote; in auth_encrypt_init()
|
| H A D | kerberos.c | 166 if ((realm = krb_get_phost(RemoteHostName))) in kerberos4_send() 171 realm = dest_realm ? dest_realm : krb_realmofhost(RemoteHostName); in kerberos4_send() 174 printf("Kerberos V4: no realm for %s\r\n", RemoteHostName); in kerberos4_send()
|
| H A D | misc.h | 34 extern char *RemoteHostName;
|
| H A D | kerberos5.c | 236 RemoteHostName, in kerberos5_send() 247 RemoteHostName, err_str); in kerberos5_send() 793 RemoteHostName, in kerberos5_forward()
|
| H A D | krb4encpwd.c | 310 strcpy(instance, RemoteHostName);
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/ |
| H A D | ChangeLog | 521 * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify 522 * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,
|