summaryrefslogtreecommitdiff
path: root/test/lisp/auth-source-tests.el
AgeCommit message (Expand)Author
2026-05-10Test read-passwd behavior (bug#80838)Pip Cet
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-05Add fallback backend in auth-sourcesMichael Albinus
2025-09-15Improve check for netrc tokensMichael Albinus
2025-09-12Introduc auth-source-ignore-non-existing-fileMichael Albinus
2025-09-09Ignore non-existing or empty files in auth-sourcesMichael Albinus
2025-02-17Prefer oddp/evenp to cl-oddp/cl-evenpStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-02-07Use slot names rather than their :initargsStefan Monnier
2024-01-11Adapt test names in auth-source-tests.elMichael Albinus
2024-01-11Support numeric port numbers in auth-source-macos-keychainMichael Albinus
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-13Fix auth-source-macos-keychain (bug#64977)LdBeth
2023-04-03Fix some `unwind-protect' formsMichael Albinus
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-04Move netrc tests to auth-source-tests.elLars Ingebrigtsen
2022-01-10Use 'auth-info-password' in testsSam Steingold
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-08Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas
2021-11-07Prefer ert-with-temp-(directory|file)Stefan Kangas
2021-09-21Clear netrc cache in auth-source testLars Ingebrigtsen
2021-09-21Only search netrc in the netrc testsLars Ingebrigtsen
2021-09-20Remove superfluous skip in auth-source-tests.elMichael Albinus
2021-09-19Do not save empty passwords in auth-source-searchMichael Albinus
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-04-27Fix failing auth-source testLars Ingebrigtsen
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-21* Fix a test in auth-source-tests.elAndrea Corallo
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-10Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin
2018-07-20Merge from origin/emacs-26Glenn Morris
2018-07-17Fix auth-source-delete (Bug#26184)Noam Postavsky
2018-05-17Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin
2018-05-16Fix creation of Secret Service items in auth-sourceMichael Albinus
2018-04-13Fix Bug#30246Michael Albinus
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-18; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'.Noam Postavsky
2017-08-18Fix and document make-temp-file optional text parameterTed Zlatanov
2017-08-18* test/lisp/auth-source-tests.el: Avoid `string-join' to be simple.Ted Zlatanov
2017-08-18* test/lisp/auth-source-tests.el: Minor cleanups to use CL.Ted Zlatanov
2017-08-18Add auth-source tests and codify its API betterTed Zlatanov
2017-07-28* lisp/password-cache.el (password-data): Use a hash-tableStefan Monnier
2017-04-27auth-source: factor out parsers and add testsTed Zlatanov
2017-01-01Merge from origin/emacs-25Paul Eggert