From owner-freebsd-fs@freebsd.org Fri Jun 23 08:47:17 2017 Return-Path: Delivered-To: freebsd-fs@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 520FBD9F94B for ; Fri, 23 Jun 2017 08:47:17 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAE247D324; Fri, 23 Jun 2017 08:47:16 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wr0-x242.google.com with SMTP id k67so10802381wrc.1; Fri, 23 Jun 2017 01:47:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-transfer-encoding; bh=FPsb4ZPS4PSuqp3YDONQbJKzhtKzCvov3N4Y7+mGlgk=; b=Tdi/zQ1lcSXbDB29BoC9roxDji6iW3vUSyY+CsQ+VClGeWvN0jxi9M9uJGq/DhyoOg yMZ8YIwytmf8h8OG78vUyVk1uujg/16Vgi3/lu2QL7JHT9KIub5yIguRHazrxpAkU6Jr Pi8c5VZui6ssBHI5p+TZoJUQo70Q4dahcaceqoUsdKhqur95XrBXYy73+kzBj0syMuZI FWG5FV5zd2n4XQdeCFOK4SMaQk7a7FIvL7myh0qXArt2T26yELtlgYUkz1m2dbgHLIpk 0W5ywOcDXOB3OcU4JY5scYdl1Al+eyt6cj9A2OzF3AXBLgxPr64TmJwxb19vI+X9CSiG z4pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=FPsb4ZPS4PSuqp3YDONQbJKzhtKzCvov3N4Y7+mGlgk=; b=pYJja2aOUFVEXsbA2kx+OkzlXZUZPVmP0I/lsRKhUYNDXQJOMLBKhiaYJDbiBGeGSY yluHxUWM6aQQM/ZuC36sbIhAvJmzIMnHIfDU/ISKODFFoHVxgihdcVsY6tiel2PM57SH pq+6KfsASpGYTXi2cGx9Iku52kEYeADhls8ngEVSyJtf/bR3jelXFXay4vV/lakuG9rk D+/s7xL0abhfz6wxROJyzqAvwDBgWXEZHPyXi46Bma6ej1aqiRsQaqmf/S0RFiM4nHkA FdwvclOWitATthgfTCcMEtgvsIisofiLSZ7ojLBGssSLiM7HLxHcgWYkYTg2vdzcy8si 6/8A== X-Gm-Message-State: AKS2vOyDKhqUIe2y85l3HkT8TLIMEg8kSUevQqCI/VuOcKHiz9JhetDz WZ11MD+qzEBYtZ0T X-Received: by 10.223.148.129 with SMTP id 1mr5417263wrr.28.1498207635031; Fri, 23 Jun 2017 01:47:15 -0700 (PDT) Received: from ernst.home (p578E14F3.dip0.t-ipconnect.de. [87.142.20.243]) by smtp.gmail.com with ESMTPSA id r5sm2068801wmr.9.2017.06.23.01.47.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 23 Jun 2017 01:47:00 -0700 (PDT) Date: Fri, 23 Jun 2017 10:46:54 +0200 From: Gary Jennejohn To: Julian Elischer Cc: Matt B , Rick Macklem , "freebsd-fs@freebsd.org" Subject: Re: SMBv1 Deprecation Message-ID: <20170623104654.07e5a3e0@ernst.home> In-Reply-To: <9b556cbe-f9f3-ab15-6fcd-71397d18c126@freebsd.org> References: <9b556cbe-f9f3-ab15-6fcd-71397d18c126@freebsd.org> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 08:47:17 -0000 On Fri, 23 Jun 2017 13:03:31 +0800 Julian Elischer wrote: > On 23/6/17 8:14 am, Matt B wrote: > > I totally understand. I try to support the FreeBSD Foundation with > > donations as often as I can as well as reporting bugs promptly as I am sure > > resources are spread thin. My skill set isn't really that of a programmer > > though. I am working right now at checking the Darwin/OS X code for > > mount_smbfs and other modules associated with smbfs in the hopes of > > possibly getting something viable for BSD, even if it has to be a port due > > to license issues. Progress is slow just due to lack of knowledge in the > > programming arena. > > That's how we all started out.. some personal itch that had to be scratched. > You do some work on it. > From that you build up an expertise in that field, and then you start answering > questions when people ask about that area, and then you find you've > a commit bit and are spending serious time on it, and then a company offers you serious > money to fix something (*) and before you know it... > > (*) seriously that happens. > Companies have itches too but instead of spare time, they have cash. > You might consider trying /usr/ports/net/samba46, which is at version 4.6.4 and appears to support SMB2 out of the box. This opinion is based on looking at the source, which has lots of smb2-specific code. I don't use Windows Shares, so I have no persoanl experience with this port. -- Gary Jennejohn