emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29665: closed (26.0.90; auth-source-pass decrypts entries 3 times on


From: GNU bug Tracking System
Subject: bug#29665: closed (26.0.90; auth-source-pass decrypts entries 3 times on query)
Date: Tue, 18 Aug 2020 13:27:01 +0000

Your message dated Tue, 18 Aug 2020 13:26:48 +0000
with message-id 
<CADwFkmkg9SRmT5iy347=tEtaFBjGf21e--vYEq=htr3cvzuRgw@mail.gmail.com>
and subject line Re: bug#29665: 26.0.90; auth-source-pass decrypts entries 3 
times on query
has caused the debbugs.gnu.org bug report #29665,
regarding 26.0.90; auth-source-pass decrypts entries 3 times on query
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
29665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29665
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 26.0.90; auth-source-pass decrypts entries 3 times on query Date: Mon, 11 Dec 2017 12:23:48 -0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (darwin)
I've enabled auth-source-pass on my system as follows:

  (use-package auth-source-pass
    :config
    (auth-source-pass-enable)
  
    (defun auth-source-pass--read-entry (entry)
      "Return a string with the file content of ENTRY."
      (with-temp-buffer
        (insert-file-contents (expand-file-name
                               (format "%s.gpg" entry)
                               (getenv "PASSWORD_STORE_DIR")))
        (buffer-substring-no-properties (point-min) (point-max))))
  
    (defun auth-source-pass-entries ()
      "Return a list of all password store entries."
      (let ((store-dir (getenv "PASSWORD_STORE_DIR")))
        (mapcar
         (lambda (file) (file-name-sans-extension (file-relative-name file 
store-dir)))
         (directory-files-recursively store-dir "\.gpg$")))))

This works around the other bug I logged today. I have one file in my store:

  ~/doc/.passwords/reddit.com

It has a "login: jwiegley" field. I then run:

  (auth-source-search :host "reddit.com" :user "jwiegley")

After doing so, I can see it Decrypting the reddit.com.gpg file three times
before it shows me the data, even with `auth-source-do-cache' set to t.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



--- End Message ---
--- Begin Message --- Subject: Re: bug#29665: 26.0.90; auth-source-pass decrypts entries 3 times on query Date: Tue, 18 Aug 2020 13:26:48 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Stefan Kangas <stefan@marxist.se> writes:

> No reply here within 12 months.
>
> Yesterday, I accidentally replied individually to Lars only, asking if
> there is more to do here or if this should be closed.  He replied saying
> that it should probably be closed.
>
> Does anyone else have an opinion here?  Otherwise, I'll just go ahead
> and close this.

No further reply within a week, so I'm closing this now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]