summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
AgeCommit message (Expand)Author
2024-06-15Merge from origin/emacs-29Eli Zaretskii
2024-06-12Fix auth-info-passwordMichael Albinus
2024-05-05(read-passwd-toggle-visibility): Fix some loose endsStefan Monnier
2024-04-05Only call set-text-conversion-style if it existsMattias Engdegård
2024-04-04; * lisp/auth-source.el: add declarations to silence compilerMattias Engdegård
2024-04-04Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus
2024-02-28Pacify some docstring control char warningsBasil L. Contovounesios
2024-01-21doc: Delete extraneous quotes around keysStefan Kangas
2024-01-20Merge from origin/emacs-29Eli Zaretskii
2024-01-14Doc fix in auth-source-read-char-choiceStefan Kangas
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-10-28(auth-source-backend): Don't pass obsolete "name" argStefan Monnier
2023-08-27Use ensure-list in many more placesStefan Kangas
2023-08-13Fix auth-source-macos-keychain (bug#64977)LdBeth
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-22Improve don't save bookmark context from encrypted filesMichael Albinus
2022-08-22auth-source: Fix wrong-type-argument when searching secret servicesMichael Albinus
2022-08-04Use auth-source in tramp-parse-netrcLars Ingebrigtsen
2022-08-04Add new function auth-source-netrc-parse-allLars Ingebrigtsen
2022-08-04Allow auth-source-netrc-parse to return all linesLars Ingebrigtsen
2022-08-01Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert
2022-07-18Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-04-22Audit quoting the quote character in doc stringsLars Ingebrigtsen
2022-04-07Encrypt some parameters in auth-source plstore backendAndrew G Cohen
2022-02-23Fix auth-sources defcustomMauro Aranda
2022-01-13; tweak docSam Steingold
2022-01-07Add `auth-info-password' and use it instead of ad hoc codeSam Steingold
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Documentation update for Secret ServiceMichael Albinus
2021-12-21Declare functions to silence byte-compilerStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-19Do not save empty passwords in auth-source-searchMichael Albinus
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-06-30Fix problem when creating an .authinfo entry with an existing machine nameLars Ingebrigtsen
2021-06-12EIEIO: Promote the CLOS behavior over the EIEIO-specific behaviorStefan Monnier
2021-03-08Normalize version specifiers for make-obsolete and friendsStefan Kangas
2021-02-06Modernize use of prompts in auth-source.elMichael Albinus
2021-01-30auth-source-search doc string fixLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-23authinfo-mode: add option to not hide any elements (and add font-lock)TEC
2020-08-27Allow a function for the :secret in a plstoreAndrew G Cohen
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-26lisp/auth-source.el: Depend on cl-lib unconditionallyJuanma Barranquero
2019-11-21Hide quoted passwords with spaces in AuthinfoDario Gjorgjevski
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero
2019-10-15auth-source: Fix wrong-type-argument when searching plstoreDaiki Ueno