Subject: Re: canonical host names in ssh
To: Christos Zoulas <christos@zoulas.com>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: current-users
Date: 02/03/2001 00:18:06
>>>	i believe the change is intentional.  it was done between
>>>	openssh 2.2.0 -> 2.3.0 (the change is not local to netbsd).
>>Actually, I fixed a bug in 2.2.0 where it *sometimes* did not canonicalize.
>>Has the code been totally removed in 2.3.0? What is the justification?
>	sorry which change was it?  and did it made it to original openssh
>	repository?

	to be more clear:

	openssh 2.2.0 had host name canonicalization in ssh.c:main().

	the code fragment no longer exist in 2.3.0 in any part of the
	code path.  the removal happend around Oct 3 2000, on OpenBSD
	repository with the following change.

	so I can say that the change was intentional, and was made
	between openssh 2.2.0 and 2.3.0.

itojun


OpenBSD usr.bin/ssh/ssh.c
----------------------------
revision 1.67
date: 2000/10/03 18:16:47;  author: markus;  state: Exp;  lines: +1 -17
do not resolve canonname, i have no idea why this was added oin ossh