Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.c50 const char *RemoteHostName; variable
59 RemoteHostName = remote; in auth_encrypt_init()
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 Dmisc.h38 extern const char *RemoteHostName;
H A Dspx.c220 "SERVICE:rcmd@%s", RemoteHostName);
/freebsd-12.1/contrib/telnet/libtelnet/
H A Dmisc.c52 char *RemoteHostName; variable
66 RemoteHostName = remote; in auth_encrypt_init()
H A Dkerberos.c166 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 Dmisc.h34 extern char *RemoteHostName;
H A Dkerberos5.c236 RemoteHostName, in kerberos5_send()
247 RemoteHostName, err_str); in kerberos5_send()
793 RemoteHostName, in kerberos5_forward()
H A Dkrb4encpwd.c310 strcpy(instance, RemoteHostName);
/freebsd-12.1/crypto/heimdal/appl/telnet/
H A DChangeLog521 * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify
522 * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,