summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
AgeCommit message (Expand)Author
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
2019-10-15Make auth-source work with non-ASCII passwords againLars Ingebrigtsen
2019-09-23Add an `authinfo-hidden' variableLars Ingebrigtsen
2019-09-22Fix "password" detection in authinfo modeLars Ingebrigtsen
2019-09-21Hide passwords in .authinfo and .netrc filesLars Ingebrigtsen
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-09-20Further touch-ups to the auth-source obfuscationLars Ingebrigtsen
2019-09-20Add some comments to the auth-source obfuscationLars Ingebrigtsen
2019-09-20Make previous auth-source change not break on Windows without gnutlsLars Ingebrigtsen
2019-09-20Obfuscate auth-source memory contents even moreLars Ingebrigtsen
2019-09-20Obfuscate auth-source secrets moreLars Ingebrigtsen
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-10-10* lisp/auth-source.el: Minor simplificationStefan Monnier
2018-09-23file-attributes cleanupPaul 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-05-02; * lisp/auth-source.el (auth-sources): Fix a comment.Glenn Morris
2018-04-23Let Tramp save passwordsMichael Albinus
2018-04-13Fix Bug#30246Michael Albinus
2018-04-10Merge from origin/emacs-26Glenn Morris
2018-04-08* lisp/auth-source.el (auth-source-secrets-search): Fix docstring.Michael Albinus