summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
Commit message (Expand)AuthorAge
* (read-passwd-toggle-visibility): Fix some loose endsStefan Monnier2024-05-05
* Only call set-text-conversion-style if it existsMattias Engdegård2024-04-05
* ; * lisp/auth-source.el: add declarations to silence compilerMattias Engdegård2024-04-04
* Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus2024-04-04
* Pacify some docstring control char warningsBasil L. Contovounesios2024-02-28
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-21
* Merge from origin/emacs-29Eli Zaretskii2024-01-20
|\
| * Doc fix in auth-source-read-char-choiceStefan Kangas2024-01-14
* | Support numeric port numbers in auth-source-macos-keychainMichael Albinus2024-01-11
* | Merge from savannah/emacs-29Po Lu2024-01-02
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | (auth-source-backend): Don't pass obsolete "name" argStefan Monnier2023-10-28
* | Use ensure-list in many more placesStefan Kangas2023-08-27
* | Fix auth-source-macos-keychain (bug#64977)LdBeth2023-08-13
|/
* ; 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