From owner-freebsd-current@freebsd.org Tue Mar 8 18:12:54 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69DA6AC37CC for ; Tue, 8 Mar 2016 18:12:54 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 351DB316 for ; Tue, 8 Mar 2016 18:12:54 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by mail.in-addr.com with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1adM7n-000BdD-J1; Tue, 08 Mar 2016 18:12:51 +0000 Date: Tue, 8 Mar 2016 18:12:51 +0000 From: Gary Palmer To: Kurt Jaeger Cc: freebsd-current Subject: Re: mount_smbfs(8): support for SMBv3.02? Message-ID: <20160308181251.GA67083@in-addr.com> References: <20160303104721.097ae352@freyja.zeit4.iv.bundesimmobilien.de> <20160308095525.GA1872@brick.home> <20160308135344.75e06913@freyja.zeit4.iv.bundesimmobilien.de> <56DED153.1050700@quip.cz> <05B411AA-C747-4404-BA3A-AFEE9008CE16@FreeBSD.org> <20160308175954.GJ35640@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308175954.GJ35640@home.opsec.eu> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:12:54 -0000 On Tue, Mar 08, 2016 at 06:59:54PM +0100, Kurt Jaeger wrote: > Hi! > > > Indeed. Both Solaris and OS X have SMB2 implementations. If > > anyone is interested in working on this, then the Apple implementation > > may provide some inspiration: > > > > http://www.opensource.apple.com/source/smb/ > > Is there any way to download this as tgz or something ? > > It looks painful to get it from that site. http://www.opensource.apple.com/tarballs/smb/ Note that if you poke around you'll find that the SMB code is no longer used in the latest OSX (10.11). Not entirely sure what it is replaced with currently Gary