Home
last modified time | relevance | path

Searched refs:RemoteHostName (Results 1 – 10 of 10) sorted by relevance

/src/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.c50 const char *RemoteHostName; variable
59 RemoteHostName = remote; in auth_encrypt_init()
H A Dmisc.h38 extern const char *RemoteHostName;
H A Dkerberos5.c262 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 Dspx.c220 "SERVICE:rcmd@%s", RemoteHostName);
/src/contrib/telnet/libtelnet/
H A Dmisc.c48 char *RemoteHostName; variable
62 RemoteHostName = remote; in auth_encrypt_init()
H A Dmisc.h34 extern char *RemoteHostName;
H A Dkerberos.c162 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 Dkerberos5.c232 RemoteHostName, in kerberos5_send()
243 RemoteHostName, err_str); in kerberos5_send()
789 RemoteHostName, in kerberos5_forward()
H A Dkrb4encpwd.c306 strcpy(instance, RemoteHostName);
/src/crypto/heimdal/appl/telnet/
H A DChangeLog521 * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify
522 * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,