summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Improve don't save bookmark context from encrypted filesMichael Albinus2022-09-22
* auth-source: Fix wrong-type-argument when searching secret servicesMichael Albinus2022-08-22
* Use auth-source in tramp-parse-netrcLars Ingebrigtsen2022-08-04
* Add new function auth-source-netrc-parse-allLars Ingebrigtsen2022-08-04
* Allow auth-source-netrc-parse to return all linesLars Ingebrigtsen2022-08-04
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-01
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-18
* Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* Encrypt some parameters in auth-source plstore backendAndrew G Cohen2022-04-07
* Fix auth-sources defcustomMauro Aranda2022-02-23
* ; tweak docSam Steingold2022-01-13
* Add `auth-info-password' and use it instead of ad hoc codeSam Steingold2022-01-07
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Documentation update for Secret ServiceMichael Albinus2021-12-31
* | Declare functions to silence byte-compilerStefan Kangas2021-12-21
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Do not save empty passwords in auth-source-searchMichael Albinus2021-09-19
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Fix problem when creating an .authinfo entry with an existing machine nameLars Ingebrigtsen2021-06-30
* EIEIO: Promote the CLOS behavior over the EIEIO-specific behaviorStefan Monnier2021-06-12
* Normalize version specifiers for make-obsolete and friendsStefan Kangas2021-03-08
* Modernize use of prompts in auth-source.elMichael Albinus2021-02-06
* auth-source-search doc string fixLars Ingebrigtsen2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* authinfo-mode: add option to not hide any elements (and add font-lock)TEC2020-12-23
* Allow a function for the :secret in a plstoreAndrew G Cohen2020-08-27
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/auth-source.el: Depend on cl-lib unconditionallyJuanma Barranquero2019-11-26
* Hide quoted passwords with spaces in AuthinfoDario Gjorgjevski2019-11-21
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-20
* auth-source: Fix wrong-type-argument when searching plstoreDaiki Ueno2019-10-15
* Make auth-source work with non-ASCII passwords againLars Ingebrigtsen2019-10-15
* Add an `authinfo-hidden' variableLars Ingebrigtsen2019-09-23
* Fix "password" detection in authinfo modeLars Ingebrigtsen2019-09-22
* Hide passwords in .authinfo and .netrc filesLars Ingebrigtsen2019-09-21
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Further touch-ups to the auth-source obfuscationLars Ingebrigtsen2019-09-20
* Add some comments to the auth-source obfuscationLars Ingebrigtsen2019-09-20
* Make previous auth-source change not break on Windows without gnutlsLars Ingebrigtsen2019-09-20
* Obfuscate auth-source memory contents even moreLars Ingebrigtsen2019-09-20
* Obfuscate auth-source secrets moreLars Ingebrigtsen2019-09-20
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-19
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin2018-08-10
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | * lisp/auth-source.el: Minor simplificationStefan Monnier2018-10-10