Searched refs:RemoteHostName (Results 1 – 10 of 10) sorted by relevance
| /src/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 | misc.h | 38 extern const char *RemoteHostName;
|
| 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 | spx.c | 220 "SERVICE:rcmd@%s", RemoteHostName);
|
| /src/contrib/telnet/libtelnet/ |
| H A D | misc.c | 48 char *RemoteHostName; variable 62 RemoteHostName = remote; in auth_encrypt_init()
|
| H A D | misc.h | 34 extern char *RemoteHostName;
|
| H A D | kerberos.c | 162 if ((realm = krb_get_phost(RemoteHostName))) in kerberos4_send() 167 realm = dest_realm ? dest_realm : krb_realmofhost(RemoteHostName); in kerberos4_send() 170 printf("Kerberos V4: no realm for %s\r\n", RemoteHostName); in kerberos4_send()
|
| H A D | kerberos5.c | 232 RemoteHostName, in kerberos5_send() 243 RemoteHostName, err_str); in kerberos5_send() 789 RemoteHostName, in kerberos5_forward()
|
| H A D | krb4encpwd.c | 306 strcpy(instance, RemoteHostName);
|
| /src/crypto/heimdal/appl/telnet/ |
| H A D | ChangeLog | 521 * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify 522 * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,
|