search for: get_local_hostnam

Displaying 3 results from an estimated 3 matches for "get_local_hostnam".

Did you mean: get_local_hostname
2002 May 20
0
Openssh 3.2.2p1 KRB5 addition
...0; server = NULL; *************** *** 108,114 **** if (problem) goto err; ! problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL , KRB5_NT_SRV_HST, &server); if (problem) goto err; --- 110,118 ---- if (problem) goto err; ! localname=get_local_hostname(fd); ! ! problem = krb5_sname_to_principal(authctxt->krb5_ctx, localname, NULL , KRB5_NT_SRV_HST, &server); if (problem) goto err; -------------- next part -------------- *** canohost.c.orig Mon May 20 11:54:18 2002 --- canohost.c Mon May 20 11:59:56 2002 ************...
2004 Sep 13
4
Pending OpenSSH release, call for testing.
...gssapi to be used >>> on a multihomed server please ? There have been several proposals >>> in the past to fix this in ssh_gssapi_acquire_cred . . - >>> if (gethostname(lname, MAXHOSTNAMELEN)) - return (-1); >>> + lname = get_local_hostname(packet_get_connection_in()); >> >> >> Won't that break Kerberos authenticaton for sshd in inetd mode? > > >It might break more then that. This change would appear to get the name of >the interface, rather then the name of the host. It would then require the &gt...
2004 Aug 12
14
Pending OpenSSH release, call for testing.
Hi All. OpenSSH is getting ready for a release soon, so we are asking for all interested parties to test a snapshot. Changes include: * sshd will now re-exec itself for each new connection (the "-e" option is required when running sshd in debug mode). * PAM password authentication has been (re)added. * Interface improvements to sftp(1) * Many bug fixes and improvements, for