From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 144EEC433EF for ; Fri, 6 May 2022 14:05:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232486AbiEFOJT (ORCPT ); Fri, 6 May 2022 10:09:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1441985AbiEFOI5 (ORCPT ); Fri, 6 May 2022 10:08:57 -0400 Received: from mx.cjr.nz (mx.cjr.nz [51.158.111.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8757356762; Fri, 6 May 2022 07:05:14 -0700 (PDT) Received: from authenticated-user (mx.cjr.nz [51.158.111.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: pc) by mx.cjr.nz (Postfix) with ESMTPSA id 77F3E7FD1E; Fri, 6 May 2022 14:05:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cjr.nz; s=dkim; t=1651845912; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=D8PQ6ZppMbJK9YEvYymT3s+2KUmz/2wUmtRG/KrTmGs=; b=CJBM90vLK6FF2svC+lLCwWg2iAirFM6fOiHi8TIVN3G2nxHPaSNWMyImI0bPdsMmbL6twx 4x2+2Cpv6RQThUO5mVPNz015VONId9XpbLlkc2Tf7Atjrr+ITArrDaehUNbU+O+0pZxysW I4mxs9P5l5ubHiTJ2MgoKt+6Ho/RGVtCQXHWbA+MEjrhnifN3Ja704P0b20oPnrg91Gmvt Lnrih5mC2eqtNraXIct3IjViODxkbqLGNlGoth5lKqFW7KWaUHcCvn1YrxCgLqFqG0c0RC nCtNNhSOYaKArFODDeDqMY7nbQjPsQz6eRTAnj1/2SVbeD3XfF0KeLUpjZSfew== From: Paulo Alcantara To: ronnie sahlberg Cc: Tom Talpey , Steven French , Byron Stanoszek , Shyam Prasad N , linux-cifs , LKML Subject: Re: CIFS regression mounting vers=1.0 NTLMSSP when hostname is too long In-Reply-To: References: <878rri2i6o.fsf@cjr.nz> <7dc6c729-73cd-74be-eec7-ac4a0013f60f@samba.org> <87tua51550.fsf@cjr.nz> <87r15910c1.fsf@cjr.nz> Date: Fri, 06 May 2022 11:05:06 -0300 Message-ID: <87wneyah9p.fsf@cjr.nz> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org ronnie sahlberg writes: > This regression should be easy to fix, but maybe we should not have > done the initial change in the first place. > If things is broken and do not work under SMB1, that is a good thing. > Instead of adding features or fixing > missing parts to SMB1 we should just tell people to switch to SMB2 instead. > > I think if things do not work correctly or things are missing in smb1, > that is a GOOD THING. > :-) LOL - couldn't agree more :-)