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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 22895 invoked from network); 25 Aug 2023 03:02:18 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 25 Aug 2023 03:02:18 -0000 Received: from w1.tutanota.de ([81.3.6.162]) by 9front; Thu Aug 24 22:59:52 -0400 2023 Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 2656EFBFB61; Fri, 25 Aug 2023 02:59:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1692932390; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=b39byybsxB18HqCQfAN3mxstzgMwDJO7wZU9Nu3Ce7E=; b=A1vrPC5Kgf89jIe2/BRfKgRdlnXTT/vCP8WG2RwUBzPCuvmTJPy8F/fnitGh1100 iQBK19mp/7DFAziOKj9kNOfNCzqSC2P3fMuK2pZmV8mJHWIr6kN/52WetqrZVU2OkpB gjWJZIUQeLLuVlAZ4bU7WR7my3Esf0AM3yeLCsFiAKnbaUL5W6Hwj4L0jM9qcooeLa7 HSl0rkPKFVBUKNhgwUC3RtFXTVZTSshbgCPpdKimZ99XiRsXKiYz+HlO6UDQSThuM1O UbL0KMAHidAPluCscbH+iD0dIAN7e3Fny3pAQtVBwLRsa2CxI6uha2tjpvo6gTHBTKo TgVQ34SkxA== Date: Fri, 25 Aug 2023 04:59:50 +0200 (CEST) From: Vadim Kotov To: 9front@9front.org Cc: 9front@9front.org Message-ID: In-Reply-To: <04b4b109-72e6-639d-cc37-71b5e286f3ac@posixcafe.org> References: <04b4b109-72e6-639d-cc37-71b5e286f3ac@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven XMPP CSS pipelining general-purpose scripting layer Subject: Re: [9front] Password confirmation in auth/wrkey Reply-To: 9front@9front.org Precedence: bulk Thank you for the response and the patch Jacob! Aug 23, 2023, 15:46 by moody@posixcafe.org: > On 8/23/23 17:10, Vadim Kotov wrote: > >> Hey folks, >> >> I was wondering if there is a reason there is no password confirmation p= rompt when writing to nvram using auth/wrkey? >> >> Cheers, >> Vad=C3=ADm=C2=A0 >> > > > I see no real reason other then that no one has bothered. > Looking at the code it calls in libauthsrv, you could get away with > just calling readcons() a second time and making sure they match. >