]> git.eshelyaron.com Git - emacs.git/commit
Make auth-source work with non-ASCII passwords again
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Oct 2019 06:42:28 +0000 (08:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Oct 2019 06:42:28 +0000 (08:42 +0200)
commitdcc710916e29777192630c8f225f4b17aa9cd3c2
tree72387e4a1f2277e9acaaf1047052743ca84f25e4
parentddc9837bf48c99c31df397438175afc2f9d3819c
Make auth-source work with non-ASCII passwords again

* lisp/auth-source.el (auth-source--obfuscate): Convert the string
to bytes before obfuscating.
(auth-source--deobfuscate): Convert back into a string (bug#37758).
lisp/auth-source.el