]> git.eshelyaron.com Git - emacs.git/commit
Use unibyte strings in ntlm auth requests and responses
authorMattias Engdegård <mattiase@acm.org>
Wed, 22 Dec 2021 15:32:04 +0000 (16:32 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 22 Dec 2021 15:34:26 +0000 (16:34 +0100)
commitccba86be78586d4b16da288bcc6b3c473b9fd422
treedc2f36193d7d139048ab53ac532cde2c6e849a1a
parentca5c527ade1446522ef4854467539ec3f8885c30
Use unibyte strings in ntlm auth requests and responses

* lisp/net/ntlm.el (ntlm-build-auth-request)
(ntlm-build-auth-response): Make sure to use unibyte strings for bytes
greater than 127, or base64 encoding will fail.
This should fix failures in ntlm-tests.
lisp/net/ntlm.el