Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/22/1996 03:50:03
explorer
Fri Mar 22 03:45:10 EST 1996
Update of /a/cvsroot/src/domestic/usr.bin/telnet
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9104

Modified Files:
	commands.c 
Log Message:
Fix telnet so that KerberosIV encryption works with CNAMEs:
        for ip # based telnets:
                get the host name via gethostbyaddr() and use the
                        name returned.  If the call fails, keep
                        the numeric version and let kerberos fail.
        for telnets to CNAMEs:
                After the gethostbyname() has returned the correct
                        ip #, use it as above to get the true
                        name of the machine.