From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#8069: 23.2.94; auth-source should support ~/.netrc by default Date: Tue, 22 Feb 2011 12:27:20 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8762sbzzzr.fsf__30669.4425795742$1298400018$gmane$org@lifelogs.com> References: <87bp29vwq8.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1298400018 516 80.91.229.12 (22 Feb 2011 18:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 18:40:18 +0000 (UTC) Cc: Ding Mailing List To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 19:40:14 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Prx9d-0004VE-NV for geb-bug-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 19:40:09 +0100 Original-Received: from localhost ([127.0.0.1]:38472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prx9c-0003md-VD for geb-bug-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 13:40:09 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!newsfeed.freenet.ag!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 21 Original-X-Trace: news.albasani.net gltFw5EvM62SY4+b1laNOAyEFHxymCg6EHqeZh+X9sa4+VVRseUYT4CTgp3rHtQj6l0HhaRsT7CG4gmgwHfTi834j64nhMaTZyp374Y091svAqxx8YOt1IP+6Ve57EUl Original-NNTP-Posting-Date: Tue, 22 Feb 2011 18:27:20 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:K7wG98vnne6+AJgkQ+QbIyxsDdc= sha1:NYHmzlgc+3190KwiKqZARTtTJJs= User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Injection-Info: news.albasani.net; logging-data="T1LyNzRtMoWig89oL3DCn1EFsUAgOHUrmYITk+18UzwU29PxCmhQDK3SFbaVua1guHTqFNm1JXpueDNzfGZB+vY+gELVUzchMoiZs4cCWvhDSW2n/eRiIl4F5jW5dscG"; mail-complaints-to="abuse@albasani.net" Original-Xref: usenet.stanford.edu gnu.emacs.bug:71617 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44304 Archived-At: On Fri, 18 Feb 2011 15:50:07 -0600 Ted Zlatanov wrote: TZ> On Thu, 17 Feb 2011 22:14:53 +0000 Reuben Thomas wrote: RT> Carrot: Default to searching ~/.netrc (unencrypted), ~/.authinfo RT> (unencrypted), and ~/.authinfo.gpg (encrypted). This means that users RT> with an unencrypted file or old-name file are not annoyed. By all means RT> create a symlink from ~/.authinfo to ~/.netrc if the former doesn’t RT> already exist, and don’t actually search ~/.netrc. (But maybe that would RT> create potential security problems of its own.) TZ> I want the .gpg file first because I really want to push people towards TZ> encrypting sensitive data. Otherwise that's fine and a trivial change TZ> and I'll make it soon. I added ~/.netrc as the third file by default now. Can I close this bug, Reuben? Thanks Ted