From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2337 invoked from network); 18 Dec 2023 18:08:41 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 18 Dec 2023 18:08:41 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 9front; Mon Dec 18 13:05:49 -0500 2023 Message-ID: <9B894E6543CF0EDCADBB82B46A9C2129@felloff.net> Date: Mon, 18 Dec 2023 19:05:37 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: <338BDD1F7133D9F883631FC57D34393C@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic responsive standard API Subject: Re: [9front] [PATCH 2/6] cifsd: clarify SMBv1 is supported, not SMB 2/3. Reply-To: 9front@9front.org Precedence: bulk ok, applied. i removed the following tho: + logit("processing [%.2x] command", cmd); this is very dangerous and will just fill up your dump with pointless log messages. if you want to debug, pass the -d flag (it already logs the commands in that case). -- cinap