summaryrefslogtreecommitdiff
path: root/test/lisp/auth-source-pass-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of auth-source-passDamien Cassou2019-06-241-178/+304
* Minimize entry parsing in auth-source-passKeith Amidon2019-06-241-104/+160
* Fix auth-source-pass to search for hostname:port/usernameKeith Amidon2019-06-241-0/+11
* Add auth-source-pass-port-separator optionIku Iwasa2019-06-241-0/+11
* Fix auth-source-pass to return nil if no entry foundMagnus Henoch2019-06-241-0/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Test checking that auth-source-pass backend is correctly installedDamien Cassou2018-06-051-0/+7
* | Fix auth-source-pass.el to properly handle special inputsJelle Licht2018-06-051-0/+11
* | auth-source-pass: Take care of matching hosts when port is providedDamien Cassou2018-06-051-29/+22
* | Add missing test cases to auth-source-pass-tests.elDamien Cassou2018-06-051-1/+7
* | Add a test to auth-source-pass-tests.elDamien Cassou2018-06-051-0/+7
* | Fix indentation in auth-source-pass-tests.elDamien Cassou2018-06-051-4/+2
* | * test/lisp/auth-source-pass-tests.el: Add assertions for host:portEdison Ibañez2018-06-051-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Extract user from host when searching for entries in auth-source-passŁukasz Jędrzejewski2017-11-041-0/+5
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * test/lisp/auth-source-pass-tests.el: Fix loading of cl-lib.Glenn Morris2017-04-271-1/+1
* ; Fix copyright and license notice in recent additionsGlenn Morris2017-04-271-5/+5
* auth-source-pass: Add documentation; fix tests and indentation.Damien Cassou2017-04-271-127/+116
* auth-source-pass: Enable finding entries by "host/username"foudfou2017-04-271-6/+10
* Integrate auth-source with password-storeDamien Cassou2017-04-271-0/+234