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