NetBSD-Bugs archive

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

Re: bin/48874



The following reply was made to PR bin/48874; it has been noted by GNATS.

From: =?ISO-2022-JP?B?GyRCOzBOWD84GyhCKCBNaXdhIFN1c3VtdSAp?= <miwarin%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/48874
Date: Sun, 12 Oct 2014 12:52:54 +0900

 It is because going through auth.c allowed_user() .
 
 crypto/external/bsd/openssh/dist/auth.c
 
   allowed_user(struct passwd * pw)
     hostname = get_canonical_hostname(1);  <===
 
 allowed_user() is different between NetBSD and OpenSSH (original) .
 
 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/auth.c
 
 I do not know why.
 
 -- 
 miwarin
 


Home | Main Index | Thread Index | Old Index