]> git.eshelyaron.com Git - emacs.git/commit
auth-source-pass: Take care of matching hosts when port is provided
authorDamien Cassou <damien@cassou.me>
Thu, 9 Nov 2017 09:40:19 +0000 (10:40 +0100)
committerNicolas Petton <nicolas@petton.fr>
Tue, 5 Jun 2018 13:51:14 +0000 (15:51 +0200)
commitb43ed61ef985e01975b90d7e0ec3cac70d0afefa
treebc4414f8595bc6ddee73cb4822062fb34b8a9cef
parenta52661b58bc9cffa13cb5f0749cdb3a4c24fbf74
auth-source-pass: Take care of matching hosts when port is provided

* lisp/auth-source-pass.el (auth-source-pass--find-match): Add PORT
parameter and reorganize code by extracting `find-match-unambiguous'.
(auth-source-pass--find-match-unambiguous): New function.
(auth-source-pass--build-result): Fix the call to `find-match'.
(auth-source-pass--hostname, auth-source-pass--hostname-with-user,
auth-source-pass--user): Remove functions.
* test/lisp/auth-source-pass-tests.el: Fix the calls to `find-match'.
(auth-source-pass-find-host-without-port) Add corresponding test.
lisp/auth-source-pass.el
test/lisp/auth-source-pass-tests.el