Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index