From owner-freebsd-questions@FreeBSD.ORG Thu Jun 14 19:39:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FA6416A41F for ; Thu, 14 Jun 2007 19:39:30 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1CFAB13C447 for ; Thu, 14 Jun 2007 19:39:29 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1195063pyi for ; Thu, 14 Jun 2007 12:39:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZTsaiYU6u2xDFR7zU9IRzUG1HbiFb8/tDPpiLwMUQlcjHxmfHzMLHP/kktn59lwy+Kly1HIFy3VsUJyAyXtdszb2oF7UdBEjRZnNBh+hkCQp4IPHk2krQxl8ZDnIGeoRAUrcfCTeC6idp7Raa1WdySyAay0FD+xXDABquZdZx98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YeONgvs9b+Inx1yhBhw8OU3sQxw0qMsvxAH0iMOtioQ2o1e+lrLvaBvJXUY4ZCxxvc6oonpg3y8gYeuF+ZLZgjN+nx9Huahhsi/wfKaLBbS0WMKuEs95kU2TJA51i+dddtOiV/MW5VXJzOFZACKJmL7J2Gwx6Unb5F/4HE7Tk40= Received: by 10.35.19.6 with SMTP id w6mr3731305pyi.1181849969129; Thu, 14 Jun 2007 12:39:29 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Thu, 14 Jun 2007 12:39:29 -0700 (PDT) Message-ID: <340a29540706141239xa30c41fnff8b2bb1f31a9489@mail.gmail.com> Date: Thu, 14 Jun 2007 13:39:29 -0600 From: "Andrew Falanga" To: "Lowell Gilbert" In-Reply-To: <44645q74hd.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540706141117o3584f1adid95e240fcbabcd72@mail.gmail.com> <44645q74hd.fsf@be-well.ilk.org> Cc: freebsd-questions Subject: Re: samba and IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 19:39:30 -0000 On 6/14/07, Lowell Gilbert wrote: > "Andrew Falanga" writes: > > > Does samba actually support this? I'm not turning up much information > > from the "official HOW-TO" at samba.org. In fact, not a single link > > in the HOW-TO even mentions IPv6. > > There's a link on the Samba front page from last week. > The short version is that it doesn't do it yet, and probably won't > until Samba 4 (which has other changes for interoperating with > Vista -- which is the first Windows to really do IPv6 well). > There are patch sets around if you're willing to get your hands > a bit dirty. Nope, don't mind getting my hands dirty (I do most of the work on my automobiles too). However, I take it from this that because I must get my hands dirty, none of these patches are in the ports system? I ask because I noticed as I installed vim last night that many patches were downloaded along with the main vim tar-ball. Andy