From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Giraud Newsgroups: gmane.emacs.devel Subject: Re: [Patch] Avoid recording chars when reading passwords Date: Wed, 15 Jun 2022 09:59:31 +0200 Message-ID: <87ilp2z7a4.fsf@elite.giraud> References: <87edzz8dzo.fsf@elite.giraud> <834k0v5f7z.fsf@gnu.org> <8735g7vb47.fsf@elite.giraud> <83bkuvtr3q.fsf@gnu.org> <83tu8nrvdb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25456"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) Cc: Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 15 10:07:37 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o1O3t-0006TX-9l for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Jun 2022 10:07:37 +0200 Original-Received: from localhost ([::1]:36036 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1O3r-0001aF-KM for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Jun 2022 04:07:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1NwA-0007qH-N2 for emacs-devel@gnu.org; Wed, 15 Jun 2022 03:59:39 -0400 Original-Received: from ledu-giraud.fr ([51.159.28.247]:17609) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Nw8-0007wx-NQ; Wed, 15 Jun 2022 03:59:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=/XeMV6tFPPJ+y1Ws iZiGLkAyTVYKSdUDvlkZ9rI29E8=; h=in-reply-to:date:references:subject: cc:to:from; d=ledu-giraud.fr; b=msCWRaGkQCL/NGWnKOUZJMX9rjggF8XBpl15+P FFUcxrM9D/+Du2gQNUngAudOIhcSDceFEn3HtbxgfKGSZkf5N0ob8vrkiBV6ZeIyr1QZnV jPgZCLIZnXNZOdnEItV6zgdWYVu9f+CLv1ohomiWqCRXD0yuCc0veLUso8QNWHMVYMEV5V pv5ydNGKz4UVcLSLITe/fGtxzGUi7hEMRF7hhmnyOifekCl0PtUqXAhuLpHfAMYscxB2YQ FtRa7gp5UZWwSvkz01gXfiTzgCqKxoG2ONw2/dhu4Ap1pHGH39l1MMOefncizgzjqDOovL cJ6tEEgfxbe2xZV+PL7xI64A== Original-Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id c98012ac (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 15 Jun 2022 09:59:32 +0200 (CEST) In-Reply-To: <83tu8nrvdb.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 14 Jun 2022 20:46:24 +0300") Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:291196 Archived-At: Eli Zaretskii writes: >> From: Stefan Monnier >> Cc: Manuel Giraud , emacs-devel@gnu.org >> Date: Tue, 14 Jun 2022 08:34:22 -0400 >>=20 >> > If not, we will resurrect that variable and use it instead. >>=20 >> Sounds good to me. > > OK, thanks. > > The next question is: do we want to enable this by default and in a > way that users cannot have the previous behavior back? I think that having this as a default is a good thing=E2=84=A2 (no more cle= ar password in lossage). About being able to revert this behaviour, I know I won't use it but maybe it has some use case with the dribble file: do people use the dribble file as some automation tool for example? > In any case, this needs a NEWS entry, I think. Ok, I'd one to this patch when we have decide the default and if it needs a user option. --=20 Manuel Giraud