Hi, auth-source-pass users have worked hard to improve the package. Everyone is on CC. 3 have signed the FSF paperwork: - Keith Amidon: https://github.com/DamienCassou/auth-password-store/pull/80#issuecomment-480853577 - Iku Iwasa: https://github.com/DamienCassou/auth-password-store/pull/87#issuecomment-480816595 - galaunay: https://github.com/DamienCassou/auth-password-store/pull/78#issuecomment-453862089 Magnus Henoch hasn't signed but his contribution is rather small (4 lines of a new unit-test and 2 lines of code). See patch 0001. Here is a summary of the attached patches. Damien Cassou (5): * lisp/auth-source-pass.el: Version 4.0.2 * lisp/auth-source-pass.el (auth-source-pass-get): Add autoload Refactoring of auth-source-pass * lisp/auth-source-pass.el: Version 5.0.0 * etc/NEWS: Describe changes to auth-source-pass Iku Iwasa (1): Add auth-source-pass-port-separator option Keith Amidon (4): Fix auth-source-pass to search for hostname:port/username Split out the attribute retrieval form auth-source-pass-get Minimize entry parsing in auth-source-pass * lisp/auth-source-pass.el: Add Keith Amidon to authors Magnus Henoch (1): Fix auth-source-pass to return nil if no entry found galaunay (1): Add auth-source-pass-path option etc/NEWS | 19 ++ lisp/auth-source-pass.el | 224 ++++++++----- test/lisp/auth-source-pass-tests.el | 473 +++++++++++++++++++--------- 3 files changed, 491 insertions(+), 225 deletions(-) -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill