From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23477 invoked from network); 24 Mar 2002 15:28:36 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 24 Mar 2002 15:28:36 -0000 Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16p9ul-00073Q-00; Sun, 24 Mar 2002 10:28:11 -0500 Received: from gnats by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16p9ry-00070K-00; Sun, 24 Mar 2002 10:25:18 -0500 From: Lars.Henriksen@netman.dk To: pdm-gnats@zamazal.org,gnats-prs@gnu.org,bug-gnats@gnu.org Reply-To: Lars.Henriksen@netman.dk Subject: gnats/363: gnatsd access control by host name fails Message-Id: Sender: gnats-prs-admin@gnu.org Errors-To: gnats-prs-admin@gnu.org X-BeenThere: gnats-prs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Copies of bug tracking system messages List-Archive: Date: Sun, 24 Mar 2002 07:28:00 -0000 X-SW-Source: 2002-q1/txt/msg00090.txt.bz2 >Number: 363 >Category: gnats >Synopsis: gnatsd access control by host name fails >Confidential: no >Severity: serious >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sun Mar 24 10:25:17 -0500 2002 >Originator: Lars Henriksen >Release: <= 4.0-beta1 >Organization: >Environment: Alpha, OSF 5.1 >Description: The host access file (gnatsd.host_access in Gnats 4) allows hosts to be specified by name or IP address. However, on Alpha machines (at least) host names cannot be used because of a bug in getname() in gnatsd.c: hp = gethostbyaddr ((char *) host, sizeof (host), AF_INET); should be hp = gethostbyaddr ((char *) host, sizeof (*host), AF_INET); >How-To-Repeat: >Fix: See description. >Unformatted: _______________________________________________ Gnats-prs mailing list Gnats-prs@gnu.org http://mail.gnu.org/mailman/listinfo/gnats-prs