Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 27 Sep 2001 12:47:13 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: Alexander Gottwald <alexander.gottwald@informatik.tu-chemnitz.de>
Cc: cygwin@cygwin.com, cygwin-xfree@sources.redhat.com
Subject: Re: [Patch] SIOCGIFCONF Win95
Message-ID: <20010927124713.C21192@cygbert.vinschen.de>
Mail-Followup-To: Alexander Gottwald <alexander.gottwald@informatik.tu-chemnitz.de>,
	cygwin@cygwin.com, cygwin-xfree@sources.redhat.com
References: <Pine.LNX.4.21.0109271045270.23288-200000@rotuma.informatik.tu-chemnitz.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.LNX.4.21.0109271045270.23288-200000@rotuma.informatik.tu-chemnitz.de>; from alexander.gottwald@informatik.tu-chemnitz.de on Thu, Sep 27, 2001 at 11:15:20AM +0200

On Thu, Sep 27, 2001 at 11:15:20AM +0200, Alexander Gottwald wrote:
> Hi,
> 
> On Win95, the implementation of SIOCGIFCONF seems to be wrong. For Win95a
> it seems to work, but Win95b and Win95c will onyl return the loopback 
> device. Searching through the code, I found the reason in winsup/cygwin/net.c 
> 
> in get_95_ifconf, the registry is searched for the key HKLM/Enum/MSTCP/*
> which seems to represent the TCP/IP configurations. The current 
> implementaion then searches for each entry the keys in Bindings, which 
> represent bindings to services as Client for Windows Networks or File
> sharing. One of these keys is taken as reference to HKLM/System/
> CurrentControlSet/Services/Class/Net/* where the network adapter is store.
> 
> This seems to work on Win95a, but does often fail on Win95c. The binding to 
> a service has IMO nothing to do with the binding to a NIC, so the connection
> to the NIC is stored in another way. Since there is a 1-to-1 relation between 
> network cards and TCP configuration, no extra binding needs to be stored. 
> The name for the adapter in HKLM/CurrentControlSet/.../Net is the same as
> the key in HKLM/Enum/Net/*. 
> 
> I modified the function in net.c and the correct number of interfaces is 
> reported for win95a and win95c.
> 
> I attached the patch. A patch cygwin1.dll is available at 
> <http://www.tu-chemnitz.de/~goal/xfree/cygwin1.fixed-netdev.dll.bz2>

Thanks Alexander, that looks good.  Unfortunately I can't apply that
patch if you haven't signed a copyright assignment form.  Your patch
isn't a `trivial' patch anymore which would allow us to include it
w/o the assignment.  Please have a look on http://cygwin.com/contrib.html. 
If you could send that assignment form via snail mail to Red Hat ASAP
(the address is given on the form), I will be really glad to apply your
patch.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

